optimize.c (build_delete_destructor_body): New function.
[gcc.git] / gcc / cp / parser.c
2009-09-08 Jason Merrilldecl.c (grokmethod): Rename from start_method.
2009-08-31 Jason Merrillre PR c++/41127 (unnamed bitfield declaration parser...
2009-08-19 Jason Merrillre PR c++/41119 (Revision 150805 failed 447.dealII...
2009-07-16 Jason Merrillre PR libstdc++/37907 ([c++0x] support for std::is_stan...
2009-07-13 Andrew Pinskire PR c++/22154 ([DR 382] qualified names should allow...
2009-07-06 Manuel López-Ibáñezdecl.c: Replace %H by an explicit location.
2009-07-04 Jason Merrillre PR c++/40619 ([c++0x] ICE on repeated decltype expre...
2009-06-25 Ian Lance Taylorparser.c (cp_parser_binary_expression): Increment c_inh...
2009-06-16 Ian Lance Taylorc-common.c (skip_evaluation): Don't define.
2009-06-16 Ian Lance Taylordf-problems.c (df_simulate_one_insn_forwards): Fix...
2009-06-12 Aldy Hernandezjava-gimplify.c (java_gimplify_block): New argument...
2009-06-09 Jason Merrillparser.c (cp_parser_type_id_1): 'auto' type is ok with...
2009-06-08 Jakub Jelinekre PR c++/40370 (ICE with invalid array bound in templa...
2009-06-07 Ian Lance Taylorextend.texi (Attribute Syntax): Document that C++ label...
2009-05-21 Ian Lance Taylortree.c (build_tree_list_vec_stat): New function.
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-14 Ian Lance Taylorpasses.c (finish_optimization_passes): Change i to...
2009-05-10 Joseph Myerspretty-print.h (struct pretty_print_info): Add translat...
2009-05-04 Manuel López-Ibáñezre PR c++/28152 (Diagnostic about wrong use _Complex...
2009-04-24 Ian Lance Taylorcombine.c (record_value_for_reg): Change 0 to VOIDmode...
2009-04-22 Dodji Seketelire PR c++/39639 (no diagnostic for ill-formed pack...
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-20 Manuel López-Ibáñezre PR c++/13358 (long long and C++ do not mix well)
2009-04-20 Ian Lance Taylorcp-tree.h (base_access): Change typedef to int.
2009-04-15 Diego Novillodiagnostic.c (diagnostic_report_diagnostic): Do not...
2009-04-14 Diego Novillo[multiple changes]
2009-04-10 H.J. Lure PR c++/28301 (ICE with broken specialization)
2009-04-10 H.J. Luparser.c (cp_parser_class_specifier): Remove the unused...
2009-04-10 Manuel López-Ibáñez2009-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-04-08 Dodji Seketelire PR c++/39637 (ICE on ill-formed sizeof(<parameter...
2009-03-31 Jason Merrillre PR c++/37806 (CV-qualifiers on function typedef...
2009-03-31 Jason MerrillPR c++/38030, 38850, 39070
2009-03-29 Joseph Myersre PR preprocessor/34695 (Preprocessor warning->error...
2009-03-28 Jakub Jelinekre PR c++/39554 (-Wdisallowed-function-list fails when...
2009-03-27 Andrew Pinskire PR c++/38638 (ICE superfluous 'typename')
2009-03-23 Jakub Jelinekre PR c/39495 (OMP parallel loop w/ unsigned index...
2009-03-21 Jason Merrillre PR c++/28879 (ICE with VLA in template function)
2009-03-19 Jakub Jelinekre PR c/39495 (OMP parallel loop w/ unsigned index...
2009-03-18 Jakub Jelinekdse.c (struct group_info): Reorder fields for 64-bit...
2009-03-18 H.J. Lure PR c++/39425 (gcc loops after reporting template...
2009-03-08 H.J. Lure PR c++/39060 (ICE with lots of invalid member functions)
2009-03-05 Jason Merrillre PR c++/13549 (Problem compiling Boost.Python test)
2009-03-04 Jason Merrillre PR c++/9634 ([DR224] Injected class name as qualifie...
2009-02-26 H.J. Lure PR c++/37789 (ICE with __FUNCTION__)
2009-02-19 H.J. Lure PR c++/39219 (attribute doesn't work with enums...
2009-02-03 Jakub Jelinekre PR inline-asm/39059 (ICE with fixed-point type in...
2009-02-02 Jason Merrillre PR c++/39054 (ICE with invalid pseudo-dtor in template)
2009-02-02 Paolo Carlinire PR c++/39053 (ICE with broken function declaration)
2009-01-30 Jakub Jelinekre PR c++/39028 (C++ front-end rejects "__label__"...
2009-01-19 Jason Merrillre PR c++/23287 (Explicitly invoking destructor of...
2009-01-14 Nick Cliftonre PR c++/37862 (Parenthesised indirection alters class...
2009-01-12 Jakub Jelinekre PR c/32041 (offsetof buglet)
2009-01-09 John F. Carrre PR c++/37877 (Invalid "invalid use of static" error)
2008-12-31 Jakub Jelinekre PR c++/38647 (ICE using __FUNCTION__ as template...
2008-12-29 Jakub Jelinekre PR c++/38635 (ICE parsing broken code)
2008-12-18 Jason Merrillre PR c++/38485 (GCC can't parse a parenthesized comma...
2008-12-17 Jason Merrillsemantics.c (describable_type): New function.
2008-12-03 Jason Merrillre PR c++/38256 (ICE with "operator auto")
2008-12-01 Jakub Jelinekre PR c++/38257 (ICE with auto and #pragma omp parallel)
2008-11-28 Jason Merrillre PR c++/38278 (C++ namespace collision)
2008-11-20 Jason Merrillre PR c++/28513 (QOI: Diagnostic missing since 3.3...
2008-11-19 Jason Merrillre PR c++/37563 (Trouble calling qualified member function)
2008-11-18 Jason Merrillre PR c++/37962 (ICE with (auto*) casts)
2008-11-12 Jakub Jelinekre PR c++/36478 (warning not emitted when code expanded...
2008-11-12 Jakub Jelinekre PR c++/34269 (Incomplete __decltype/__typeof express...
2008-11-10 Jakub Jelinekre PR c++/38021 (C++ hang for new keywords)
2008-10-29 Manuel López-Ibáñezre PR c++/26997 (g++ reports misleading error message...
2008-10-24 Manuel López-Ibáñezre PR c/7543 (no warning for always-false "if (!a ...
2008-10-01 H.J. Lure PR c++/37683 (Revision 140780 caused g++.dg/warn...
2008-09-30 Paolo Bonzinic-common.c (empty_if_body_warning): Remove.
2008-09-15 Aldy Hernandezcrash16.C: Function name is the correct location for...
2008-09-08 Jason Merrillre PR c++/37302 (function parameters are declared too...
2008-09-04 Ian Lance Taylorrtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL...
2008-09-03 Jason Merrillre PR c++/37208 (C++0x deleted functions and SFINAE)
2008-09-01 Aldy Hernandeztree.c (protected_set_expr_location): New.
2008-09-01 Jason MerrillImplement late-specified return type using 'auto'.
2008-08-30 Jason MerrillImplement C++0x 'auto' semantics.
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-21 Manuel López-Ibáñezdiagnostic.c (pedwarn_at): Rename as pedwarn.
2008-08-20 Manuel López-Ibáñezre PR c++/35158 (g++ does not compile valid C++ for...
2008-08-20 Manuel López-Ibáñezdiagnostic.c (inform): Add an explicit location_t param...
2008-08-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-12 Paolo Carlinire PR c++/37087 (Segfault on compiling template defined...
2008-08-08 Manuel López-Ibáñezre PR other/36901 (pedwarn() + -pedantic-errors + ...
2008-08-06 Douglas Gregorre PR c++/36460 (No space between >'s not always handle...
2008-08-04 Simon Baldwinre PR c++/36999 (Erroneous "declaration 'class ......
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-23 Manuel López-Ibáñezre PR c/35058 (-Werror= works only with some warnings)
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-21 Rafael Avila de... Makefile.in: Replace toplev.h with TOPLEV_H.
2008-07-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-09 Raksit Ashokinvoke.texi (Option Summary): Mention new option -Wdisa...
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-06-22 Ian Lance Taylorc-lex.c (narrowest_unsigned_type): Change itk to int.
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-06-15 Ralf Wildenhuesomp-low.c (extract_omp_for_data): Fix comment typo.
2008-06-14 Simon Martinre PR c++/35320 (ICE with invalid friend declaration)
next