aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-23/+17
2011-07-01re PR c++/49605 (-Wdelete-non-virtual-dtor is not picky enough)Jonathan Wakely1-2/+3
2011-06-29re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill1-14/+43
2011-06-29init.c (build_value_init): Decide whether or not to zero-initialize based on ...Jason Merrill1-3/+9
2011-06-29DR 990Jason Merrill1-0/+11
2011-06-26re PR c++/49528 (g++ fails to destroy temporary object when subobject is used...Jason Merrill1-1/+1
2011-06-23re PR c++/49418 (G++ discards cv-quals from template parameter types)Jason Merrill1-1/+1
2011-06-23re PR c++/49395 (Non-class prvalues seem to have cv-qualification with GCC)Jason Merrill1-1/+1
2011-06-20re PR c++/49216 ([C++0x] ICE on compiling new-expression with braced-init-lis...Jason Merrill1-2/+3
2011-06-20re PR c++/43321 ([c++0x] ICE on valid auto)Jason Merrill1-2/+1
2011-06-04invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely1-0/+19
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-3/+3
2011-05-25re PR c++/45418 ([C++0x] can't initialize array of non-trivial type with brac...Jason Merrill1-0/+2
2011-05-23re PR c++/18016 (Warn about member variables initialized with itself)Jonathan Wakely1-0/+11
2011-05-10re PR c++/48930 ([C++0x] Invalid implicitly declared default c'tor)Jason Merrill1-12/+11
2011-05-09re PR c++/48737 ([C++0x][SFINAE] Hard errors with array list-construction wit...Paolo Carlini1-2/+2
2011-05-09Fix PR C++/48859Fabien ChĂȘne1-0/+3
2011-05-02tree.c (build_vec_init_expr): Take complain parm.Jason Merrill1-2/+2
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-12/+11
2011-04-29re PR c++/48606 (g++.dg/init/ctor9.C ICE: tree check: expected class 'type', ...Paolo Carlini1-2/+4
2011-04-27init.c (build_vec_delete_1): Look for sfk_deleting_destructor to decide wheth...Jason Merrill1-10/+8
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-11/+12
2011-04-26re PR c++/48530 ([C++0x][SFINAE] Hard errors with deleted d'tors)Jason Merrill1-58/+96
2011-04-18re PR c++/48537 (C++0x: ICE using union with non-trivial member)Jason Merrill1-1/+1
2011-04-17re PR c++/48531 ([C++0x][SFINAE] Hard errors with arrays of unknown bound)Jason Merrill1-1/+5
2011-04-14re PR c++/48531 ([C++0x][SFINAE] Hard errors with arrays of unknown bound)Jason Merrill1-1/+3
2011-04-14re PR c++/48446 (internal compiler error: in gimplify_var_or_parm_decl, at gi...Jason Merrill1-2/+1
2011-04-07re PR c++/48450 ([C++0x][SFINAE] Hard errors with static_cast expressions)Jason Merrill1-2/+3
2011-04-07init.c (build_value_init_noctor): Handle REFERENCE_TYPE at top level.Jason Merrill1-18/+15
2011-04-07re PR c++/48449 ([C++0x][SFINAE] Hard errors during value-initialization expr...Jason Merrill1-1/+7
2011-03-11re PR c++/48035 (Mismatch on size of class when initializing hierarchy involv...Jakub Jelinek1-11/+49
2011-03-08re PR c++/48015 ([C++0x] ICE: unexpected expression 'std::min' of kind overload)Jason Merrill1-11/+9
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