aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25re PR c++/51421 ([c++0x] ICE with invalid use of auto)Paolo Carlini1-2/+8
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-0/+4
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl1-2/+2
2012-06-12pt.c (tsubst_expr): Instantiate local class.Jason Merrill1-1/+3
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-23re PR c++/29185 (inconsistent warning: deleting array)Paolo Carlini1-3/+2
2012-05-17re PR c++/44516 (improve error message when no matching operator)Paolo Carlini1-7/+6
2012-05-16PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli1-1/+1
2012-05-06re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini1-2/+2
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-8/+3
2012-04-30re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse1-1/+1
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-0/+1
2012-04-21method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED.Jan Hubicka1-45/+2
2012-04-20re PR bootstrap/53042 (AIX bootstrap: cgraph symbol table error)Jan Hubicka1-1/+1
2012-04-18re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini1-2/+3
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-8/+8
2012-04-13re PR c++/52915 ([C++11] Deleted default-constructor of anonymous unions not ...Jason Merrill1-6/+1
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill1-3/+16
2012-03-05re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill1-9/+26
2012-01-23re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill1-1/+7
2012-01-19re PR c++/51344 (cc1plus hangs when compiling)Kai Tietz1-2/+2
2012-01-13c-decl.c: Do not include tree-mudflap.hSteven Bosscher1-1/+0
2012-01-13re PR c++/51813 (-fvisibility=hidden causes std::codecvt members to be undefi...Jason Merrill1-0/+2
2011-11-10re PR c++/50973 ([C++0x] internal compiler error defaulted destructor virtual...Jason Merrill1-1/+9
2011-11-09PR debug/51032 - ICE in dbxout_type, at dbxout.c:2372Dodji Seketeli1-0/+1
2011-11-07PR c++/45114 - Support C++11 alias-declarationDodji Seketeli1-3/+6
2011-11-07re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill1-15/+12
2011-11-06re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill1-1/+4
2011-11-06re PR c++/47695 ([C++0X] Calling a deleted function fails twice)Paolo Carlini1-11/+14
2011-11-04re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill1-2/+4
2011-10-27re PR c++/30066 (option to make inline functions hidden)Roberto Agostino Vitillo1-18/+54
2011-10-26re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini1-1/+1
2011-09-24Handle deferred parsing of NSDMIs.Jason Merrill1-0/+2
2011-09-24Implement C++11 non-static data member initializers.Jason Merrill1-5/+11
2011-09-08PR c++/33255 - Support -Wunused-local-typedefs warningDodji Seketeli1-0/+1
2011-07-16Make-lang.in (check-g++-strict-gc): New.Jason Merrill1-4/+8
2011-07-11* decl2.c (decl_constant_var_p): Use decl_maybe_constant_var_p.Jason Merrill1-18/+8
2011-07-11re PR c++/44609 (Invalid template code causes infinite loop of error messages)Jason Merrill1-4/+4
2011-06-23re PR c++/44625 (ICE after error: anonymous struct not inside named type)Paolo Carlini1-1/+4
2011-06-23re PR c++/49507 (ICE because of defaulted template destructor)Jason Merrill1-0/+3
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-0/+4
2011-06-10decl2.c (clear_decl_external): New functoin.Jan Hubicka1-20/+16
2011-06-10re PR c++/49118 (Endless operator-> chain causes infinite loop)David Krauss1-1/+1
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-0/+3
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-09re PR c++/48737 ([C++0x][SFINAE] Hard errors with array list-construction wit...Paolo Carlini1-1/+1
2011-05-06introduce {class,type}_of_this_parm functionsNathan Froyd1-4/+2
2011-05-02Upgrade the utility of timevars.Lawrence Crowl1-4/+10