summaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/30293 (ICE with extern "Java" in store_init_value)Jakub Jelinek2007-11-231-0/+5
* re PR c++/7586 (Incorrect handling of attributes in template codes)Jason Merrill2007-09-201-3/+1
* re PR c++/33459 (ICE on reference member in union)Paolo Carlini2007-09-201-6/+8
* re PR c++/33124 (C++ frontend should not warn about new a[0] in template cont...Paolo Carlini2007-09-161-15/+0
* re PR c++/33324 (ICE on new array of objects with virtual destructors.)David Daney2007-09-091-2/+4
* re PR c++/15097 (code generator problem with ::delete and multiple inheritanc...Jason Merrill2007-09-051-1/+7
* re PR c++/32597 (New operation with empty parameter pack does not value-initi...Douglas Gregor2007-08-311-2/+1
* init.c (build_new_1): Use get_target_expr instead of save_expr.Jakub Jelinek2007-08-211-1/+1
* re PR c++/22369 (C++ produces mis-matched types with pointers to member funct...Richard Guenther2007-08-201-3/+1
* re PR c++/33025 (Wrong calling of placement new with conditionals)Jakub Jelinek2007-08-201-8/+7
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-4/+3
* c-common.c (boolean_increment): Use correctly typed constant.Richard Guenther2007-07-061-2/+4
* re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell2007-07-061-3/+2
* * init.c (build_new): Tweak comment.Mark Mitchell2007-07-041-1/+3
* re PR c++/31743 (ICE with invalid use of new)Dave Brolley2007-07-041-3/+4
* re PR c++/31724 (More "same canonical type node" fun)Doug Gregor2007-06-291-0/+1
* [multiple changes]Andrew Pinski2007-06-151-8/+12
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-2/+75
* re PR target/31388 (ICE building libiberty multilib for mips16 multilibs)Mark Mitchell2007-04-261-2/+1
* builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore2007-02-281-1/+1
* class.c, [...]: Follow spelling conventions.Kazu Hirata2007-02-041-3/+3
* re PR c++/29475 (incomplete template diagnostics.)Simon Martin2006-11-201-3/+3
* re PR c++/29291 (ICE on invalid use of new)Volker Reichelt2006-10-031-1/+2
* re PR c++/29002 (ICE on array of ptr-to-member or struct containing ptr-to-me...Andrew Pinski2006-09-141-0/+5
* 006-09-07 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski2006-09-071-2/+6
* re PR c++/28450 (ICE with new and complex/vector types)Andrew Pinski2006-08-221-1/+4
* re PR c++/28593 (ICE on invalid operator new)Volker Reichelt2006-08-161-1/+1
* re PR c++/11468 (Deriving from CNI class java::lang::Object causing an ICE)Volker Reichelt2006-06-231-4/+12
* re PR c++/28052 (ICE on invalid bitfield)Volker Reichelt2006-06-201-1/+3
* Fix up whitespacingMike Stump2006-06-061-22/+21
* re PR c++/27804 (ICE with invalid const variable)Volker Reichelt2006-06-051-1/+1
* re PR c++/27801 (ICE in invert_truthvalue with template)Mark Mitchell2006-05-311-1/+1
* re PR c++/27210 (ICE on c++ template)Mark Mitchell2006-05-211-3/+16
* re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell2006-05-191-21/+1
* * init.c (build_offset_ref): Remove superfluous temporary.Volker Reichelt2006-04-171-6/+2
* re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell2006-04-111-148/+185
* re PR c++/22494 (C++ front-end produces mis-match types in EQ_EXPR (array dec...Roger Sayle2006-03-301-1/+2
* re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell2006-02-181-3/+9
* typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni...Lee Millward2006-02-031-7/+7
* cp-tree.h (build_x_delete): Remove prototype.Volker Reichelt2006-01-231-28/+4
* re PR c++/25632 (ICE with const int copied into two different functions)Zdenek Dvorak2006-01-041-2/+2
* PR c++/23171, c++/23172, c++/25417.Mark Mitchell2005-12-271-3/+2
* re PR c++/25364 (ICE with function pointer as template parameter)Mark Mitchell2005-12-221-110/+17
* re PR c++/24278 (ICE while trying to print out error)Mark Mitchell2005-12-201-4/+4
* * decl2.c, init.c, typeck.c: Fix comment typos.Kazu Hirata2005-11-051-1/+1
* re PR c++/22487 (C++ front-end produces mis-match types in EQ_EXPR (array con...Richard Guenther2005-11-041-2/+2
* re PR c++/24389 (template variable not getting marked as weak)Mark Mitchell2005-10-161-10/+21
* re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell2005-10-161-1/+2
* re PR c++/21089 (C++ front-end does not "inline" the static const double)Mark Mitchell2005-10-111-25/+37
* re PR c++/23993 (Mysterious compiler error when accessing a 2d-array in a tem...Mark Mitchell2005-09-221-6/+2