aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2004-12-30cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell7-132/+138
2004-12-30re PR c++/19190 (warning "value computed is not used" emitted too often)Mark Mitchell2-2/+10
2004-12-28re PR inline-asm/15740 (ICE caused by a memory operand in an asm statement)Richard Henderson2-41/+65
2004-12-27Add memory barriers to the double-checked locking used for static initializat...Jason Merrill2-9/+23
2004-12-27re PR c++/19149 (seg fault on invalid code)Mark Mitchell2-1/+7
2004-12-23re PR c++/17595 (Unfriendly error message/rejects legal #pragmas in the middl...Mark Mitchell2-0/+10
2004-12-23re PR c++/17413 (local classes as template argument)Mark Mitchell2-3/+4
2004-12-23* g++.dg/template/crash31.C: Correct embedded PR number.Mark Mitchell1-1/+1
2004-12-23* cvt.c (convert_to_void): Fix typo in comment.Mark Mitchell2-1/+5
2004-12-23re PR c++/18962 (specialization of template class with inner template members...Alexandre Oliva2-0/+10
2004-12-23re PR c++/18733 (friend rejected)Giovanni Bajo2-1/+15
2004-12-22* rtti.c (emit_support_tinfos): Avoid using C99 semantics.Mark Mitchell2-5/+9
2004-12-22re PR c++/18464 (error message about "non-lvalue in unary '&'" when using ?: ...Mark Mitchell6-32/+111
2004-12-22re PR c++/18378 (ICE when returning a copy of a packed member)Mark Mitchell5-15/+52
2004-12-22decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.Volker Reichelt3-5/+7
2004-12-22* name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.Volker Reichelt2-1/+5
2004-12-21re PR c++/18984 (ICE in check_pointer_types_r)Andrew Pinski2-9/+15
2004-12-21re PR c++/14075 (("foo") accepted as char[] initializer)Nathan Sidwell5-1/+32
2004-12-21system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell3-53/+88
2004-12-21re PR c++/18975 (Copying objects with mutable non-static data members)Nathan Sidwell2-29/+44
2004-12-20re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a...Matt Austern2-1/+11
2004-12-20cp-tree.h (note_decl_for_pch): New function.Mark Mitchell4-0/+44
2004-12-17init.c (build_zero_init): max_index is the number of elements, minus 1.Steven Bosscher2-1/+10
2004-12-17fix typoed PR numberNathan Sidwell1-1/+1
2004-12-17re PR c++/17821 (Poor diagnostic for using . instead of ->)Nathan Sidwell4-22/+32
2004-12-16re PR c++/18905 (Strange error: subscripted value is neither array nor pointer)Nathan Sidwell10-109/+89
2004-12-15re PR c++/18825 (ICE segmentation fault in wv2)Kriang Lerdsuwanakij2-15/+46
2004-12-15re PR c++/18981 (ICE in cp_parser_lookup_name)Nathan Sidwell2-4/+6
2004-12-15re PR c++/18738 (typename not allowed with non-dependent qualified name)Mark Mitchell3-21/+31
2004-12-14re PR middle-end/18965 (ICE in gimplify_init_ctor_eval)Andrew Pinski2-2/+13
2004-12-14re PR c++/18793 (ICE in cp_expr_size)Mark Mitchell2-6/+26
2004-12-14re PR c++/18949 (trouble with const_cast in templates)Nathan Sidwell3-6/+18
2004-12-14parser.c (cp_parser_uncommitted_to_tentative_parse_p): New function.Volker Reichelt2-31/+32
2004-12-13re PR c++/18968 (ICE: tree check: expected ssa_name, have addr_expr in vrp_hash)Andrew Pinski2-2/+11
2004-12-14re PR target/18925 (Invalid gprel relocation in PIC)Mark Mitchell2-1/+13
2004-12-12re PR middle-end/12454 (large number of if ();else if cause)Roger Sayle2-2/+14
2004-12-10re PR c++/18731 (ICE on invalid template declaration)Volker Reichelt2-0/+14
2004-12-09re PR c++/18514 (Alternate "asm" name ignored for redeclared builtin function...Matt Austern2-3/+15
2004-12-09* parser.c (cp_parser_member_declaration): Fix comment typo.Volker Reichelt2-1/+5
2004-12-09re PR c++/18757 (ICE (on invalid) in get_innermost_template_args)Alexandre Oliva2-2/+9
2004-12-09re PR c++/18073 (mmintrin.h rejected by C++ frontend)Volker Reichelt2-0/+7
2004-12-09re PR c++/16681 (array initialization in struct construct is a memory hog)Nathan Sidwell2-9/+16
2004-12-08typeck.c: Remove DOS line endings.Kelley Cook2-6/+10
2004-12-08re PR c++/18100 (template member with same name as class not rejected)Kriang Lerdsuwanakij2-0/+18
2004-12-08re PR c++/18803 (rejects access to operator() in template)Nathan Sidwell15-119/+155
2004-12-07c-tree.h (struct lang_type): Rename 'objc_protocols' field to 'objc_info'.Ziemowit Laski2-3/+9
2004-12-07c-common.c, [...]: Replace uses of first_rtl_op with TREE_CODE_LENGTH.Kazu Hirata2-1/+5
2004-12-07name-lookup.c (leave_scope): We only need to update class_binding_level when ...Roger Sayle2-5/+15
2004-12-07c-tree.h (struct lang_type): Add 'objc_protocols' field.Ziemowit Laski2-0/+7
2004-12-04PR c++/17011, c++/17971Kriang Lerdsuwanakij3-2/+29