decl.c (grokfndecl): Set DECL_CONTEXT on parms.
[gcc.git] / gcc / cp / decl.c
2009-03-17 Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2009-03-09 Jakub Jelinekre PR c++/39371 (Incorrectly rejects switch((unsigned...
2009-03-06 Alexandre Olivadecl.c (record_builtin_java_type): Use canonicalized...
2009-03-04 Jason Merrillre PR c++/9634 ([DR224] Injected class name as qualifie...
2009-02-20 Jason Merrillre PR c++/39225 (ICE if destructor doen't match class...
2009-02-19 H.J. Lure PR c++/39188 (G++ doesn't handle static anonymous...
2009-01-22 Dodji SeketeliReverted commit 143546 related to PR c++/26693
2009-01-21 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-01-15 Andrew Pinskire PR c++/29388 (ICE with invalid nested name specifier)
2009-01-12 Jakub Jelinekre PR c++/38794 (Function body accepted in typedef)
2009-01-05 Jason Merrillre PR c++/38701 (ICE with defaulted function)
2008-12-29 Jakub Jelinekre PR c++/38637 (ICE with template declaration of enum)
2008-12-17 Jason Merrillsemantics.c (describable_type): New function.
2008-12-08 Richard Hendersonre PR middle-end/38240 (Vector type definitions not...
2008-12-04 Jason Merrillre PR c++/37906 (has_trivial_default_constructor vs...
2008-12-03 Jason Merrillre PR c++/38256 (ICE with "operator auto")
2008-12-03 Jason Merrillre PR c++/38380 (explicitly defaulted constructors...
2008-12-02 Jason MerrillPR c++/35782, c++/37860
2008-11-18 Jason Merrillre PR c++/37962 (ICE with (auto*) casts)
2008-11-05 Richard Guentherre PR middle-end/37742 (ICE in vectorizer with restrict...
2008-10-31 Jakub Jelinekre PR c++/37967 (ICE with function returning auto)
2008-10-31 Jakub Jelinekre PR c++/37965 (ICE with invalid auto variable in...
2008-10-29 Manuel López-Ibáñezre PR middle-end/11492 (Bogus warning with -Wsign-compare)
2008-10-07 Steve Ellcey* decl.c (start_cleanup_fn): Declare as inline.
2008-09-30 Simon Martinre PR c++/37555 (ICE with invalid typedef)
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-17 Jan Hubickare PR middle-end/18071 (-Winline does not respect ...
2008-09-15 Aldy Hernandezcrash16.C: Function name is the correct location for...
2008-09-09 Jakub Jelinekre PR c++/37389 (expected integer_cst, have error_mark...
2008-09-08 Jason Merrillre PR c++/37302 (function parameters are declared too...
2008-09-03 Jakub Jelinekre PR c++/37348 (internal compiler error: tree check...
2008-09-03 Jakub Jelinekre PR c++/37189 (OpenMP task construct with implicit...
2008-09-03 Jason Merrillre PR c++/37208 (C++0x deleted functions and SFINAE)
2008-09-01 Jason MerrillImplement late-specified return type using 'auto'.
2008-08-30 Michael MeissnerChange attribute((option(...))) to attribute((target...
2008-08-30 Jason MerrillImplement C++0x 'auto' semantics.
2008-08-28 Paolo Carlinire PR c++/37260 (infinite loop in init)
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-18 Manuel López-Ibáñezdiagnostics.c (permerror_at): Rename as permerror.
2008-08-14 Paolo Carlinire PR c++/34600 (ICE with invalid use of extern)
2008-08-13 Manuel López-Ibáñezre PR c/30551 (-pedantic does not include -Wmain, but...
2008-08-08 Volker Reicheltre PR c++/35985 (ICE with pointer to member function...
2008-08-06 Manuel López-Ibáñezre PR c++/26785 ("extra qualification" error gives...
2008-08-06 Jason Merrillre PR c++/37016 (member function pointer failure with...
2008-07-29 Jan Hubickaoptimize.c (maybe_clone_body): Remove DECL_INLINE.
2008-07-29 Manuel López-Ibáñezre PR c/34985 (Warning "defined but not used" despite...
2008-07-29 Jason Merrillre PR c++/36943 ([c++0x] Use of nested C++0x initialize...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-27 Paolo Carlinidecl.c (push_library_fn): Add a parameter for the excep...
2008-07-25 Jan Hubickatypeck.c (inline_conversion): Remove.
2008-07-25 Jan Hubickacgraphbuild.c (record_reference): Drop non-unit-at...
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-18 Kaveh R. Ghazicvt.c (convert_to_void): Avoid C++ keywords.
2008-07-11 Dodji Seketelire PR c++/13101 (incorrect warning on initialized exter...
2008-07-08 Simon Martinre PR c++/34963 (ICE completely broken destructor)
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-07-01 Andrew Haleydecl.c (finish_constructor_body): Don't set the return...
2008-06-21 Ian Lance Taylortree.h (enum tree_code): Include all-tree.def, not...
2008-06-21 Jonathan Wakelytypeck.c (composite_pointer_type_r, [...]): Change...
2008-06-07 Paolo Carlinire PR c++/35327 (ICE with invalid constructor)
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-05-21 Jakub Jelinekre PR c++/36023 (ICE with cast to variable-sized object)
2008-05-07 Kenneth Zadeck[multiple changes]
2008-04-25 Jan Hubickare PR testsuite/35843 (-fdump-rtl-expand does not exist...
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-04-18 Kris Van Heescpp-id-data.h (UC): Was U, conflicts with U...
2008-04-15 Jakub Jelinekre PR c/35751 (ICE with invalid variable after #pragma...
2008-04-09 Volker Reicheltcall.c (build_op_delete_call): Fix quotation in warning...
2008-04-04 Paolo Bonzinifunction.c (free_after_parsing): Replace with cxx_push_...
2008-03-27 Douglas Gregorre PR bootstrap/35704 (Bootstrap failure on i686-apple...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-03-12 Richard Guentherrevert: [multiple changes]
2008-03-07 Paolo Bonzinirevert: re PR c++/35049 (g++.dg/conversion/simd3.C...
2008-03-02 Manuel López-Ibáñezre PR c++/24924 (front end and preprocessor pedantic_er...
2008-02-28 Richard Guentherrevert: tree-flow.h (uid_decl_map_hash, [...]): Move ...
2008-02-26 Jason Merrillre PR c++/35315 (ICE with attribute transparent_union)
2008-02-26 Tom Tromeysystem.h (USE_MAPPED_LOCATION): Poison.
2008-02-26 Richard Guenthertree-flow.h (uid_decl_map_hash, [...]): Move ...
2008-02-22 Andrew Pinskire PR c++/34715 (always_inline with templates and not...
2008-02-11 Paolo Carlinire PR c++/35077 (ICE with attribute in broken class...
2008-02-06 Douglas Gregorre PR c++/35049 (g++.dg/conversion/simd3.C:12: error...
2008-02-04 Richard Guentherre PR java/35035 (Has any one managed to run the libjav...
2008-02-04 Jason Merrillre PR c++/33916 (Default constructor fails to initializ...
2008-01-29 Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
2008-01-25 Richard Guentherre PR c++/33887 (Reference to bitfield gets wrong value...
2008-01-23 Jason Merrillre PR c++/28560 (Trouble with __attribute__ in template...
2008-01-22 Jason Merrillre PR c++/34196 (uninitialized variable warning in...
2008-01-18 Ian Lance Taylorre PR c++/33407 (C++ operator new and new expression...
2008-01-13 Doug Kwanc-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers...
2007-12-18 Jakub Jelinekre PR c++/34488 (ICE on invalid friend declaration)
2007-11-26 Andreas KrebbelPR 34081/C++
2007-11-25 Richard Guenthertree.h (struct tree_block): Move locus member next...
2007-11-23 Jakub Jelinekre PR c++/30293 (ICE with extern "Java" in store_init_v...
2007-11-10 Douglas Gregorre PR c++/33510 (Array size of array with size determin...
2007-11-06 Jakub Jelinekre PR target/33168 (GCC Boot failure, building libstc++)
2007-11-05 Jakub Jelinekre PR c++/33969 (ICE with const and function pointer)
next