aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-09PR c++/68703 - bogus error with dependent vector lengthJason Merrill1-0/+16
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-6/+6
2016-07-21PR c++/71274 - deprecated warning without use.Jason Merrill1-19/+35
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-2/+3
2016-04-15re PR c++/70594 (-fcompare-debug failure)Jason Merrill1-0/+2
2016-03-23re PR c++/69315 (ICE in finish_function with constexpr and templates)Alexandre Oliva1-8/+0
2016-02-18re PR c++/68679 (gcc-5.2.1 ICE in C++11 anon union of structs with template f...Jason Merrill1-6/+14
2016-02-08Fix PR c++/69283 (auto deduction fails when ADL is required)Patrick Palka1-0/+4
2016-01-23PR c++/58109 - alignas() fails to compile with constant expressionMartin Sebor1-1/+2
2016-01-09re PR c++/69113 (ICE: in vague_linkage_p, at cp/decl2.c:1875 with -fno-weak)Marek Polacek1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill1-1/+1
2015-12-20re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473)Jason Merrill1-0/+3
2015-12-15Fix PR c++/21802 (two-stage name lookup fails for operators)Patrick Palka1-3/+10
2015-11-20re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at sym...Jakub Jelinek1-2/+10
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-3/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-05gcc/Jakub Jelinek1-5/+0
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-3/+2
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-11/+5
2015-10-19Expand PTRMEM_CST only when necessary.Jason Merrill1-0/+18
2015-09-17cp-tree.h (note_decl_for_pch): Remove.Richard Biener1-0/+6
2015-09-09re PR c++/53184 (Unnecessary anonymous namespace warnings)Paolo Carlini1-5/+35
2015-08-15re PR c++/65974 (Bogus deprecated-declarations warnings for inline definition...Jason Merrill1-0/+3
2015-08-12re PR c++/67108 (ICE: in cxx_eval_call_expression, at cp/constexpr.c:1345 whe...Jason Merrill1-0/+3
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+7
2015-07-26decl.c (poplevel): Use Use DECL_SOURCE_LOCATION and "%qD" in warning_at inste...Paolo Carlini1-4/+8
2015-07-10c-ada-spec.h (cpp_operation): Revert latest change.Eric Botcazou1-2/+0
2015-07-08c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.Eric Botcazou1-0/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-07c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.Eric Botcazou1-0/+2
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-0/+4
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-1/+3
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-1/+1
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-14/+13
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-22c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.Pierre-Marie de Rodat1-0/+10
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-15re PR c++/51048 (Class template inheritance doesn't work well with function-l...Paolo Carlini1-2/+6
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-42/+40
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-04Remove TARGET_RELAXED_ORDERING and optimize for weak memory models.Ramana Radhakrishnan1-4/+27
2015-06-01re PR c++/65942 ([C++14] cannot use std::function as comparator in algorithms)Jason Merrill1-2/+1
2015-05-21re PR c++/60943 ([C++14] Return type deduction interferes with ref-qualifiers)Nathan Sidwell1-0/+2
2015-05-09re PR bootstrap/66085 (Revision r222934 breaks bootstrap on darwin.)Aldy Hernandez1-1/+1
2015-05-09decl2.c (mangling_aliases): New variable.Jason Merrill1-0/+66
2015-05-09decl2.c (collect_candidates_for_java_method_aliases): Remove.Aldy Hernandez1-61/+13
2015-05-08re PR c++/59012 (alignas does not support parameter pack expansions)Jason Merrill1-0/+4
2015-05-05Fix gdb.cp/anon-struct.cc with -std=c++11.Jason Merrill1-1/+6