aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-1/+3
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+4
2013-12-05decl.c (duplicate_decls): Replace pairs of errors and permerrors with error +...Paolo Carlini1-45/+52
2013-11-29re PR sanitizer/59331 (ubsan gives extra warnings with vla.)Marek Polacek1-2/+1
2013-11-26re PR c++/58700 (ICE declaring static bit-field)Paolo Carlini1-1/+3
2013-11-25re PR c++/54485 (g++ should diagnose default arguments in out-of-line definit...Paolo Carlini1-15/+37
2013-11-25re PR c++/58810 (ICE with invalid function typedef)Paolo Carlini1-15/+0
2013-11-23re PR c++/58525 (__cxa_throw_bad_array_new_length is generated with -fno-exce...Alexander Ivchenko1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-8/+10
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+5
2013-11-18cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst.Richard Sandiford1-3/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-17re PR c++/59123 ([c++11] can't forward-declare an object later defined conste...Paolo Carlini1-3/+5
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher1-26/+4
2013-11-05re PR c++/58868 (ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x)Jason Merrill1-0/+1
2013-11-03Implement -fsanitize=vla-bound.Marek Polacek1-25/+30
2013-10-31decl.c (cxx_maybe_build_cleanup): Always set LOOKUP_NONVIRTUAL.Jason Merrill1-7/+1
2013-10-30* decl.c (cp_finish_decl): Never throw for VLA bound == 0.Jason Merrill1-5/+1
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-2/+8
2013-10-11target.c: New file.Jakub Jelinek1-0/+52
2013-10-08re PR c++/58568 ([c++11] ICE with lambda in invalid template variable definit...Paolo Carlini1-2/+2
2013-10-03re PR c++/19476 (Missed null checking elimination with new)Marc Glisse1-2/+2
2013-09-16Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-2/+27
2013-09-13c-target.def: New hookJacek Caban1-1/+4
2013-09-13Revert r202554, r202540 and r202539.Adam Butcher1-17/+2
2013-09-12Support using 'auto' in a function parameter list to introduce an implicit te...Adam Butcher1-2/+17
2013-08-30Correct previous patch to not mark terminate as LEAF.Jan Hubicka1-2/+2
2013-08-30class.c (build_vtbl_initializer): Make __cxa_deleted_virtual ECF_NORETURN | E...Jan Hubicka1-42/+35
2013-08-27decl.c (grokfndecl): Remove old bison hack.Paolo Carlini1-11/+0
2013-08-14re PR c++/51912 ([C++11] G++ accepts floating point case labels)Paolo Carlini1-1/+3
2013-08-12i386.c (ix86_function_versions): Use error + inform.Paolo Carlini1-19/+24
2013-08-02cp-tree.h (finish_stmt): Do not declare.Paolo Carlini1-7/+0
2013-07-25re PR c++/57981 (ICE in this code)Paolo Carlini1-7/+12
2013-07-21class.c: Fix typos.Ondřej Bílka1-1/+1
2013-07-13re PR c++/55203 (No unused warning for variables of non-trivial types)Lubos Lunak1-1/+3
2013-07-04re PR c++/38634 (ICE with wrong number of template parameters)Paolo Carlini1-14/+18
2013-06-26typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...Jason Merrill1-19/+0
2013-06-23c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis1-8/+8
2013-06-20re PR c++/55149 (capturing VLA in lambda)Jason Merrill1-1/+2
2013-06-20* decl.c (compute_array_index_type): Use size_one_node.Jason Merrill1-1/+1
2013-06-12re PR c++/38958 ('unused variable' warning emitted when extending the lifetim...Paolo Carlini1-3/+6
2013-06-06decl.c (grokdeclarator): Keep a decl with error type.Jason Merrill1-12/+4
2013-05-20re PR c++/57102 (ICE: SIGSEGV in fndecl_declared_return_type with -fdump-fina...Jason Merrill1-4/+9
2013-05-16re PR c++/57279 ([C++11] alias declaration fails to declare function types wi...Jason Merrill1-2/+4
2013-05-13re PR c++/57041 (ICE in lookup_field_1, at cp/search.c:376 (with dot-prefixed...Jason Merrill1-0/+3
2013-05-13re PR c++/57253 (GCC ignores ref-qualifiers of pseudo-function types in expli...Jason Merrill1-1/+1
2013-05-13re PR c++/57252 (GCC does not treat ref-qualified overload set as ambiguous)Jason Merrill1-0/+1
2013-05-09* decl.c (cp_finish_decl): Only check VLA bound in C++1y mode.Jason Merrill1-1/+1