aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-22re PR c++/66921 (failure to determine size of static constexpr array that is ...Jason Merrill1-1/+2
2015-12-18re PR c++/67592 (A virtual member function declared constexpr fails to trigge...Paolo Carlini1-7/+15
2015-12-16PR objc++/68932 - FAIL: obj-c++.dg/property/at-property-23.mm -fgnu-runtimeMartin Sebor1-2/+3
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-15/+32
2015-12-07re PR c++/68464 (ICE in valid constexpr function: ../../src/gcc/tree.c:11497)Jason Merrill1-1/+8
2015-12-06PR c++/68597, fix auto9.C and auto-neg1.C with -std=c++1z.Jason Merrill1-2/+3
2015-11-19re PR c++/67409 (tree-cfg.c dereferences a NULL pointer)Jakub Jelinek1-31/+47
2015-11-13Merge C++ delayed folding branch.Jason Merrill1-41/+31
2015-11-11decl.c (duplicate_decls): When combining typedefs, remove the new type from t...Jason Merrill1-1/+16
2015-11-11re PR c/68107 (Non-VLA type whose size is half or more of the address space c...Marek Polacek1-13/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-6/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-15/+8
2015-10-29re PR c++/67845 (ICE on invalid use of const qualifier on x86_64-linux-gnu in...Paolo Carlini1-0/+5
2015-10-26function.h (MINIMUM_METHOD_BOUNDARY): New macro.Christian Bruel1-8/+3
2015-10-19Expand PTRMEM_CST only when necessary.Jason Merrill1-4/+3
2015-10-19typoJason Merrill1-1/+1
2015-10-18re PR c++/68006 ([C++14] Incorrect aggregate initialization from empty initia...Jason Merrill1-1/+15
2015-10-07cp-gimplify.c (genericize_if_stmt): Use protected_set_expr_location.Marek Polacek1-2/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-5/+47
2015-09-22c.opt (Wmultiple-inheritance, [...]): New C++ warnings.Nathan Sidwell1-1/+9
2015-09-01re PR c++/61753 (poor diagnostic for constructor definition that starts with ...Paolo Carlini1-24/+61
2015-08-21decl.c (grokvardecl): Simplify the latter.Paolo Carlini1-2/+1
2015-08-21decl.c (grokvardecl): Complete check added for c++/67065.Paolo Carlini1-1/+2
2015-08-20re PR c++/67065 ([DR 1886] Missing diagnostics for ill-formed program with ma...Paolo Carlini1-0/+5
2015-08-19remove more useless typedefsTrevor Saunders1-6/+6
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-25/+242
2015-08-05decl.c (cp_finish_decl): Tidy.Jason Merrill1-2/+1
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-2/+3
2015-07-26decl.c (poplevel): Use Use DECL_SOURCE_LOCATION and "%qD" in warning_at inste...Paolo Carlini1-35/+51
2015-07-21decl.c (grokdeclarator): For an erroneous template parameter propagate error_...Paolo Carlini1-1/+6
2015-07-08c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses are to be rem...Jakub Jelinek1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01re PR c++/65945 (C++ alignment of nullptr_t is 1 and might cause unaligned st...Jason Merrill1-0/+2
2015-06-30re PR debug/66653 (ice in gen_type_die_with_usage, at dwarf2out.c:20876)Jason Merrill1-16/+26
2015-06-29re PR c++/65977 (Constexpr should be allowed in declaration of friend templat...Paolo Carlini1-9/+6
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez1-0/+6
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek1-2/+11
2015-06-27call.c: Use VECTOR_TYPE_P.Marek Polacek1-4/+4
2015-06-27call.c (set_up_extended_ref_temp): Use VAR_P.Marek Polacek1-9/+8
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-24re PR c++/65811 (ice in vague_linkage_p)Paolo Carlini1-0/+2
2015-06-23re PR c++/65879 (Bogus linkage errors for member class of anonymous class)Jason Merrill1-1/+1
2015-06-23re PR c++/66542 ([C++11] Can create static variable of type that has deleted ...Jason Merrill1-3/+3
2015-06-22decl.c (grokdeclarator): Use declspecs->locations[ds_virtual].Paolo Carlini1-10/+3
2015-06-19re PR c++/65880 (Member function issue with argument "pointer to const array ...Jason Merrill1-7/+7
2015-06-17tree.h (merge_dllimport_decl_attributes, [...]): Remove conditional exposure ...Andrew MacLeod1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+2