aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-06-12re PR c++/27933 (ICE with invalid "using")Volker Reichelt1-0/+4
2006-06-12re PR c++/27951 (ICE with invalid anonymous union)Volker Reichelt1-0/+6
2006-06-12re PR c++/21210 (Trouble with __complex__ types default construction)Roger Sayle1-0/+6
2006-06-07re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-0/+9
2006-06-06re PR c++/27177 (ICE in build_simple_base_path, at cp/class.c:474)Mark Mitchell1-0/+6
2006-06-06Fix up whitespacingMike Stump1-4/+4
2006-06-05re PR c++/27819 (ICE casting static const variables)Mark Mitchell1-0/+22
2006-06-05re PR c++/27804 (ICE with invalid const variable)Volker Reichelt1-0/+6
2006-06-04re PR c++/27592 (dynamic cast failure)Andrew Pinski1-0/+6
2006-06-04re PR c++/26740 (ICE taking the address of a bound member function)Andrew Pinski1-0/+5
2006-06-01re PR c++/26660 (PCH vs -save-temps, ICE while GCing)Alexandre Oliva1-0/+6
2006-05-31re PR c++/27801 (ICE in invert_truthvalue with template)Mark Mitchell1-0/+15
2006-05-31re PR c++/27808 (ICE with invalid friend declaration)Mark Mitchell1-0/+4
2006-05-30re PR c++/27803 (ICE with invalid bit-field)Mark Mitchell1-0/+6
2006-05-29pt.c (convert_nontype_argument): Fix a typo in an error message.Kazu Hirata1-0/+5
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-0/+5
2006-05-25re PR c++/20103 (ICE in create_tmp_var with C99 style struct initializer)Mark Mitchell1-0/+22
2006-05-23re PR c++/20173 (gcc accepts invalid partial specialization attempt of member...Mark Mitchell1-0/+6
2006-05-22re PR c++/27716 (ICE with invalid assignment)Volker Reichelt1-0/+3
2006-05-22* decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE.Volker Reichelt1-0/+4
2006-05-21re PR c++/27210 (ICE on c++ template)Mark Mitchell1-0/+8
2006-05-21re PR c++/27398 (ICE on missing closing parenthesis)Volker Reichelt1-0/+6
2006-05-19c-tree.h (default_conversion): Remove.Mike Stump1-0/+4
2006-05-19re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell1-0/+11
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell1-0/+25
2006-05-17re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-0/+7
2006-05-17re PR c++/26068 (extern "C" static function should not be allowed)Mark Mitchell1-0/+9
2006-05-17re PR c++/27491 (ICE on variable initialization)Jakub Jelinek1-0/+4
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek1-0/+7
2006-05-16re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu1-0/+5
2006-05-16re PR c++/27339 (out-of-class definition of value template parameter with pri...Mark Mitchell1-0/+20
2006-05-15re PR c++/27505 (ICE in const folding with bitfields)Mark Mitchell1-0/+9
2006-05-15re PR c++/27582 (ICE with invalid template parameter)Volker Reichelt1-0/+4
2006-05-15re PR c++/27581 (ICE using this-pointer in static member function)Volker Reichelt1-0/+4
2006-05-15re PR c++/27315 (ICE with ill-placed expression)Volker Reichelt1-0/+3
2006-05-15re PR c++/27559 (ICE on templated operator new)Volker Reichelt1-0/+4
2006-05-15re PR c++/27496 (ICE on broken templated friend)Volker Reichelt1-0/+6
2006-05-14Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).H.J. Lu1-0/+9
2006-05-14pt.c (build_non_dependent_expr): Leave ADDR_EXPR of COMPONENT_REF alone.Alexandre Oliva1-0/+5
2006-05-11re PR c++/27547 (ICE on invalid operator=)Volker Reichelt1-0/+5
2006-05-08re PR c++/27447 (ICE on invalid ptr-to-member-function)Volker Reichelt1-0/+5
2006-05-06re PR c++/27427 (ICE with invalid template parameter)Volker Reichelt1-0/+3
2006-05-06* pt.c (process_template_parm): Remove superfluous temporary.Volker Reichelt1-0/+2
2006-05-06re PR c++/27430 (ICE on array of voids as template parameter)Volker Reichelt1-0/+3
2006-05-06re PR c++/27423 (ICE on default argument for void parameter)Volker Reichelt1-0/+3
2006-05-06re PR c++/27422 (ICE with invalid function argument)Volker Reichelt1-0/+6
2006-05-05c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez1-0/+8
2006-05-04re PR c++/27359 (ICE with missing initialization of iteration variable in par...Jakub Jelinek1-0/+7
2006-05-03re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell1-0/+4
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell1-0/+13