aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2007-12-11re PR c++/34238 ("static data member used, but not defined" error on member d...Jakub Jelinek2-15/+4
2007-12-11re PR c++/34364 (class& is not known as as a class-type anymore after dynamic...Jakub Jelinek2-2/+7
2007-12-10re PR c++/34059 (ICE with invalid base type for class member)Simon Martin2-1/+7
2007-12-10re PR c++/34395 (Broken diagnostic: 'type_pack_expansion' not supported by du...Jakub Jelinek2-0/+6
2007-12-10re PR c++/34394 (Broken diagnostic: 'abs_expr' not supported by dump_expr)Jakub Jelinek2-0/+6
2007-12-09re PR c++/34178 (Compilation using -frepo fails)Jakub Jelinek3-3/+17
2007-12-06re PR c++/34336 (4.2.2 internal error in stabilize_expr)Jakub Jelinek2-3/+12
2007-12-05re PR c++/34271 (ICE in invalid initialization of static template member)Jakub Jelinek3-3/+15
2007-12-04re PR c++/34101 (ICE with argument deduction of variadic template function)Douglas Gregor2-9/+19
2007-12-04re PR c++/33509 (tsubst_pack_expansion assumed to return TREE_VEC)Douglas Gregor2-1/+25
2007-12-04re PR c++/33091 ([c++0x] ICE using remove_reference on variadic param pack)Douglas Gregor2-4/+36
2007-12-02re PR c++/34061 (ICE with template-template parameters and inheritance)Paolo Carlini2-1/+6
2007-12-02re PR c++/34273 (Broken diagnostic: 'tree_binfo' not supported by dump_decl)Paolo Carlini2-0/+6
2007-12-01re PR c++/8171 (Cannot compare pointer to member function of base and derived...Ollie Wild2-2/+18
2007-11-30re PR c++/34275 (Broken diagnostic: 'obj_type_ref' not supported by dump_expr)Jakub Jelinek2-0/+9
2007-11-29re PR c++/34270 (ICE applying __decltype to ternary expression)Jakub Jelinek3-3/+13
2007-11-29re PR c++/34267 (ICE applying __decltype to name of template class)Jakub Jelinek3-1/+21
2007-11-27re PR tree-optimization/34181 (FAIL: g++.dg/opt/anchor1.C (internal compiler ...Jakub Jelinek2-0/+4
2007-11-27re PR c++/34213 (static member function in anonymous namespace can't be used ...Jakub Jelinek2-4/+18
2007-11-26PR 34081/C++Andreas Krebbel2-1/+8
2007-11-25tree.h (struct tree_block): Move locus member next to flags.Richard Guenther2-1/+5
2007-11-24typeck.c (delta_from_ptrmemfunc): New function.Ollie Wild2-7/+30
2007-11-23re PR c++/30293 (ICE with extern "Java" in store_init_value)Jakub Jelinek3-2/+51
2007-11-23re PR c++/5310 (Weird warnings about using (int)NULL)Mark Mitchell2-1/+15
2007-11-22Fix a misformatted entry.Jakub Jelinek1-3/+3
2007-11-22re PR c++/34094 (Undefined static data member in anonymous namespace can acqu...Jakub Jelinek2-1/+22
2007-11-20re PR c++/34089 (Segfault on specialization using struct instead of template ...Jakub Jelinek2-2/+15
2007-11-20re PR c++/28879 (ICE with VLA in template function)Jakub Jelinek2-4/+8
2007-11-20re PR c++/33962 (ICE at call to overloaded template function with variable-le...Jakub Jelinek2-0/+10
2007-11-18re PR c++/30988 (Incorrect "no return statement" warning with __attribute__ (...Jakub Jelinek2-0/+21
2007-11-16re PR c++/34100 (ICE with vector attribute)Jakub Jelinek2-1/+11
2007-11-13re PR c++/34054 (ICE with parameter pack in return type)Jakub Jelinek2-4/+31
2007-11-13re PR c++/29225 (ICE in gimplify_expr, at gimplify.c:4513)Jakub Jelinek2-1/+10
2007-11-12re PR c++/17577 (#pragma implementation no longer diagnoses use after file to...Tom Tromey2-2/+7
2007-11-12re PR c++/8570 (line number in error message is badly placed with illegal tem...Manuel López-Ibáñez2-5/+19
2007-11-11re PR c++/34068 (ICE using pseudo-destructor for invalid expression)Jakub Jelinek2-1/+7
2007-11-10re PR c++/32241 (ICE trying to call x.~X(); in a template)Jakub Jelinek2-9/+25
2007-11-10re PR c++/33510 (Array size of array with size determined by the initializer ...Douglas Gregor2-1/+22
2007-11-08re PR c++/30297 (ICE with extern "C" and inheritance)Tom Tromey2-0/+9
2007-11-08class.c (build_ctor_vtbl_group): Lay out the new type and decl.Daniel Jacobowitz2-0/+7
2007-11-07re PR c++/33045 ([c++0x] Incorrect decltype result for function calls.)Douglas Gregor3-2/+26
2007-11-07re PR c++/33501 (Copy constructor assumed to exist for undefined class)Jakub Jelinek2-1/+8
2007-11-06re PR c++/33977 (internal compiler error: canonical types differ for identica...Douglas Gregor2-0/+15
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor8-81/+207
2007-11-06re PR target/33168 (GCC Boot failure, building libstc++)Jakub Jelinek2-36/+36
2007-11-06re PR c++/33894 (pragma omp atomic broken)Jakub Jelinek4-21/+40
2007-11-05re PR c++/33871 (typeinfo name referenced in ... defined in discarded section)H.J. Lu2-0/+7
2007-11-05Index...Douglas Gregor3-3/+20
2007-11-05re PR c++/33939 (Rvalue references not deduced correctly in vararg function t...Douglas Gregor2-2/+11
2007-11-05typeck.c (build_binary_op): Use pedwarn instead of error for consistency.Manuel López-Ibáñez2-2/+7