aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-27pt.c (tsubst_expr): Handle getting an AGGR_INIT_EXPR from build_value_init.Jason Merrill1-1/+4
2010-07-19re PR c++/44969 ([C++0x] <type_traits> std::is_constructible broken for funda...Paolo Carlini1-1/+2
2010-07-16init.c (build_new_1): Use cp_build_function_call_nary instead of cp_build_fun...Nathan Froyd1-4/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-7/+7
2010-07-14init.c (sort_mem_initializers): Rename "field_type" to "ctx".Jason Merrill1-20/+22
2010-07-14Implement C++0x unrestricted unions (N2544)Jason Merrill1-12/+41
2010-07-06re PR c++/44778 (? Behaviour change with pointers to members)Jason Merrill1-11/+3
2010-07-06cp-tree.h (impl_conv_void): New type.Shujing Zhao1-2/+2
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-1/+1
2010-06-29pt.c (dependent_scope_ref_p): Remove.Jason Merrill1-2/+11
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-11cp-tree.h (expr_list_kind): New type.Shujing Zhao1-1/+1
2010-06-07cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.Jason Merrill1-2/+1
2010-06-01DR 990Jason Merrill1-6/+12
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+0
2010-05-24re PR c++/41510 ([C++0x] std::complex vs. initialization lists)Jason Merrill1-1/+3
2010-05-19call.c (reference_binding): Use cp_build_qualified_type_real and cp_type_qual...Jason Merrill1-1/+1
2010-05-07re PR c++/43951 (Revision 158918 miscompiled 483.xalancbmk in SPEC CPU 2006)Fabien Chêne1-36/+47
2010-05-06C++ support for -Wunused-but-set-variableJakub Jelinek1-0/+3
2010-05-01Revert the accidental checkin in revision 158918.H.J. Lu1-5/+5
2010-04-30re PR c++/43890 (invalid uninitialized reference in class)Fabien Chêne1-9/+12
2010-04-27* init.c (perform_member_init): Check CLASS_TYPE_P.Jason Merrill1-3/+5
2010-04-27re PR c++/29043 (Constructor for POD type with const member without member in...Fabien Chêne1-0/+6
2010-04-21re PR c++/9335 (repeated diagnostic when maximum template depth is exceeded)Jason Merrill1-1/+8
2010-04-12re PR c++/25811 (No failure creating a POD containing a const member, using n...Fabien Chêne1-1/+87
2009-12-17re PR c/40885 (build_indirect_ref i18n problems)Shujing Zhao1-9/+9
2009-12-02g++spec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-2/+0
2009-11-12typeck.c (cv_qualified_p): New fn.Jason Merrill1-5/+5
2009-08-24re PR c++/41109 (Argument flagged as unused despite use in sizeof())Jason Merrill1-1/+1
2009-08-16Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL and VAR_DE...Jason Merrill1-1/+1
2009-08-06re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill1-10/+14
2009-08-03re PR c++/40948 (ICE in lower_stmt, at gimple-low.c:408)Jason Merrill1-0/+6
2009-07-17init.c (build_vec_delete_1): Do not set DECL_REGISTER on the temporary pointer.Richard Guenther1-1/+0
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-9/+16
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-2/+2
2009-07-12re PR c++/40689 ([C++0x]: error with initializer list in N2672)Jason Merrill1-6/+33
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-3/+13
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-21/+30
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-7/+10
2009-05-25re PR c++/38064 ([c++0x] operator== doesn't work for enum classes)Jason Merrill1-1/+1
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-60/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-82/+109
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill1-1/+1
2009-04-20re PR c++/39803 (Bogus 'unused value' warning on declarations of non-POD arrays)Le-Chun Wu1-0/+1
2009-04-15class.c (build_vtbl_ref_1): Remove call to assemble_external.Rafael Avila de Espindola1-1/+0
2009-03-07re PR c++/39367 (ICE at tree-inline.c:1042 with -O)Jason Merrill1-75/+39
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-11re PR c++/30111 (Value-initialization of POD base class doesn't initialize me...Jason Merrill1-6/+42
2009-02-09re PR c++/39109 (Accessible constructor required for new)Jason Merrill1-11/+3
2009-01-16re PR c++/38877 (Revision 143404 caused ICE on 447.dealII in SPEC CPU 2006)Jason Merrill1-3/+2