aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-18re PR c++/38427 (crash for reference init code)Jakub Jelinek1-9/+15
2008-12-17semantics.c (describable_type): New function.Jason Merrill1-1/+1
2008-12-03re PR c++/38232 ("value-initialization of reference" warning too strict)Jason Merrill1-41/+30
2008-11-28re PR c++/38233 ('map' value type + new uninitted const member warnings cause...Jason Merrill1-65/+26
2008-11-17re PR c++/36089 (Funny rejects valid with constant integral expression)Jakub Jelinek1-0/+9
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-8/+15
2008-08-30Implement C++0x 'auto' semantics.Jason Merrill1-0/+8
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-5/+5
2008-08-08re PR other/36901 (pedwarn() + -pedantic-errors + -w (inhibit_warnings) shoul...Manuel López-Ibáñez1-6/+8
2008-07-31re PR middle-end/36633 (warning "array subscript is below array bounds" on de...Jason Merrill1-18/+22
2008-07-31re PR c++/11309 (Testsuite failures in g++.dg/expr/anew1.C (and anew2.C anew3...Jason Merrill1-31/+33
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+3
2008-07-24Implement defaulted/deleted functions as per N2346Jason Merrill1-4/+15
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-1/+1
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-5/+5
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-2/+2
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-6/+6
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-4/+1
2008-03-27re PR bootstrap/35704 (Bootstrap failure on i686-apple-darwin9 at revision 13...Douglas Gregor1-6/+4
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-95/+165
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-10/+10
2008-02-14re PR c++/5645 (gcc warns that pure virtual class not explicitly initialized)Manuel López-Ibáñez1-4/+5
2008-02-12re PR c++/34862 (operator new placement variant with reference arg not accept...Jakub Jelinek1-14/+23
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-3/+150
2008-01-22re PR c++/34829 (placement new with primitive Java types rejected)Tom Tromey1-2/+2
2007-11-23re PR c++/30293 (ICE with extern "Java" in store_init_value)Jakub Jelinek1-0/+5
2007-09-20re PR c++/7586 (Incorrect handling of attributes in template codes)Jason Merrill1-3/+1
2007-09-20re PR c++/33459 (ICE on reference member in union)Paolo Carlini1-6/+8
2007-09-16re PR c++/33124 (C++ frontend should not warn about new a[0] in template cont...Paolo Carlini1-15/+0
2007-09-09re PR c++/33324 (ICE on new array of objects with virtual destructors.)David Daney1-2/+4
2007-09-05re PR c++/15097 (code generator problem with ::delete and multiple inheritanc...Jason Merrill1-1/+7
2007-08-31re PR c++/32597 (New operation with empty parameter pack does not value-initi...Douglas Gregor1-2/+1
2007-08-21init.c (build_new_1): Use get_target_expr instead of save_expr.Jakub Jelinek1-1/+1
2007-08-20re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther1-3/+1
2007-08-20re PR c++/33025 (Wrong calling of placement new with conditionals)Jakub Jelinek1-8/+7
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-4/+3
2007-07-06c-common.c (boolean_increment): Use correctly typed constant.Richard Guenther1-2/+4
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-3/+2
2007-07-04* init.c (build_new): Tweak comment.Mark Mitchell1-1/+3
2007-07-04re PR c++/31743 (ICE with invalid use of new)Dave Brolley1-3/+4
2007-06-29re PR c++/31724 (More "same canonical type node" fun)Doug Gregor1-0/+1
2007-06-15[multiple changes]Andrew Pinski1-8/+12