aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Core 1609Jason Merrill1-1/+1
2013-04-19N3638 changes to return type deductionJason Merrill1-6/+2
2013-04-11re PR c++/52748 ([C++11] N3276 changes to decltype)Jason Merrill1-4/+10
2013-04-02cp-tree.h (TAGGED_TYPE_P): Remove.Paolo Carlini1-2/+2
2013-04-01Implement N2439 (ref-qualifiers for 'this')Bronek Kozicki1-5/+17
2013-04-01cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): Remove.Paolo Carlini1-2/+1
2013-03-31decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P.Paolo Carlini1-2/+1
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-6/+6
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-15/+15
2013-03-26cp-gimplify.c (cp_genericize_r): Use VAR_OR_FUNCTION_DECL_P.Gabriel Dos Reis1-10/+6
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-1/+1
2013-02-16re PR c++/51242 ([C++11] Unable to use strongly typed enums as bit fields)Jonathan Wakely1-1/+1
2013-01-19re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill1-25/+53
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-09re PR c++/55801 (ICE with thread_local after ill-formed declaration)Paolo Carlini1-3/+4
2012-12-11re PR c++/54883 (Name mangling of types in an unnamed namespace)Jason Merrill1-8/+7
2012-12-10* decl2.c (cp_write_global_declarations): Return after writing a PCH.Steven Bosscher1-1/+6
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-37/+37
2012-11-15re PR c++/54903 (Auto + static in-class constant initialization not working)Jason Merrill1-10/+10
2012-11-06Function MultiversioningSriraman Tallam1-0/+4
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-2/+2
2012-10-23re PR c++/54988 (fpmath=sse target pragma causes inlining failure because of ...Jakub Jelinek1-4/+1
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill1-0/+256
2012-10-08Partial implementation of C++11 thread_local.Jason Merrill1-0/+1
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-1/+1
2012-10-04dumpfile.h, dumpfile.c: Remove TDI_ada.Arnaud Charlet1-2/+2
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-2/+2
2012-09-29re PR c++/54738 ([C++11][SFINAE] Hard errors for pointer-to-member function e...Paolo Carlini1-6/+7
2012-09-28PR c++/54372 - unused attribute inactive on dependant entitiesDodji Seketeli1-0/+5
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-3/+3
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