summaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/54883 (Name mangling of types in an unnamed namespace)Jason Merrill2012-12-111-8/+7
* * decl2.c (cp_write_global_declarations): Return after writing a PCH.Steven Bosscher2012-12-101-1/+6
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-37/+37
* re PR c++/54903 (Auto + static in-class constant initialization not working)Jason Merrill2012-11-151-10/+10
* Function MultiversioningSriraman Tallam2012-11-061-0/+4
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-2/+2
* re PR c++/54988 (fpmath=sse target pragma causes inlining failure because of ...Jakub Jelinek2012-10-231-4/+1
* Allow dynamic initialization of thread_locals.Jason Merrill2012-10-081-0/+256
* Partial implementation of C++11 thread_local.Jason Merrill2012-10-081-0/+1
* PR c++/53528 C++11 attribute supportDodji Seketeli2012-10-081-1/+1
* dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet2012-10-041-2/+2
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-2/+2
* re PR c++/54738 ([C++11][SFINAE] Hard errors for pointer-to-member function e...Paolo Carlini2012-09-291-6/+7
* PR c++/54372 - unused attribute inactive on dependant entitiesDodji Seketeli2012-09-281-0/+5
* typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini2012-09-131-3/+3
* re PR c++/51421 ([c++0x] ICE with invalid use of auto)Paolo Carlini2012-08-251-2/+8
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* re PR c++/53524 (Bogus enum comparison warning)Jason Merrill2012-07-021-0/+4
* The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl2012-06-191-2/+2
* pt.c (tsubst_expr): Instantiate local class.Jason Merrill2012-06-121-1/+3
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+0
* re PR c++/29185 (inconsistent warning: deleting array)Paolo Carlini2012-05-231-3/+2
* re PR c++/44516 (improve error message when no matching operator)Paolo Carlini2012-05-171-7/+6
* PR preprocessor/7263 - Avoid pedantic warnings on system headers macro tokensDodji Seketeli2012-05-161-1/+1
* re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini2012-05-061-2/+2
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-8/+3
* re PR c++/51033 (generic vector subscript and shuffle support was not added t...Marc Glisse2012-04-301-1/+1
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-0/+1
* method.c (make_alias_for): Do not set TREE_SYMBOL_REFERENCED.Jan Hubicka2012-04-211-45/+2
* re PR bootstrap/53042 (AIX bootstrap: cgraph symbol table error)Jan Hubicka2012-04-201-1/+1
* re PR c++/52422 ([C++11][SFINAE] Hard errors with void or arithmetic expressi...Paolo Carlini2012-04-181-2/+3
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-8/+8
* re PR c++/52915 ([C++11] Deleted default-constructor of anonymous unions not ...Jason Merrill2012-04-131-6/+1
* Implement return type deduction for normal functions with -std=c++1y.Jason Merrill2012-03-241-3/+16
* re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill2012-03-051-9/+26
* re PR c++/51930 (Explicitly instantiated template gets hidden visibility)Jason Merrill2012-01-231-1/+7
* re PR c++/51344 (cc1plus hangs when compiling)Kai Tietz2012-01-191-2/+2
* c-decl.c: Do not include tree-mudflap.hSteven Bosscher2012-01-131-1/+0
* re PR c++/51813 (-fvisibility=hidden causes std::codecvt members to be undefi...Jason Merrill2012-01-131-0/+2
* re PR c++/50973 ([C++0x] internal compiler error defaulted destructor virtual...Jason Merrill2011-11-101-1/+9
* PR debug/51032 - ICE in dbxout_type, at dbxout.c:2372Dodji Seketeli2011-11-091-0/+1
* PR c++/45114 - Support C++11 alias-declarationDodji Seketeli2011-11-071-3/+6
* re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill2011-11-071-15/+12
* re PR c++/35688 (template visibility not overridden by template arguments)Jason Merrill2011-11-061-1/+4
* re PR c++/47695 ([C++0X] Calling a deleted function fails twice)Paolo Carlini2011-11-061-11/+14
* re PR c++/48370 (G++ fails to extend reference temporary lifetime in some sit...Jason Merrill2011-11-041-2/+4
* re PR c++/30066 (option to make inline functions hidden)Roberto Agostino Vitillo2011-10-271-18/+54
* re PR c++/50870 ([C++0x] [4.6/4.7 Regression] ICE with decltype, operator->, ...Paolo Carlini2011-10-261-1/+1
* Handle deferred parsing of NSDMIs.Jason Merrill2011-09-241-0/+2