parser.c (cp_parser_template_parameter): Fix C90 issue with mixing declaration and...
[gcc.git] / gcc / cp / ChangeLog
2008-01-15 Andreas Toblerparser.c (cp_parser_template_parameter): Fix C90 issue...
2008-01-15 Douglas Gregorre PR c++/34399 (ICE on invalid friend declaration...
2008-01-15 Douglas Gregorre PR c++/34751 (ICE with pointer to member and variadi...
2008-01-15 Douglas Gregorre PR c++/34051 (ICE in dependent_type_p with variadic...
2008-01-15 Douglas Gregorre PR c++/34314 (ICE on invalid code (with variadic...
2008-01-15 Douglas Gregorre PR c++/33964 (internal compiler error: in dependent_...
2008-01-15 Douglas Gregorre PR c++/34052 (Trouble with variadic templates as...
2008-01-13 Doug Kwanc-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers...
2008-01-08 Jakub Jelinekre PR c++/33890 (ICE in tsubst_copy with OpenMP)
2008-01-04 Paolo Carlinire PR c++/34611 (Broken diagnostic: 'tree_list' not...
2008-01-02 Douglas Gregorc-opts.c (sanitize_cpp_opts): Don't warn about "long...
2007-12-20 Jason Merrillre PR c++/34111 (new overload resolution error)
2007-12-19 Jakub Jelinekre PR c++/34513 (static variable not found for C++...
2007-12-18 Jason Merrillre PR c++/34206 (ICE in retrieve_local_specialization)
2007-12-18 Doug GregorAccidentally failed to commit ChangeLog
2007-12-18 Jakub Jelinekre PR c++/34488 (ICE on invalid friend declaration)
2007-12-17 Jakub Jelinekre PR c/34506 (gcc disallows comma between C/C++ OpenMP...
2007-12-15 Alexandre Olivare PR debug/7081 (DWARF enhancements for C++)
2007-12-11 Jakub Jelinekre PR c++/34238 ("static data member used, but not...
2007-12-11 Jakub Jelinekre PR c++/34364 (class& is not known as as a class...
2007-12-10 Simon Martinre PR c++/34059 (ICE with invalid base type for class...
2007-12-10 Jakub Jelinekre PR c++/34395 (Broken diagnostic: 'type_pack_expansio...
2007-12-10 Jakub Jelinekre PR c++/34394 (Broken diagnostic: 'abs_expr' not...
2007-12-09 Jakub Jelinekre PR c++/34178 (Compilation using -frepo fails)
2007-12-06 Jakub Jelinekre PR c++/34336 (4.2.2 internal error in stabilize_expr)
2007-12-05 Jakub Jelinekre PR c++/34271 (ICE in invalid initialization of stati...
2007-12-04 Douglas Gregorre PR c++/34101 (ICE with argument deduction of variadi...
2007-12-04 Douglas Gregorre PR c++/33509 (tsubst_pack_expansion assumed to retur...
2007-12-04 Douglas Gregorre PR c++/33091 ([c++0x] ICE using remove_reference...
2007-12-02 Paolo Carlinire PR c++/34061 (ICE with template-template parameters...
2007-12-02 Paolo Carlinire PR c++/34273 (Broken diagnostic: 'tree_binfo' not...
2007-12-01 Ollie Wildre PR c++/8171 (Cannot compare pointer to member functi...
2007-11-30 Jakub Jelinekre PR c++/34275 (Broken diagnostic: 'obj_type_ref'...
2007-11-29 Jakub Jelinekre PR c++/34270 (ICE applying __decltype to ternary...
2007-11-29 Jakub Jelinekre PR c++/34267 (ICE applying __decltype to name of...
2007-11-27 Jakub Jelinekre PR tree-optimization/34181 (FAIL: g++.dg/opt/anchor1...
2007-11-27 Jakub Jelinekre PR c++/34213 (static member function in anonymous...
2007-11-26 Andreas KrebbelPR 34081/C++
2007-11-25 Richard Guenthertree.h (struct tree_block): Move locus member next...
2007-11-24 Ollie Wildtypeck.c (delta_from_ptrmemfunc): New function.
2007-11-23 Jakub Jelinekre PR c++/30293 (ICE with extern "Java" in store_init_v...
2007-11-23 Mark Mitchellre PR c++/5310 (Weird warnings about using (int)NULL)
2007-11-22 Jakub JelinekFix a misformatted entry.
2007-11-22 Jakub Jelinekre PR c++/34094 (Undefined static data member in anonym...
2007-11-20 Jakub Jelinekre PR c++/34089 (Segfault on specialization using struc...
2007-11-20 Jakub Jelinekre PR c++/28879 (ICE with VLA in template function)
2007-11-20 Jakub Jelinekre PR c++/33962 (ICE at call to overloaded template...
2007-11-18 Jakub Jelinekre PR c++/30988 (Incorrect "no return statement" warnin...
2007-11-16 Jakub Jelinekre PR c++/34100 (ICE with vector attribute)
2007-11-13 Jakub Jelinekre PR c++/34054 (ICE with parameter pack in return...
2007-11-12 Jakub Jelinekre PR c++/29225 (ICE in gimplify_expr, at gimplify...
2007-11-12 Tom Tromeyre PR c++/17577 (#pragma implementation no longer diagn...
2007-11-12 Manuel López-Ibáñezre PR c++/8570 (line number in error message is badly...
2007-11-11 Jakub Jelinekre PR c++/34068 (ICE using pseudo-destructor for invali...
2007-11-10 Jakub Jelinekre PR c++/32241 (ICE trying to call x.~X(); in a template)
2007-11-10 Douglas Gregorre PR c++/33510 (Array size of array with size determin...
2007-11-08 Tom Tromeyre PR c++/30297 (ICE with extern "C" and inheritance)
2007-11-08 Daniel Jacobowitzclass.c (build_ctor_vtbl_group): Lay out the new type...
2007-11-07 Douglas Gregorre PR c++/33045 ([c++0x] Incorrect decltype result...
2007-11-07 Jakub Jelinekre PR c++/33501 (Copy constructor assumed to exist...
2007-11-06 Douglas Gregorre PR c++/33977 (internal compiler error: canonical...
2007-11-06 Douglas Gregorre PR c++/31439 (ICE with variadic template and broken...
2007-11-06 Jakub Jelinekre PR target/33168 (GCC Boot failure, building libstc++)
2007-11-06 Jakub Jelinekre PR c++/33894 (pragma omp atomic broken)
2007-11-05 H.J. Lure PR c++/33871 (typeinfo name referenced in ... define...
2007-11-05 Douglas GregorIndex...
2007-11-05 Douglas Gregorre PR c++/33939 (Rvalue references not deduced correctl...
2007-11-05 Manuel López-Ibáñeztypeck.c (build_binary_op): Use pedwarn instead of...
2007-11-05 Jakub Jelinekre PR c++/33836 (ICE with invalid use of &&)
2007-11-05 Jakub Jelinekre PR c++/33969 (ICE with const and function pointer)
2007-11-02 Jakub Jelinekre PR c++/33516 (Rejects typedef qualified name-lookup)
2007-11-02 Paolo Carlinire PR c++/33495 (Broken diagnostic: Trouble pretty...
2007-11-02 Jason Merrillre PR c++/30897 (ICE with default argument in template...
2007-11-02 Douglas Gregorre PR c++/33955 (internal compiler error: in dependent_...
2007-11-01 Jakub Jelinekre PR c++/32384 (Pseudo-dtor in template class rejected)
2007-11-01 Jakub Jelinekre PR c++/32260 (too many warning: dereferencing type...
2007-11-01 Paolo Carlinire PR c++/33494 (Broken diagnostic: 'modop_expr' not...
2007-10-31 Christian Bruelfix PR c++/19531: NRV is performed on volatile temporary
2007-10-30 Jakub Jelinekre PR c++/33616 ("lvalue required as unary '&' operand...
2007-10-30 Doug Gregorre PR c++/31993 (ICE with template class in variadic...
2007-10-29 Jakub Jelinekre PR c++/33841 (ICE with non-integral bit-field)
2007-10-29 Paolo Carlinire PR c++/30659 (ICE in undefined template)
2007-10-27 Jakub Jelinekerror.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_s...
2007-10-27 Jakub Jelinekre PR c++/33844 (Broken diagnostic: 'dotstar_expr/membe...
2007-10-27 Jason Merrillre PR c++/5247 (Memory eating infinite loop on default...
2007-10-27 Jakub Jelinekre PR c++/33842 (Broken diagnostic: 'offsetof_expr...
2007-10-26 Jason Merrillre PR c++/24791 (ICE on invalid instantiation of templa...
2007-10-26 Paolo Carlinire PR c++/31988 (new operator should not permit default...
2007-10-26 Douglas Gregorre PR c++/33839 (ICE with decltype)
2007-10-26 Jakub Jelinekre PR c++/33744 (function-style cast and '>' not allowe...
2007-10-26 Paolo Carlinire PR c++/31747 (ICE combining static and extern)
2007-10-26 Ollie Wildexpr.c (cxx_expand_expr): Removed.
2007-10-25 Paolo Carlinire PR c++/33843 (Broken diagnostic: 'bit_not_expr'...
2007-10-24 Jason MerrillPR c++/25950 (DR 391)
2007-10-22 Jakub Jelinekre PR c++/33372 (segfault on incomplete code in openmp...
2007-10-22 Jason Merrillre PR c++/33620 (internal compiler error: canonical...
2007-10-17 Manuel López-Ibáñezbuiltins.c (gimplify_va_arg_expr): Use inform for help...
2007-10-16 Paolo Carlinire PR c++/31446 (ICE with invalid template parameter)
2007-10-16 Mark Mitchelltypeck.c (cp_apply_type_quals_to_decl): Expand document...
2007-10-14 Andrew Pinskire PR c++/30303 (ICE with invalid constructor definition)
next