aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-13/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-06-04Remove TARGET_RELAXED_ORDERING and optimize for weak memory models.Ramana Radhakrishnan1-17/+9
2015-06-03decl.c (check_tag_decl): Use declspecs->locations as locations in error_at an...Paolo Carlini1-17/+33
2015-06-03plugins.texi (enum plugin_event): New event.Andres Tiraboschi1-0/+2
2015-05-27decl.c (check_redeclaration_exception_specification): Depend on -Wsystem-head...Jason Merrill1-5/+10
2015-05-27decl.c (warn_extern_redeclared_static): Use the location of newdecl in diagno...Jason Merrill1-18/+18
2015-05-24re PR c++/66243 (enum class value is allowed to be initialized by value from ...Nathan Sidwell1-1/+2
2015-05-22re PR c++/65598 (Fix column location for 'explicit')Paolo Carlini1-4/+7
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek1-2/+6
2015-05-20decl.c (grok_op_properties): Don't complain about size_t placement delete here.Jason Merrill1-10/+0