aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-05-22re PR c++/27716 (ICE with invalid assignment)Volker Reichelt2-1/+4
2006-05-22* decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE.Volker Reichelt2-1/+5
2006-05-21re PR c++/27210 (ICE on c++ template)Mark Mitchell4-3/+39
2006-05-21re PR c++/27398 (ICE on missing closing parenthesis)Volker Reichelt2-10/+16
2006-05-19c-tree.h (default_conversion): Remove.Mike Stump2-1/+5
2006-05-19re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell5-11/+34
2006-05-19re PR c++/27471 (ICE within build_c_cast cp/typeck.c:5434)Mark Mitchell8-72/+141
2006-05-17re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell3-16/+29
2006-05-17re PR c++/26068 (extern "C" static function should not be allowed)Mark Mitchell2-35/+58
2006-05-17re PR c++/27491 (ICE on variable initialization)Jakub Jelinek2-1/+6
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek3-2/+13
2006-05-16re PR target/26885 (-m64 -m32 no longer creates 32-bit object)H.J. Lu2-1/+6
2006-05-16re PR c++/27339 (out-of-class definition of value template parameter with pri...Mark Mitchell4-16/+96
2006-05-15re PR c++/27505 (ICE in const folding with bitfields)Mark Mitchell4-5/+29
2006-05-15re PR c++/27582 (ICE with invalid template parameter)Volker Reichelt2-0/+6
2006-05-15re PR c++/27581 (ICE using this-pointer in static member function)Volker Reichelt2-1/+6
2006-05-15re PR c++/27315 (ICE with ill-placed expression)Volker Reichelt2-1/+4
2006-05-15re PR c++/27559 (ICE on templated operator new)Volker Reichelt2-1/+5
2006-05-15re PR c++/27496 (ICE on broken templated friend)Volker Reichelt2-0/+8
2006-05-14Make-lang.in (ada/decl.o): Replace target.h with $(TARGET_H).H.J. Lu2-6/+16
2006-05-14pt.c (build_non_dependent_expr): Leave ADDR_EXPR of COMPONENT_REF alone.Alexandre Oliva2-4/+10
2006-05-11re PR c++/27547 (ICE on invalid operator=)Volker Reichelt2-1/+8
2006-05-08re PR c++/27447 (ICE on invalid ptr-to-member-function)Volker Reichelt2-0/+8
2006-05-06re PR c++/27427 (ICE with invalid template parameter)Volker Reichelt2-0/+5
2006-05-06* pt.c (process_template_parm): Remove superfluous temporary.Volker Reichelt2-4/+4
2006-05-06re PR c++/27430 (ICE on array of voids as template parameter)Volker Reichelt2-6/+14
2006-05-06re PR c++/27423 (ICE on default argument for void parameter)Volker Reichelt2-1/+5
2006-05-06re PR c++/27422 (ICE with invalid function argument)Volker Reichelt2-1/+7
2006-05-05c-parser.c (c_parser_cast_expression): Only insert casts into hash table if p...Aldy Hernandez3-0/+20
2006-05-04re PR c++/27359 (ICE with missing initialization of iteration variable in par...Jakub Jelinek2-4/+10
2006-05-03re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell2-6/+17
2006-05-02re PR c++/27309 (ICE on invalid constructor definition)Mark Mitchell6-20/+35
2006-05-02re PR middle-end/27337 (OpenMP ICE in expand_expr_real_1 at expr.c:6814)Jakub Jelinek4-1/+20
2006-04-30re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call)Mark Mitchell4-21/+42
2006-04-30re PR c++/27278 (ICE with invalid operator declaration)Volker Reichelt2-0/+9
2006-04-29re PR c++/27279 (ICE with invalid constructor declaration)Volker Reichelt2-0/+7
2006-04-28re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell2-2/+6
2006-04-27re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell2-0/+10
2006-04-25re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell3-7/+18
2006-04-24re PR c++/19963 (ICE on invalid member declaration)Volker Reichelt2-0/+7
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell6-147/+148
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell5-11/+90
2006-04-22* decl.c: Fix comment typos.Kazu Hirata2-4/+8
2006-04-22Commit ChangeLog entries.Eric Christopher1-15/+19
2006-04-22decl.c: Fix typo in function name.Eric Christopher1-3/+3
2006-04-19re PR c++/26558 (segfault on syntax error)Volker Reichelt2-7/+14
2006-04-19re PR c++/26739 (ICE in g++.old-deja/g++.pt/friend36.C)Volker Reichelt2-0/+7
2006-04-19re PR c++/26036 (Treating a class object as a function with member variables ...Volker Reichelt4-11/+8
2006-04-19re PR c++/10385 (Internal compiler error in build_up_reference, at cp/cvt.c:3...Volker Reichelt3-3/+12
2006-04-19re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell5-63/+120