* jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.
[gcc.git] / gcc / c-parser.c
2010-08-30 Jakub Jelinekre PR middle-end/45423 (#pragma omp atomic on bool...
2010-08-08 Nathan Froydc-tree.h (build_arg_info): Declare.
2010-07-15 Anatoly Sokolovtree.h (enum tree_index): Add TI_INTEGER_THREE.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-06-30 Nathan Froydc-parser.c (c_parser_omp_for_loop): Use a VEC for for_b...
2010-06-25 Shujing Zhaore PR c/44517 (improve diagnostic for mispelled typenam...
2010-06-24 Andi Kleenc-parser.c (c_parser_conditional_expression): Call...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-05 Steven Bosscherc-common.c: Move to c-family/.
2010-06-05 Jakub Jelinekre PR c++/44361 (-Wunused-but-set-variable vs. explicit...
2010-05-26 Kai Tietzdemangle-expected: Add tests for __int128 and unsigned...
2010-05-26 Steven Bosscherrtl.h (decl_default_tls_model): Move prototype from...
2010-05-16 Joseph Myersc-common.c (c_common_reswords): Add _Static_assert...
2010-05-15 Steven Bosschervecir.h: New file with VEC primitives for tree, gimple...
2010-05-11 Jakub Jelinekre PR c++/44062 ((void)var; doesn't prevent 'set but...
2010-05-04 Jakub Jelinekre PR c/43981 (-Wunused-but-set-variable does not consi...
2010-04-26 Nathan Froydc-parser.c (struct c_token): Move location field up.
2010-04-22 Laurynas Biveinis2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail...
2010-04-07 Jakub Jelinekre PR c/18624 (GCC does not detect local variable set...
2009-12-17 Shujing Zhaore PR c/40885 (build_indirect_ref i18n problems)
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.
2009-10-19 Jakub Jelinekcharset.c (cpp_init_iconv): Initialize utf8_cset_desc.
2009-09-24 Jakub Jelinekcgraphunit.c (cgraph_lower_function): Revert last change.
2009-09-14 Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-13 Richard Guentherlanghooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-06-22 Matthias Klosere PR objc++/28050 (ICE on invalid initializer)
2009-06-19 Ian Lance Taylortree-cfg.c (gimple_redirect_edge_and_branch): Change...
2009-06-19 Ian Lance Taylordse.c (struct store_info): Rename bitmap field to bmap.
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-09 Ian Lance Taylortarghooks.c (default_builtin_vectorized_function):...
2009-05-29 Ian Lance Taylorbuiltins.c (validate_gimple_arglist): Don't use va_arg...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-11 Ian Lance Taylorbasic-block.h (enum profile_status): Break out of struc...
2009-05-07 Janis Johnsonre PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)
2009-05-04 Joseph Myersc-common.c (handle_mode_attribute): Use %qE for identif...
2009-04-27 Ian Lance Taylorcollect2.c (is_ctor_dtor): Change type of ret field...
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-04-22 Manuel López-Ibáñezre PR c++/14875 (When using 'or' keyword, the error...
2009-04-21 Eric Botcazouc-common.c (c_common_truthvalue_conversion): Use LOCATI...
2009-04-20 Manuel López-Ibáñezre PR c++/13358 (long long and C++ do not mix well)
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-04-15 Ian Lance Taylorc.opt (Wenum-compare): Enable for C and Objc.
2009-04-15 Diego Novillodiagnostic.c (diagnostic_report_diagnostic): Do not...
2009-04-14 Diego Novillo[multiple changes]
2009-04-08 Joseph Myersre PR middle-end/39614 (Internal error compiling CSiBE)
2009-04-01 Jakub Jelinekre PR c/37772 (ICE with empty asm statement)
2009-03-30 Joseph Myersre PR middle-end/323 (optimized code gives strange...
2009-03-29 Joseph Myersre PR c/456 (constant expressions constraints (gcc...
2009-03-28 Jakub Jelinekre PR c++/39554 (-Wdisallowed-function-list fails when...
2009-03-23 Jakub Jelinekre PR c/39495 (OMP parallel loop w/ unsigned index...
2009-02-18 Joseph Myersre PR c/35447 (ICE with broken statement expression)
2009-02-16 Joseph Myersre PR c/35446 (ICE with invalid array initializer)
2009-02-13 Joseph Myersre PR c/35444 (ICE with invalid function declaration)
2009-02-04 Joseph Myersre PR c/29129 ([DR#341] unnamed parameters using [*])
2009-02-03 Jakub Jelinekre PR inline-asm/39059 (ICE with fixed-point type in...
2009-01-12 Jakub Jelinekre PR c/32041 (offsetof buglet)
2009-01-01 Jakub Jelinekre PR c/36489 (Warning "initialized field overwritten...
2008-12-05 Michael MeissnerPR c/38416, make pragma_kind 8 bits
2008-12-04 Ben Ellistonc-parser.c (c_parser_enum_specifier): Initialise ident_...
2008-10-17 Andreas Krebbelc-parser.c (c_parser_binary_expression): Silence the...
2008-10-06 Aldy Hernandezc-decl.c (finish_decl): Pass input_location to build_un...
2008-09-30 Paolo Bonzinic-common.c (empty_if_body_warning): Remove.
2008-09-24 Aldy Hernandezc-common.c (fname_decl): New location argument.
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-09 Aldy Hernandezfunction.h (struct function): Add function_start_locus.
2008-09-01 Aldy Hernandeztree.c (protected_set_expr_location): New.
2008-08-21 Aldy Hernandezc-tree.h (grokfield): New argument.
2008-08-21 Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-20 Jakub Jelinekre PR c/37171 (Canonical spelling optimization dependency)
2008-08-18 Manuel López-Ibáñezre PR preprocessor/7263 (__extension__ keyword doesn...
2008-08-14 Manuel López-Ibáñezre PR c++/28152 (Diagnostic about wrong use _Complex...
2008-08-13 Manuel López-Ibáñezre PR c/15236 (pedantic switch modifies treatment of...
2008-08-09 Manuel López-Ibáñezre PR c++/17880 (-Wsequence-point doesn't warn inside...
2008-07-23 Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21 Rafael Avila de... Makefile.in: Replace toplev.h with TOPLEV_H.
2008-07-11 Ian Lance Taylorc-common.h (enum rid): Add RID_CXX_COMPAT_WARN.
2008-07-09 Raksit Ashokinvoke.texi (Option Summary): Mention new option -Wdisa...
2008-06-22 Ian Lance Taylorc-lex.c (narrowest_unsigned_type): Change itk to int.
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-04-18 Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-04-03 Jakub Jelinekre PR c/35738 (ICE with #pragma omp atomic and conversi...
2008-04-03 Paolo Bonzinic-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,...
2008-03-29 Volker Reichelt* c-parser.c (c_parser_next_token_is_keyword): Simplify.
2008-03-10 Jakub Jelinekre PR c/35438 (ICE with invalid use of threadprivate)
2008-02-26 Ralf Wildenhuesre PR c/28800 (warning "ISO C forbids an empty source...
2008-01-22 Jakub Jelinekre PR c++/34607 (ICE with invalid for loop after #pragm...
2007-12-17 Jakub Jelinekre PR c/34506 (gcc disallows comma between C/C++ OpenMP...
2007-12-04 Manuel López-Ibáñezc-parser (c_parser_statement_after_labels): Move error...
2007-11-26 Manuel López-Ibáñezre PR c/23722 (bad error recovery with if blocks and...
2007-11-22 Joseph Myersre PR c/14050 ([DR289] c99 restrict doesn't work in...
2007-11-08 Tom Tromeyc-parser.c (c_parser_translation_unit): Use location...
2007-11-03 Manuel López-Ibáñezre PR c/29062 (unclear diagnostic for declaration after...
2007-11-01 Tom Tromeyc-decl.c (grokdeclarator): Set decl source locations.
2007-09-13 Tom Tromeyc-common.c (fname_as_string): Update.
next