aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-12re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor1-2/+75
2007-04-26re PR target/31388 (ICE building libiberty multilib for mips16 multilibs)Mark Mitchell1-2/+1
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-1/+1
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-3/+3
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-3/+3
2006-10-03re PR c++/29291 (ICE on invalid use of new)Volker Reichelt1-1/+2
2006-09-14re PR c++/29002 (ICE on array of ptr-to-member or struct containing ptr-to-me...Andrew Pinski1-0/+5
2006-09-07006-09-07 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski1-2/+6
2006-08-22re PR c++/28450 (ICE with new and complex/vector types)Andrew Pinski1-1/+4
2006-08-16re PR c++/28593 (ICE on invalid operator new)Volker Reichelt1-1/+1
2006-06-23re PR c++/11468 (Deriving from CNI class java::lang::Object causing an ICE)Volker Reichelt1-4/+12
2006-06-20re PR c++/28052 (ICE on invalid bitfield)Volker Reichelt1-1/+3