aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-02re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-0/+1
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+7
2009-03-31re PR c++/37806 (CV-qualifiers on function typedef's are inconsistently accep...Jason Merrill1-1/+1
2009-03-31PR c++/38030, 38850, 39070Jason Merrill1-1/+2
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-3/+0
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-1/+0
2009-03-26re PR c++/39380 (All programs that link Java and C++ libraries fail when opt...Andrew Haley1-0/+3
2009-03-17decl.c (grokfndecl): Set DECL_CONTEXT on parms.Jason Merrill1-0/+1
2009-03-06re PR target/37520 (NO_DOLLAR_IN_LABEL should be defined on x86 targets)H.J. Lu1-15/+15
2009-03-05re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this fun...Jason Merrill1-0/+1
2009-03-04re PR c++/9634 ([DR224] Injected class name as qualifier should not make the ...Jason Merrill1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-19re PR c++/39188 (G++ doesn't handle static anonymous union right)H.J. Lu1-0/+1
2009-02-13re PR c++/39070 (ICE with typeof() (... and __decltype))Jason Merrill1-1/+1
2009-02-11re PR c++/30111 (Value-initialization of POD base class doesn't initialize me...Jason Merrill1-0/+1
2009-02-10re PR c++/34397 (ICE on invalid default template parameter)Paolo Carlini1-0/+1
2009-02-09re PR c++/39109 (Accessible constructor required for new)Jason Merrill1-0/+5
2009-02-07re PR c++/35147 (ICE trying to expand an argument pack with zero arguments)Paolo Carlini1-2/+2
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-9/+0
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+9
2009-01-15re PR c++/36334 (typedef to function type leads to problems)Jason Merrill1-3/+3
2009-01-12re PR c++/36019 (template parameter does not hide class name)Dodji Seketeli1-0/+1
2009-01-05re PR c++/38701 (ICE with defaulted function)Jason Merrill1-1/+1
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-0/+1
2008-12-10re PR c++/37971 (Rejects default argument that is a template via access fail...Mark Mitchell1-14/+16
2008-12-02PR c++/35782, c++/37860Jason Merrill1-0/+6
2008-11-28re PR c++/38233 ('map' value type + new uninitted const member warnings cause...Jason Merrill1-1/+0
2008-11-18re PR c++/37962 (ICE with (auto*) casts)Jason Merrill1-1/+1
2008-11-05re PR c++/32519 (g++ allows access to protected template member functions of ...Fabien Chêne1-2/+1
2008-10-19re PR c++/37004 ([C++ only] Wconversion warns for short y = 0x7fff; short z =...Manuel López-Ibáñez1-0/+1
2008-10-13* cp-tree.h (DECL_MAIN_P): Fix parentheses around expression.Doug Evans1-2/+2
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-1/+2
2008-09-15crash16.C: Function name is the correct location for an error regarding a fun...Aldy Hernandez1-1/+1
2008-09-09c-common.c (c_expand_decl): Remove.Paolo Bonzini1-3/+0
2008-09-08re PR c++/37302 (function parameters are declared too late)Jason Merrill1-2/+2
2008-09-03re PR c++/37189 (OpenMP task construct with implicit firstprivate variables I...Jakub Jelinek1-0/+3
2008-09-03re PR c++/37208 (C++0x deleted functions and SFINAE)Jason Merrill1-3/+9
2008-09-03diagnostic.c (error_at): New.Aldy Hernandez1-1/+1
2008-08-31Implement late-specified return type using 'auto'.Jason Merrill1-0/+3
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner1-0/+1
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill1-0/+4
2008-08-27cp-tree.h: Fix #error directive.Manuel López-Ibáñez1-2/+2
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-3/+62
2008-08-14re PR c++/34485 (ICE with undefined type in template parameter)Paolo Carlini1-1/+1
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-19/+24
2008-07-31re PR c++/11309 (Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3...Jason Merrill1-0/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+3
2008-07-27decl.c (push_library_fn): Add a parameter for the exceptions that the functio...Paolo Carlini1-2/+1
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka1-1/+1
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-1/+12