re PR target/19690 (ICE with -O3 -march=athlon-xp -mfpmath=sse -mno-80387)
[gcc.git] / gcc / cp /
2005-01-29 Mark Mitchellre PR c++/19253 (bad error message / ICE for invalid...
2005-01-29 Mark Mitchellre PR c++/19667 (ICE on (very trivial) invalid)
2005-01-27 Steven Bosschertree.h (SWITCH_COND, [...]): Add tree checks.
2005-01-26 Joern RenneckeFix filename typo.
2005-01-26 Joern RenneckeAdd bug number:
2005-01-26 J"orn Rennecke* parse.c (cp_parser_initializer_clause): Initialize...
2005-01-25 Andrew Pinskiclass.c (abort_fndecl_addr): New variable.
2005-01-25 Volker Reicheltcxx-pretty-print.c (pp_cxx_statement): Add prototype.
2005-01-25 Volker Reicheltname-lookup.c (print_binding_level): Make static.
2005-01-25 Volker Reichelt* decl.h (debug_bindings_indentation): Remove.
2005-01-23 Kazu Hirata* typeck.c: Fix a comment typo.
2005-01-21 Giovanni Bajore PR c++/19208 (Spurious error about variably modified...
2005-01-20 Kazu Hiratatypeck.c (more_qualified_p): Remove.
2005-01-20 Matt Austerntypeck.c (comptypes): Handle return code from objc_comp...
2005-01-19 Kazu Hirata* cp-tree.h, name-lookup.h: Remove unused prototypes.
2005-01-19 Kriang Lerdsuwanakijre PR c++/19375 (Access violation diagnostic given...
2005-01-18 Kazu Hiratatree.c (count_functions, [...]): Remove.
2005-01-18 Kazu Hiratadecl.c (vtable_decl_p, [...]): Remove.
2005-01-18 Kazu Hiratadecl.c (delete_block): Remove.
2005-01-18 Andrew Pinskire PR c/19472 (compiler internal error: in var_ann...
2005-01-18 Kazu HirataMake-lang.in, [...]: Update copyright.
2005-01-17 Kazu Hiratatree.c (hash_chainon): Remove.
2005-01-17 Kazu Hiratapt.c (tinst_for_decl): Remove.
2005-01-17 Kazu Hiratacvt.c (convert_lvalue): Remove.
2005-01-17 Kazu Hirataclass.c (get_enclosing_class): Remove.
2005-01-14 Jakub Jelinekre PR c++/19263 (wrong-code: explicit initialization...
2005-01-13 Kaveh R. Ghazi* Make-lang.in (cp-warn): Don't append $(WERROR).
2005-01-10 Kazu Hirata* cp-tree.h: Fix a comment typo.
2005-01-07 Nathan Sidwellre PR c++/19298 (dependent type (references) and callin...
2005-01-06 Mark MitchellUpdate copyright dateas
2005-01-06 Mark Mitchellre PR c++/19244 (Typedef of anonymous class incorrectly...
2005-01-06 Kriang Lerdsuwanakijre PR c++/17154 (Using declaration of function name...
2005-01-06 Kriang Lerdsuwanakijre PR c++/19258 (Incorrect access check for default...
2005-01-06 Nathan Sidwellre PR c++/19270 (ice on valid template code)
2005-01-05 Nathan Sidwellre PR c++/19030 (ice on tree check)
2005-01-03 Volker Reicheltre PR c++/14136 (double error message for typename...
2005-01-01 Steven Bosscherre PR middle-end/17544 (incorrect -Wunreachable-code...
2005-01-01 Richard Hendersonre PR middle-end/17799 (Non-optimizing compile loses...
2004-12-30 Mark Mitchellcp-tree.h (cp_declarator): Split "name" field into...
2004-12-30 Mark Mitchellre PR c++/19190 (warning "value computed is not used...
2004-12-29 Richard Hendersonre PR inline-asm/15740 (ICE caused by a memory operand...
2004-12-28 Jason MerrillAdd memory barriers to the double-checked locking used...
2004-12-27 Mark Mitchellre PR c++/19149 (seg fault on invalid code)
2004-12-23 Mark Mitchellre PR c++/17595 (Unfriendly error message/rejects legal...
2004-12-23 Mark Mitchellre PR c++/17413 (local classes as template argument)
2004-12-23 Mark Mitchell* g++.dg/template/crash31.C: Correct embedded PR number.
2004-12-23 Mark Mitchell* cvt.c (convert_to_void): Fix typo in comment.
2004-12-23 Alexandre Olivare PR c++/18962 (specialization of template class with...
2004-12-23 Giovanni Bajore PR c++/18733 (friend rejected)
2004-12-22 Mark Mitchell* rtti.c (emit_support_tinfos): Avoid using C99 semantics.
2004-12-22 Mark Mitchellre PR c++/18464 (error message about "non-lvalue in...
2004-12-22 Mark Mitchellre PR c++/18378 (ICE when returning a copy of a packed...
2004-12-22 Volker Reicheltdecl.c (define_label): Use POP_TIMEVAR_AND_RETURN.
2004-12-22 Volker Reichelt* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_...
2004-12-21 Andrew Pinskire PR c++/18984 (ICE in check_pointer_types_r)
2004-12-21 Nathan Sidwellre PR c++/14075 (("foo") accepted as char[] initializer)
2004-12-21 Nathan Sidwellsystem.c (IN_RANGE): Use plain unsigned, not unsigned...
2004-12-21 Nathan Sidwellre PR c++/18975 (Copying objects with mutable non-stati...
2004-12-20 Matt Austernre PR c++/19044 (Alternate asm name for atan ignored...
2004-12-20 Mark Mitchellcp-tree.h (note_decl_for_pch): New function.
2004-12-17 Steven Bosscherinit.c (build_zero_init): max_index is the number of...
2004-12-17 Nathan Sidwellfix typoed PR number
2004-12-17 Nathan Sidwellre PR c++/17821 (Poor diagnostic for using . instead...
2004-12-16 Nathan Sidwellre PR c++/18905 (Strange error: subscripted value is...
2004-12-15 Kriang Lerdsuwanakijre PR c++/18825 (ICE segmentation fault in wv2)
2004-12-15 Nathan Sidwellre PR c++/18981 (ICE in cp_parser_lookup_name)
2004-12-15 Mark Mitchellre PR c++/18738 (typename not allowed with non-dependen...
2004-12-14 Andrew Pinskire PR middle-end/18965 (ICE in gimplify_init_ctor_eval)
2004-12-14 Mark Mitchellre PR c++/18793 (ICE in cp_expr_size)
2004-12-14 Nathan Sidwellre PR c++/18949 (trouble with const_cast in templates)
2004-12-14 Volker Reicheltparser.c (cp_parser_uncommitted_to_tentative_parse_p...
2004-12-14 Andrew Pinskire PR c++/18968 (ICE: tree check: expected ssa_name...
2004-12-14 Mark Mitchellre PR target/18925 (Invalid gprel relocation in PIC)
2004-12-12 Roger Saylere PR middle-end/12454 (large number of if ();else...
2004-12-10 Volker Reicheltre PR c++/18731 (ICE on invalid template declaration)
2004-12-09 Matt Austernre PR c++/18514 (Alternate "asm" name ignored for redec...
2004-12-09 Volker Reichelt* parser.c (cp_parser_member_declaration): Fix comment...
2004-12-09 Alexandre Olivare PR c++/18757 (ICE (on invalid) in get_innermost_temp...
2004-12-09 Volker Reicheltre PR c++/18073 (mmintrin.h rejected by C++ frontend)
2004-12-09 Nathan Sidwellre PR c++/16681 (array initialization in struct constru...
2004-12-08 Kelley Cooktypeck.c: Remove DOS line endings.
2004-12-08 Kriang Lerdsuwanakijre PR c++/18100 (template member with same name as...
2004-12-08 Nathan Sidwellre PR c++/18803 (rejects access to operator() in template)
2004-12-07 Ziemowit Laskic-tree.h (struct lang_type): Rename 'objc_protocols...
2004-12-07 Kazu Hiratac-common.c, [...]: Replace uses of first_rtl_op with...
2004-12-07 Roger Saylename-lookup.c (leave_scope): We only need to update...
2004-12-07 Ziemowit Laskic-tree.h (struct lang_type): Add 'objc_protocols' field.
2004-12-04 Kriang LerdsuwanakijPR c++/17011, c++/17971
2004-12-03 Nathan Sidwellre PR c++/18782 (ICE on invalid pointer-to-member decla...
2004-12-03 Nathan Sidwellre PR c++/18318 (ICE: error: Multiple inline callers)
2004-12-02 Nathan Sidwellre PR c++/18758 (ICE redeclaring struct as template)
2004-12-02 Kriang LerdsuwanakijPR c++/15664, c++/18276
2004-12-02 Kriang Lerdsuwanakijre PR c++/18123 (ICE on templated enum)
2004-12-01 Matt AusternCompile speed improvement.
2004-12-01 Nathan Sidwellre PR c++/18729 (ICE on invalid typedef)
2004-12-01 Nathan Sidwellre PR c++/17431 (Internal error: Segmentation fault...
2004-11-30 Kazu Hirata* parser.c: Fix comment typos.
2004-11-29 Mark Mitchellre PR c++/18368 (C++ error message regression)
2004-11-29 Joseph Myers[multiple changes]
2004-11-29 Kriang Lerdsuwanakijre PR c++/18652 (ICE on invalid redeclaration)
next