aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/init.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-16re PR c++/24389 (template variable not getting marked as weak)Mark Mitchell1-10/+21
2005-10-16re PR c++/22137 (Internal error: Segmentation fault (program cc1plus))Mark Mitchell1-1/+2
2005-10-11re PR c++/21089 (C++ front-end does not "inline" the static const double)Mark Mitchell1-25/+37
2005-09-22re PR c++/23993 (Mysterious compiler error when accessing a 2d-array in a tem...Mark Mitchell1-6/+2
2005-09-06re PR c++/9782 (constructor not called on higher-dimensional arrays of templa...Mark Mitchell1-5/+4
2005-08-29re PR c++/23099 (ICE in build_simple_base_path, at cp/class.c:460)Mark Mitchell1-6/+19
2005-08-26re PR c++/23491 (new declarator with constant expression gives "error: invali...Mark Mitchell1-30/+62
2005-08-08re PR c++/22508 (ICE after invalid operator new)Volker Reichelt1-0/+5
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-28/+28
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-14/+14
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-89/+89
2005-05-31re PR c++/21165 (bogus error on a user-defined conversion in a template)Nathan Sidwell1-1/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-8/+8
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-2/+2
2005-04-06re PR c++/20734 (rejects valid pointer to member)Mark Mitchell1-3/+0
2005-03-24typeck.c (comptypes): First determine if the types are compatible from a targ...Steven Bosscher1-13/+13
2005-03-21re PR c++/20461 (ICE at "class 'C' does not have any field named 'f'" error)Paolo Carlini1-0/+5
2005-03-09re PR c++/20142 (implicit assignment operator with multi-dimensional array is...Mark Mitchell1-8/+11
2005-03-05re PR c++/19311 (ICE in resolve_overloaded_unification)Kriang Lerdsuwanakij1-8/+0
2005-02-24call.c, [...]: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-23re PR c++/19991 (Enum not accepted in array-size)Mark Mitchell1-11/+11