aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-06Fix up whitespacingMike Stump1-22/+21
2006-06-05re PR c++/27804 (ICE with invalid const variable)Volker Reichelt1-1/+1
2006-05-31re PR c++/27801 (ICE in invert_truthvalue with template)Mark Mitchell1-1/+1
2006-05-21re PR c++/27210 (ICE on c++ template)Mark Mitchell1-3/+16
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell1-21/+1
2006-04-17* init.c (build_offset_ref): Remove superfluous temporary.Volker Reichelt1-6/+2
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-148/+185
2006-03-30re PR c++/22494 (C++ front-end produces mis-match types in EQ_EXPR (array dec...Roger Sayle1-1/+2
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell1-3/+9
2006-02-03typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward1-7/+7
2006-01-23cp-tree.h (build_x_delete): Remove prototype.Volker Reichelt1-28/+4
2006-01-04re PR c++/25632 (ICE with const int copied into two different functions)Zdenek Dvorak1-2/+2
2005-12-27PR c++/23171, c++/23172, c++/25417.Mark Mitchell1-3/+2
2005-12-22re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell1-110/+17
2005-12-20re PR c++/24278 (ICE while trying to print out error)Mark Mitchell1-4/+4
2005-11-05* decl2.c, init.c, typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2005-11-04re PR c++/22487 (C++ front-end produces mis-match types in EQ_EXPR (array con...Richard Guenther1-2/+2