re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)
[gcc.git] / gcc / cp / ChangeLog
2007-10-03 Jason Merrillre PR c++/15764 (no cleanup if temporary's dtor termina...
2007-09-30 Jason Merrillre PR c++/33094 (ICE on valid C++ virtual template...
2007-09-29 Ollie WildRevert
2007-09-28 Jason Merrillre PR c++/10179 (alignment attributes are not inherited...
2007-09-28 Paolo Carlinire PR c++/33213 (Broken diagnostic: 'type_pack_expansio...
2007-09-28 Jakub Jelinekre PR c++/31434 (ICE with invalid use of parameter...
2007-09-28 Paolo Carlinire PR c++/33118 (#'argument_pack_select' not supported...
2007-09-28 Ollie Wildvarasm.c (compare_constant): Removed call to lang_hooks...
2007-09-27 Jason Merrilldecl2.c (is_late_template_attribute): Don't crash on...
2007-09-27 Paolo Carlinire PR c++/33493 (Broken diagnostic: 'dl_expr' not suppo...
2007-09-27 Jakub Jelinekbuiltins.c (expand_builtin, [...]): Use new %K format...
2007-09-25 Simon Martinre PR c++/33207 (ICE redeclaring namespace as struct)
2007-09-25 Jakub Jelinektree.c (cxx_printable_name): Compare FUNCTION_DECL...
2007-09-25 Danny Smithre PR c++/14688 (Mis-matched calling convention on...
2007-09-24 Jason Merrillre PR c++/33239 (internal compiler error in instantiate...
2007-09-24 Jakub Jelinekre PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with...
2007-09-24 Douglas Gregorre PR c++/33185 (ICE: canonical types differ for identi...
2007-09-24 Douglas Gregorre PR c++/33112 (ICE : canonical types differ for ident...
2007-09-23 Jason Merrillre PR c++/16370 (__attribute__((deprecated)) not useful...
2007-09-23 Jason Merrillre PR c++/15269 (__attribute__((deprecated)) broken...
2007-09-23 Jason Merrillre PR c++/19407 (vector keyword in typedef inside templ...
2007-09-22 Jakub Jelinekre PR c++/33496 (ICE with sizeof for invalid argument...
2007-09-20 Paolo Carlinire PR c++/33460 (ICE with static member in anonymous...
2007-09-20 Jason Merrillre PR c++/7586 (Incorrect handling of attributes in...
2007-09-20 Paolo Carlinire PR c++/33459 (ICE on reference member in union)
2007-09-18 Jason Merrillre PR c++/17743 (dependent expressions in attributes)
2007-09-18 Paolo CarliniPR c++/33462 (again)
2007-09-18 Paolo Carlinire PR c++/33462 (Broken diagnostic: 'va_arg_expr' not...
2007-09-18 Paolo Carlinire PR c++/33463 (Broken diagnostic: 'typeid_expr' not...
2007-09-18 Paolo Carlinire PR c++/33464 (Broken diagnostic: 'trait_expr' not...
2007-09-16 Paolo Carlinire PR c++/33124 (C++ frontend should not warn about...
2007-09-16 Nathan Sidwellre PR c++/32756 (wrong ambiguous overload error?)
2007-09-14 Jason MerrillPR c++/17743, c++/19163
2007-09-13 Tom Tromeyc-common.c (fname_as_string): Update.
2007-09-11 Jan Hubickadecl.c (java_expand_body): Kill.
2007-09-09 David Daneyre PR c++/33324 (ICE on new array of objects with virtu...
2007-09-09 Jason Merrillre PR c++/33342 (ICE in dependent_type_p, at cp/pt...
2007-09-07 Jason Merrill* decl2.c (get_guard): Copy visibility from the guarded...
2007-09-06 Jan Hubicka* semantics.c (expand_body): Do not mark arguments...
2007-09-06 Paolo Carlinire PR c++/32674 (ICE in lvalue_p_1 initialising static...
2007-09-06 Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-09-06 Jason Merrillre PR c++/15745 (exception specification incorrectly...
2007-09-06 Jason Merrillre PR c++/15097 (code generator problem with ::delete...
2007-09-05 Jakub Jelinekre PR c++/33289 (__sprintf_chk etc. not DECL_ANTICIPATED)
2007-09-05 Jakub Jelinekdecl.c (duplicate_decls): Set TREE_NOTHROW on __builtin...
2007-09-05 Jakub JelinekMove ChangeLog entry to correct ChangeLog file.
2007-09-05 Paolo Carlinire PR c++/30302 (ICE with invalid member in anonymous...
2007-09-05 Jason Merrillfix changelog entry
2007-09-05 Jan Hubickasematics.c (expand_body): Remove unnecesary import_expo...
2007-09-05 Paolo CarliniPR c++/29731 (again)
2007-09-04 Jason Merrillre PR c++/31419 (template user defined conversion opera...
2007-09-04 Jason Merrillre PR c++/31411 (ICE in gimplify_expr with throw/specia...
2007-09-04 Richard Sandiforddecl.c (cp_finish_decl): Call determine_visibility...
2007-09-04 Jason Merrillre PR c++/14032 (Specialization of inner template using...
2007-09-04 Daniel Jacobowitz* Makefile.in (DRIVER_DEFINES, gcc.o, gccspec.o, protoi...
2007-09-03 Kaveh R. Ghazisystem.h (CONST_CAST2, [...]): New macros for type...
2007-09-02 Paolo Carlini2007-09-02 Paolo Carlini <pcarlini@suse.de>
2007-09-02 Paolo Carlinire PR c++/33208 (Broken diagnostic: 'component_ref...
2007-09-01 Kaveh R. Ghazic-common.c (const_strip_array_types): Delete.
2007-08-31 Douglas Gregorre PR c++/32597 (New operation with empty parameter...
2007-08-31 Doug Gregormangle.c (write_type): Change mangling of rvalue refere...
2007-08-31 Jakub Jelinek* decl.c (duplicate_decls): Remove duplicated line.
2007-08-31 Paolo Carlinire PR c++/33210 (Broken diagnostics: 'bound_template_te...
2007-08-31 Paolo Carlinire PR c++/32113 (ICE with invalid template parameter)
2007-08-31 Paolo Carlinire PR c++/33212 (Broken diagnostic: 'trait_expr' not...
2007-08-31 Ollie Wildcvt.c (cp_convert_to_pointer): Remove force parameter.
2007-08-28 Jason Merrillre PR c++/29000 (ICE on invalid use of template in...
2007-08-28 Paolo Carlinire PR c++/33209 (Broken diagnostic: 'template_type_parm...
2007-08-28 Jakub Jelinekre PR c++/32596 (ICE with inline template specializatio...
2007-08-28 Jason Merrillre PR c++/28558 (Trouble with __attribute__ and non...
2007-08-28 Richard Guenthertree.h (DECL_DISREGARD_INLINE_LIMITS): New.
2007-08-28 Gabriel Dos Reiserror.c (dump_expr): Handle COMPLEX_CST.
2007-08-27 Alexandre Olivaextend.texi (gnu_inline funtion attribute): Document...
2007-08-25 Kaveh R. Ghazic-common.c (vector_types_convertible_p, [...]): Constify.
2007-08-25 Paolo Bonzinidecl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
2007-08-24 Ollie Wildname-lookup.c (add_decl_to_level): Remove addition...
2007-08-24 Richard GuentherMakefile.in (tree-inline.o): Add $(TARGET_H) and $...
2007-08-24 Jakub Jelinekre PR c++/32567 (ICE on invalid use of parameter pack)
2007-08-23 Jakub Jelinekre PR c++/32898 (Definition of variable N::i outside...
2007-08-23 Jakub Jelinekre PR c++/31941 ("confused by earlier errors" message...
2007-08-22 Jason Merrillfix changelog entry
2007-08-22 Jason Merrillre PR c++/29365 (Unnecessary anonymous namespace warnings)
2007-08-21 Jakub Jelinekinit.c (build_new_1): Use get_target_expr instead of...
2007-08-20 Pawel Sikorare PR c++/7302 (-Wnon-virtual-dtor should't complain...
2007-08-20 Richard Guentherre PR c++/22369 (C++ produces mis-matched types with...
2007-08-20 Richard Guentherlanghooks-def.h (lhd_tree_inlining_auto_var_in_fn_p...
2007-08-20 Richard Guenthertree.c (WALK_SUBTREE): Call walk_tree_1.
2007-08-20 Jakub Jelinekre PR c++/33025 (Wrong calling of placement new with...
2007-08-17 Andrew Pinskire PR c++/28989 (post-increment of bool variable accept...
2007-08-17 Ollie Wildre PR c++/31749 (ICE with invalid redeclaration of...
2007-08-17 Paolo Carlinire PR c++/32112 (#'unbound_class_template' not supporte...
2007-08-17 Paolo Carlinire PR c++/32870 (Unclear error message when declaring...
2007-08-16 Seongbae Parkgcov-5.C: New test.
2007-08-16 Kaveh R. Ghazic-common.c (const_strip_array_types): New.
2007-08-16 Paolo Carlinire PR c++/31132 (ICE on inconsistent friend declaration)
2007-08-15 Jakub Jelinekre PR c++/32992 (Incorrect code generated for anonymous...
2007-08-15 Paolo Carlinire PR c++/33035 (ICE on local class destructor)
2007-08-15 Mark Mitchellsemantics.c (finish_omp_clauses): Strip a NOP_EXPR...
2007-08-14 Paolo Carlinire PR c++/27211 (Bogus error "template definition of...
2007-08-14 Andrew Pinskire PR c/30428 (vector float | vector float is accepted)
next