aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-10class.c (type_has_constexpr_default_constructor): Make sure the caller stripp...Jason Merrill1-2/+3
2011-01-12cp-tree.h (begin_for_scope): New prototype.Rodrigo Rivas Costa1-1/+1
2011-01-11re PR c++/46658 (internal compiler error on cp/init.c)Jason Merrill1-14/+22
2010-12-15re PR c++/42083 ([C++0x] ICE on invalid with "tree check: expected aggr_init_...Paolo Carlini1-3/+5
2010-12-08re PR c++/45822 (Qt 4.7.0 build fails)Jason Merrill1-2/+10
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-13decl.c (cp_finish_decl): Use resolve_nondeduced_context for auto.Jason Merrill1-2/+7
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-2/+2
2010-11-06init.c (perform_member_init): Use build_vec_init_expr for value-init of array...Jason Merrill1-4/+2
2010-11-03re PR c++/46277 (Revision 166167 failed to build 252.eon in SPEC CPU 2000)Jason Merrill1-1/+1
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-11-01call.c (null_ptr_cst_p): Use maybe_constant_value.Jason Merrill1-34/+93
2010-10-27parser.c (cp_parser_ctor_initializer_opt_and_function_body): Make sure a cons...Gabriel Dos Reis1-11/+33
2010-10-26tree.c (build_vec_init_expr): Split out from...Jason Merrill1-9/+16
2010-10-22re PR c++/46103 ([c++0x] moving from std::array copies the elements)Jason Merrill1-1/+8
2010-09-27Require lvalues as specified by the standard.Jason Merrill1-4/+3
2010-08-19re PR c++/45315 (ICE: tree check: expected aggr_init_expr, have call_expr in ...Jason Merrill1-6/+16
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill1-15/+29
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