summaryrefslogtreecommitdiff
path: root/gcc/c-parser.c
Commit message (Expand)AuthorAgeFilesLines
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-2/+2
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-2/+2
* re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek2010-06-051-0/+1
* demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz2010-05-261-0/+6
* rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher2010-05-261-1/+0
* c-common.c (c_common_reswords): Add _Static_assert for C.Joseph Myers2010-05-161-25/+162
* vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher2010-05-151-3/+2
* re PR c++/44062 ((void)var; doesn't prevent 'set but not used' warning)Jakub Jelinek2010-05-111-0/+6
* re PR c/43981 (-Wunused-but-set-variable does not consider array sizing use o...Jakub Jelinek2010-05-041-0/+2
* c-parser.c (struct c_token): Move location field up.Nathan Froyd2010-04-261-2/+2
* 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>Laurynas Biveinis2010-04-221-17/+26
* re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek2010-04-071-30/+47
* re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao2009-12-171-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-28/+28
* tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston2009-10-261-0/+43
* charset.c (cpp_init_iconv): Initialize utf8_cset_desc.Jakub Jelinek2009-10-191-0/+1
* cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2009-09-241-0/+5
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-66/+124
* Squash commit of EH in gimpleRichard Henderson2009-09-141-4/+1
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-6/+8
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-1/+1
* re PR objc++/28050 (ICE on invalid initializer)Matthias Klose2009-06-221-1/+1
* tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR...Ian Lance Taylor2009-06-191-1/+2
* dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor2009-06-191-12/+10
* c-common.c (skip_evaluation): Don't define.Ian Lance Taylor2009-06-161-24/+29
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-235/+373
* targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor2009-06-091-2/+4
* builtins.c (validate_gimple_arglist): Don't use va_arg with enum type.Ian Lance Taylor2009-05-291-3/+4
* tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor2009-05-211-70/+10
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-16/+45
* re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson2009-05-071-0/+15
* c-common.c (handle_mode_attribute): Use %qE for identifiers in diagnostics.Joseph Myers2009-05-041-2/+2
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-1/+1
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-5/+7
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-4/+2
* re PR c++/14875 (When using 'or' keyword, the error message speaks of a '||' ...Manuel López-Ibáñez2009-04-221-1/+5
* c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...Eric Botcazou2009-04-211-5/+7
* re PR c++/13358 (long long and C++ do not mix well)Manuel López-Ibáñez2009-04-201-6/+3
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-24/+120
* c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor2009-04-151-39/+68
* diagnostic.c (diagnostic_report_diagnostic): Do not warn about loaded plugins...Diego Novillo2009-04-141-0/+1
* [multiple changes]Diego Novillo2009-04-141-0/+1
* re PR middle-end/39614 (Internal error compiling CSiBE)Joseph Myers2009-04-081-1/+1
* re PR c/37772 (ICE with empty asm statement)Jakub Jelinek2009-04-011-0/+6
* re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers2009-03-301-0/+8
* re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers2009-03-291-42/+107
* re PR c++/39554 (-Wdisallowed-function-list fails when #including <algorithm>)Jakub Jelinek2009-03-281-2/+0
* re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek2009-03-231-1/+15
* re PR c/35447 (ICE with broken statement expression)Joseph Myers2009-02-181-1/+7
* re PR c/35446 (ICE with invalid array initializer)Joseph Myers2009-02-161-0/+1