aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17re PR c++/59270 ([c++11] ICE with decltype of a broken class)Paolo Carlini1-0/+3
2014-01-17re PR c++/59269 (ICE with reference in union)Paolo Carlini1-1/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-23re PR c++/58868 (ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x)Jason Merrill1-1/+4
2013-11-23re PR c++/58525 (__cxa_throw_bad_array_new_length is generated with -fno-exce...Alexander Ivchenko1-2/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+0
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-2/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-0/+1
2013-11-06re PR c++/11006 ([CNI] ICE with use of __java_boolean)Paolo Carlini1-1/+8
2013-10-30* init.c (push_base_cleanups): Check ANON_AGGR_TYPE_P.Jason Merrill1-1/+1
2013-10-30re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-1/+1
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-71/+96
2013-10-06re PR c++/58126 (No diagnostic when inheriting an uninitialized const or refe...Paolo Carlini1-8/+34
2013-10-03re PR c++/58510 ([c++11] ICE with multiple non-static data initializations in...Marek Polacek1-3/+6
2013-09-09re PR c++/58325 (Spurious unused-but-set-variable warning on delete[] of vola...Jakub Jelinek1-0/+1
2013-09-09re PR c++/43452 (Array delete causes error on incomplete type)Paolo Carlini1-3/+22
2013-08-30re PR c++/51424 ([C++11] G++ should diagnose self-delegating constructors)Paolo Carlini1-2/+3
2013-08-28re PR c++/58255 ([C++11] explicit delegating constructor with no arguments wr...Paolo Carlini1-1/+2
2013-08-06Commit the vtable verification feature.Caroline Tice1-2/+1
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/+2
2013-07-13re PR c++/57402 (ICE: in make_decl_rtl, at varasm.c:1147 when initializing va...Jason Merrill1-6/+10
2013-07-09re PR c++/57402 (ICE: in make_decl_rtl, at varasm.c:1147 when initializing va...Jason Merrill1-0/+4
2013-05-30re PR c++/52377 (C++11 non-static initializers in unions are not used)Jason Merrill1-40/+24
2013-05-21call.c (build_conditional_expr_1): Add location_t parameter.Paolo Carlini1-2/+2
2013-05-09N3639 C++1y VLA supportJason Merrill1-0/+21
2013-05-08Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill1-7/+39
2013-04-25re PR c++/50261 ([C++0x] ICE on brace-initialize an array member)Jason Merrill1-1/+6
2013-04-24re PR c++/56970 (SFINAE does not apply correctly to sizeof.)Paolo Carlini1-10/+15
2013-04-01re PR c++/56772 (placement new operator does not work inside function templat...Jason Merrill1-0/+1
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-5/+5
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-6/+6
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-1/+1
2013-03-16cp-tree.h (abstract_class_use): New enum.Jason Merrill1-1/+1
2013-02-25re PR c++/56403 (internal compiler error: in build_zero_init_1, at cp/init.c:...Jakub Jelinek1-1/+1
2013-02-07re PR c++/56241 (ICE in toplev.c:332 on invalid)Jakub Jelinek1-16/+23
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-03re PR c++/53650 (large array causes huge memory use)Jason Merrill1-1/+3
2012-12-07tree.c (build_aggr_init_expr): Remove tsubst_flags_t parameter.Paolo Carlini1-3/+2
2012-12-06re PR c++/54744 (internal compiler error: Segmentation fault, by dependent ba...Jason Merrill1-2/+2
2012-11-24re PR c++/55446 (array new with size zero vanishes from object code)Paolo Carlini1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-46/+45
2012-11-14re PR c++/55323 (ICE in expand_aggr_init_1, at cp/init.c:1718)Paolo Carlini1-4/+7
2012-11-07init.c (build_new_1): Do not check for arithmetic overflow if inner array siz...Florian Weimer1-4/+16
2012-10-26re PR c++/54984 (Array allocated with new in a template class is default init...Paolo Carlini1-1/+2
2012-10-15Implement C++11 inheriting constructors.Jason Merrill1-1/+2