aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2007-12-11re PR c++/34364 (class& is not known as as a class-type anymore after dynamic...Jakub Jelinek1-0/+31
2007-12-10re PR c++/34059 (ICE with invalid base type for class member)Simon Martin1-0/+42
2007-12-10re PR target/34403 (wrong frequency of block)Eric Botcazou1-0/+79
2007-12-10re PR c++/34395 (Broken diagnostic: 'type_pack_expansion' not supported by du...Jakub Jelinek1-0/+11
2007-12-10re PR c++/34394 (Broken diagnostic: 'abs_expr' not supported by dump_expr)Jakub Jelinek1-0/+9
2007-12-10re PR target/32086 (10% to 20% Performance Regression Between 4.1.3 and 4.3)Paolo Bonzini1-1/+1
2007-12-09re PR c++/34178 (Compilation using -frepo fails)Jakub Jelinek3-0/+72
2007-12-06re PR c++/34336 (4.2.2 internal error in stabilize_expr)Jakub Jelinek1-0/+29
2007-12-05re PR c++/34271 (ICE in invalid initialization of static template member)Jakub Jelinek2-0/+20
2007-12-04re PR c++/34101 (ICE with argument deduction of variadic template function)Douglas Gregor1-0/+12
2007-12-04re PR c++/33509 (tsubst_pack_expansion assumed to return TREE_VEC)Douglas Gregor1-0/+25
2007-12-04re PR c++/33091 ([c++0x] ICE using remove_reference on variadic param pack)Douglas Gregor1-0/+15
2007-12-04re PR middle-end/34334 (ICE in vuses_compare, at tree-vn.c:118)Richard Guenther1-0/+65
2007-12-02re PR c++/34061 (ICE with template-template parameters and inheritance)Paolo Carlini1-0/+5
2007-12-02re PR c++/34273 (Broken diagnostic: 'tree_binfo' not supported by dump_decl)Paolo Carlini1-0/+8
2007-12-01re PR c++/8171 (Cannot compare pointer to member function of base and derived...Ollie Wild1-0/+26
2007-11-30re PR c++/34275 (Broken diagnostic: 'obj_type_ref' not supported by dump_expr)Jakub Jelinek1-0/+12
2007-11-29re PR c++/34270 (ICE applying __decltype to ternary expression)Jakub Jelinek1-0/+15
2007-11-29re PR c++/34267 (ICE applying __decltype to name of template class)Jakub Jelinek2-0/+26
2007-11-27re PR middle-end/34241 (ICE in forward_propagate_into_cond)Richard Guenther1-0/+18
2007-11-27re PR c++/34213 (static member function in anonymous namespace can't be used ...Jakub Jelinek1-0/+33
2007-11-26PR 34081/C++Andreas Krebbel1-0/+21
2007-11-23re PR c++/30293 (ICE with extern "Java" in store_init_value)Jakub Jelinek1-0/+79
2007-11-23re PR c++/5310 (Weird warnings about using (int)NULL)Mark Mitchell2-0/+23
2007-11-23re PR c++/34198 (-Wconversion gives apparent erroneous warning with g++ 4.3-2...Jakub Jelinek1-0/+35
2007-11-22re PR c++/34094 (Undefined static data member in anonymous namespace can acqu...Jakub Jelinek1-0/+23
2007-11-20re PR c++/34089 (Segfault on specialization using struct instead of template ...Jakub Jelinek1-0/+6
2007-11-20re PR c++/28879 (ICE with VLA in template function)Jakub Jelinek1-0/+20
2007-11-20re PR c++/33962 (ICE at call to overloaded template function with variable-le...Jakub Jelinek1-0/+15
2007-11-19re PR tree-optimization/34036 (ICE with control flow in the middle of basic ...Eric Botcazou1-0/+32
2007-11-18re PR c++/30988 (Incorrect "no return statement" warning with __attribute__ (...Jakub Jelinek4-0/+56
2007-11-16re PR tree-optimization/34099 (optimizer problem)Richard Guenther1-0/+25
2007-11-16re PR c++/34100 (ICE with vector attribute)Jakub Jelinek1-0/+9
2007-11-13re PR c++/34054 (ICE with parameter pack in return type)Jakub Jelinek6-1/+45
2007-11-13re PR tree-optimization/34063 (ICE: build2_stat, at tree.c:3115)Jakub Jelinek1-0/+25
2007-11-13re PR c++/29225 (ICE in gimplify_expr, at gimplify.c:4513)Jakub Jelinek1-0/+25
2007-11-12re PR rtl-optimization/34035 (ICE in calc_dfs_tree with -O2 -fnon-call-except...Eric Botcazou1-0/+40
2007-11-12re PR c++/17577 (#pragma implementation no longer diagnoses use after file to...Tom Tromey2-0/+8
2007-11-12re PR c++/8570 (line number in error message is badly placed with illegal tem...Manuel López-Ibáñez1-0/+13
2007-11-11re PR c++/34068 (ICE using pseudo-destructor for invalid expression)Jakub Jelinek1-0/+10
2007-11-10re PR middle-end/34018 (ICE: verify_stmts failed)Jakub Jelinek1-0/+51
2007-11-10re PR c++/32241 (ICE trying to call x.~X(); in a template)Jakub Jelinek1-0/+43
2007-11-10re PR c++/33510 (Array size of array with size determined by the initializer ...Douglas Gregor1-0/+56
2007-11-09re PR target/33604 (Revision 119502 causes significantly slower results with ...Richard Guenther1-0/+46
2007-11-08re PR c++/30297 (ICE with extern "C" and inheritance)Tom Tromey1-0/+11
2007-11-08class.c (build_ctor_vtbl_group): Lay out the new type and decl.Daniel Jacobowitz1-0/+59
2007-11-07re PR c++/33045 ([c++0x] Incorrect decltype result for function calls.)Douglas Gregor3-0/+30
2007-11-07re PR c++/33501 (Copy constructor assumed to exist for undefined class)Jakub Jelinek3-0/+46
2007-11-06PR c++/32256, PR c++/32368:Tom Tromey4-0/+24
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor15-15/+79