aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-05decl.c (start_decl): Don't push the plain VAR_DECL for a variable template.Jason Merrill1-2/+5
2015-04-23re PR c++/65646 (ICE in invalid syntax)Jason Merrill1-3/+1
2015-04-20Reject trailing return type for an operator auto().Ville Voutilainen1-2/+5
2015-04-16call.c (build_op_delete_call, [...]): Check mark_used return value.Paolo Carlini1-5/+7
2015-04-15constexpr.c (cxx_eval_store_expression): Ignore clobbers.Jason Merrill1-0/+14
2015-04-15decl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLIC is set.Jason Merrill1-1/+2
2015-04-14re PR c++/59766 (c++1y: declaring friend function with 'auto' return type ded...David Krauss1-1/+1
2015-04-02re PR c++/65625 (ICE in make_typename_type, at cp/decl.c:3499)Jason Merrill1-2/+2
2015-04-01re PR c++/65646 (ICE in invalid syntax)Jason Merrill1-1/+3
2015-03-27re PR c++/65509 ([C++11] GCC rejects operator== with two distinct pointers as...Jason Merrill1-27/+3
2015-03-16DR 1688 PR c++/65327Marek Polacek1-2/+3
2015-03-12re PR c++/65323 (duplicate -Wzero-as-null-pointer-constant warnings)Paolo Carlini1-5/+4
2015-03-10re PR c++/65370 (r213519 causes: error: redeclaration of 'template... may no...Paolo Carlini1-1/+3
2015-02-25re PR debug/58315 (Excessive memory use with -g)Jason Merrill1-3/+1
2015-02-13re PR c++/60894 (Use of redundant struct keyword in function prototype combin...Paolo Carlini1-0/+1
2015-02-13re PR c++/64970 (Hard error instead of SFINAE for expression in nested templa...Paolo Carlini1-1/+1
2015-02-13re PR ipa/65034 (ICE (segfault) on arm-linux-gnueabihf)Jakub Jelinek1-1/+1
2015-02-12common.opt (-flifetime-dse): New.Jason Merrill1-9/+13
2015-02-12re PR debug/55541 (unable to see local variables due extra lexical block was ...Jakub Jelinek1-11/+33
2015-02-02re PR c++/64901 (overriding final function defined out of line does not lead ...Ville Voutilainen1-0/+2
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener1-0/+2
2015-01-15re PR c++/59366 (A friend function template defined in a class is found witho...Momchil Velikov1-4/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+9
2015-01-08ubsan.c (do_ubsan_in_current_function): New.Jason Merrill1-4/+1
2015-01-08re PR c++/60753 (Deleted definition of an explicit function template speciali...Paolo Carlini1-22/+16
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15N3778: Sized DeallocationJason Merrill1-5/+25
2014-12-15re PR c++/58882 (ICE with invalid C99 style designated initializers)Paolo Carlini1-5/+9