aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-3/+3
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-4/+2
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-3/+4
2009-04-18cp-tree.h: Remove the prototype for insert_block.Kazu Hirata1-12/+0
2009-04-16c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst...Paolo Bonzini1-1/+1
2009-04-15debug.h (set_name): Declare.Catherine Moore1-2/+7
2009-04-14[multiple changes]Diego Novillo1-0/+2
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-2/+4
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill1-9/+23
2009-03-27re PR c++/37647 (ICE with invalid use of constructor)Simon Martin1-0/+8
2009-03-27re PR c++/29727 (ICE on invalid initializer for template member)Simon Martin1-3/+9
2009-03-21re PR c++/28879 (ICE with VLA in template function)Jason Merrill1-5/+14
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-3/+19
2009-03-09re PR c++/39371 (Incorrectly rejects switch((unsigned int)boolvar))Jakub Jelinek1-1/+2
2009-03-06decl.c (record_builtin_java_type): Use canonicalized integer types.Alexandre Oliva1-3/+11
2009-03-04re PR c++/9634 ([DR224] Injected class name as qualifier should not make the ...Jason Merrill1-9/+15
2009-02-20re PR c++/39225 (ICE if destructor doen't match class name)Jason Merrill1-9/+11
2009-02-19re PR c++/39188 (G++ doesn't handle static anonymous union right)H.J. Lu1-2/+1
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-2/+2
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-2/+2
2009-01-15re PR c++/29388 (ICE with invalid nested name specifier)Andrew Pinski1-0/+7
2009-01-12re PR c++/38794 (Function body accepted in typedef)Jakub Jelinek1-2/+7
2009-01-05re PR c++/38701 (ICE with defaulted function)Jason Merrill1-1/+4
2008-12-29re PR c++/38637 (ICE with template declaration of enum)Jakub Jelinek1-0/+3
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-1/+1
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-4/+4
2008-12-04re PR c++/37906 (has_trivial_default_constructor vs. deleted copy ctor)Jason Merrill1-1/+5
2008-12-03re PR c++/38256 (ICE with "operator auto")Jason Merrill1-6/+1
2008-12-03re PR c++/38380 (explicitly defaulted constructors vs. empty direct initializ...Jason Merrill1-9/+0
2008-12-02PR c++/35782, c++/37860Jason Merrill1-18/+24
2008-11-18re PR c++/37962 (ICE with (auto*) casts)Jason Merrill1-5/+17
2008-11-05re PR middle-end/37742 (ICE in vectorizer with restrict pointer)Richard Guenther1-1/+1
2008-10-31re PR c++/37967 (ICE with function returning auto)Jakub Jelinek1-4/+28
2008-10-31re PR c++/37965 (ICE with invalid auto variable in template)Jakub Jelinek1-4/+13
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-4/+4
2008-10-07* decl.c (start_cleanup_fn): Declare as inline.Steve Ellcey1-0/+1
2008-09-30re PR c++/37555 (ICE with invalid typedef)Simon Martin1-1/+3
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-1/+2
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-0/+1
2008-09-15crash16.C: Function name is the correct location for an error regarding a fun...Aldy Hernandez1-5/+15
2008-09-09re PR c++/37389 (expected integer_cst, have error_mark in build_enumerator)Jakub Jelinek1-13/+16
2008-09-08re PR c++/37302 (function parameters are declared too late)Jason Merrill1-36/+45
2008-09-03re PR c++/37348 (internal compiler error: tree check: expected var_decl, have...Jakub Jelinek1-1/+1
2008-09-03re PR c++/37189 (OpenMP task construct with implicit firstprivate variables I...Jakub Jelinek1-0/+19
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-9/+9
2008-08-31Implement late-specified return type using 'auto'.Jason Merrill1-0/+6
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-5/+47
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill1-2/+16
2008-08-28re PR c++/37260 (infinite loop in init)Paolo Carlini1-0/+3
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-92/+197