aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-12pt.c (do_auto_deduction): In direct-init context, { x } deduces from x.Jason Merrill1-0/+2
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill1-36/+7
2014-12-09re PR c++/64129 (ICE on invalid: in grokfndecl, at cp/decl.c:7658)Jason Merrill1-0/+13
2014-12-04re PR c++/64029 (const int (&in)[]{1,2,3,4,5}; results in internal compiler e...Jason Merrill1-1/+16
2014-12-03re PR c++/63558 (cannot silence "jump to case label" with fpermissive)Paolo Carlini1-40/+64
2014-12-01re PR c++/60859 (Value-initialization of scalar in aggregate yields "braces a...Paolo Carlini1-3/+9
2014-11-26Allow partial specialization of variable templates.Jason Merrill1-1/+8
2014-11-24re PR c++/63203 (Self-initialization of reference not diagnosed if it occurs ...Jonathan Wakely1-3/+13
2014-11-21re PR c++/63657 (-Wunused-variable: warning supressed by virtual dtor)Jason Merrill1-2/+1
2014-11-19re PR c++/57979 (G++ accepts constant expression defined using floating point...Jason Merrill1-1/+1
2014-11-17re PR c++/50473 ([C++0x] ICE in type_has_nontrivial_copy_init, at cp/tree.c:2...Jason Merrill1-0/+1
2014-11-17C++14 constexpr support (minus loops and multiple returns)Jason Merrill1-3/+12
2014-11-17re PR c++/52282 ([C++0x] rejects-valid issues with decltype/constexpr)Jason Merrill1-20/+5
2014-11-14semantics.c (end_maybe_infinite_loop): Use fold_non_dependent_expr.Paolo Carlini1-1/+6
2014-11-12DR 1510 PR c++/60420Paolo Carlini1-1/+2
2014-11-07re PR c++/63366 (C++ __complex is not equivalent to __complex double)Thomas Preud'homme1-11/+18