re PR c++/18378 (ICE when returning a copy of a packed member)
[gcc.git] / gcc / cp / ChangeLog
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)
2004-11-27 Kazu Hirata* pt.c: Fix a comment typo.
2004-11-26 Kriang LerdsuwanakijFriend class name lookup 4/n
2004-11-26 Kazu Hirata* typeck.c: Fix a comment typo.
2004-11-25 Mark Mitchellre PR c++/18001 (Badly formatted error message (quotati...
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 3/n, PR c++/3332
2004-11-25 Kriang LerdsuwanakijFriend class name lookup 2/n, PR c++/14513, c++/15410
2004-11-25 Joseph Myersdarwin.h (SUBTARGET_OVERRIDE_OPTIONS): Use %qs instead...
2004-11-24 Mark Mitchellre PR c++/17473 (typedef redefinition in struct is...
2004-11-24 Steven Bosscherc-opts.c (c_common_post_options): Don't clear flag_inli...
2004-11-24 Mark Mitchellpt.c (tsubst_function_type): Do not permit function...
2004-11-24 Mark Mitchellre PR c++/18586 (ICE on invalid template member declara...
2004-11-24 Mark Mitchellre PR c++/18530 (Bogus warnings about shadowed variable...
2004-11-24 Giovanni Bajore PR c++/8929 (G++ accepts invalid template headers...
2004-11-24 Paolo Bonzinire PR c++/16882 (overloading confused by const vector...
2004-11-24 Ben Ellistoncp-tree.h (context_as_string): Remove extern.
2004-11-22 Giovanni Bajore PR c++/18354 (expression "+1" not considered constan...
2004-11-17 Giovanni Bajodecl.c (start_preparsed_function): Call check_function_...
2004-11-16 Steven Bosscherstack.h: Remove.
2004-11-15 Andrew Pinskicp-gimplify.c: Include pointer-set.h
2004-11-15 Kriang LerdsuwanakijFriend class name lookup 1/n, PR c++/18471
2004-11-14 Kriang Lerdsuwanakijre PR c++/17344 (completely wacky error with matching...
2004-11-12 Mark Mitchellre PR c++/18389 (ICE on struct declaration in for state...
2004-11-11 Andrew Pinskitypeck.c (cxx_mark_addressable): Add braces around...
2004-11-10 Adam Nemetre PR middle-end/18160 (ICE on taking register variable...
2004-11-10 Nathan Sidwellre PR c++/18143 (Duplicated thunk with a huge member...
2004-11-10 Mark Mitchellre PR c++/18369 (Segfault on braced new)
2004-11-09 Joseph Myersbuiltins.c, [...]: Avoid "`" as left quote, using ...
2004-11-08 Kazu Hirataclass.c, [...]: Fix comment formatting.
2004-11-04 Ulrich Weigandre PR tree-optimization/18184 (Tree optimizers ignore...
2004-11-04 Giovanni BajoDR 49, 100
2004-11-03 Mark Mitchellre PR c++/18124 (ICE with invalid template template...
2004-11-02 Ziemowit Laskic-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
2004-11-01 Nathan Sidwellre PR c++/18064 (gcc accepts different pointer types...
2004-11-01 Gabriel Dos ReisConvert diagnostics to use quoting flag q 9/n
2004-11-01 Gabriel Dos ReisConvert diagnostics to use quoting flag q 8/n
2004-11-01 Mark Mitchellre PR c++/15172 (Copy constructor optimization in aggre...
2004-10-30 Matt Austernre PR c++/17542 (Visibility attribute ignored when...
2004-10-29 Kazu Hirata* pt.c: Fix a comment typo.
2004-10-29 Nathan Sidwelltypeck.c (composite_pointer_type): Remove comment about...
2004-10-29 Mark Mitchellre PR c++/17695 (ICE in add_abstract_origin_attribute)
2004-10-29 Matt Austernc++/14124
2004-10-28 Mark Mitchellre PR c++/17132 (GCC fails to eliminate function templa...
2004-10-28 Andrew Pinskidecl.c (bad_specifiers): Move the q after the %.
2004-10-28 Mark Mitchellre PR c++/17435 (Binding a temporary of derived type...
2004-10-28 Andrew Pinskidecl.c: Move the q after the %.
2004-10-28 Andrew Pinskiparser.c (cp_parser_diagnose_invalid_type_name): Move...
2004-10-27 Mark Mitchellname-lookup.c (do_namespace_alias): Use FROB_CONTEXT.
2004-10-27 Mark Mitchellre PR c++/18093 (bogus conflict in namespace aliasing)
2004-10-26 Nathan Sidwellc-lex.c (get_nonpadding_token): Remove.
2004-10-25 Andrew Pinskire PR middle-end/17407 (ICE in int_mode_for_mode)
2004-10-22 Nathan Sidwellre PR c++/18095 (ICE in cp_lexer_consume_token on missi...
next