aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-04-27re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell2-0/+10
2006-04-25re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell3-7/+18
2006-04-24re PR c++/19963 (ICE on invalid member declaration)Volker Reichelt2-0/+7
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell6-147/+148
2006-04-23re PR c++/26534 ([4.1] bitfield wrong optimize)Mark Mitchell5-11/+90
2006-04-22* decl.c: Fix comment typos.Kazu Hirata2-4/+8
2006-04-22Commit ChangeLog entries.Eric Christopher1-15/+19
2006-04-22decl.c: Fix typo in function name.Eric Christopher1-3/+3
2006-04-19re PR c++/26558 (segfault on syntax error)Volker Reichelt2-7/+14
2006-04-19re PR c++/26739 (ICE in g++.old-deja/g++.pt/friend36.C)Volker Reichelt2-0/+7
2006-04-19re PR c++/26036 (Treating a class object as a function with member variables ...Volker Reichelt4-11/+8
2006-04-19re PR c++/10385 (Internal compiler error in build_up_reference, at cp/cvt.c:3...Volker Reichelt3-3/+12
2006-04-19re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell5-63/+120
2006-04-17PR c++/26114, c++/26115Janis Johnson3-3/+11
2006-04-17* init.c (build_offset_ref): Remove superfluous temporary.Volker Reichelt2-7/+7
2006-04-16re PR c++/26365 (ICE in finish_class_member_access_expr, at cp/typeck.c)Mark Mitchell2-8/+12
2006-04-15* cp/call.c: Fix comment typos.Kazu Hirata2-2/+4
2006-04-15Make-lang.in (cp/pt.o): Depend on vecprim.h.Kazu Hirata3-14/+18
2006-04-12parser.c (cp_parser_init_declarator): Initialize local variables aggressively.Mark Mitchell2-6/+8
2006-04-12parser.c (cp_parser_init_declarator): Initialise is_parenthesized_init to fal...Roger Sayle2-1/+6
2006-04-11re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell9-213/+328
2006-04-08* decl2.c, pt.c, semantics.c: Fix comment typos.Kazu Hirata4-4/+8
2006-04-06call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.Roger Sayle2-1/+7
2006-04-05name-lookup.c (push_namespace_with_attribs): Temporarily disable default hidd...Jason Merrill2-1/+6
2006-03-30re PR c++/22494 (C++ front-end produces mis-match types in EQ_EXPR (array dec...Roger Sayle2-1/+8
2006-03-24invoke.texi: Document -femit-class-debug-alwaysCarlos O'Donell2-0/+9
2006-03-22name-lookup.c (push_namespace_with_attribs): Only apply hidden visibility to ...Jason Merrill2-0/+7
2006-03-21re PR c++/26691 (Wrong code for constructor with default value)Jakub Jelinek2-6/+28
2006-03-21re PR c++/21581 ((optimisation) Functions in anonymous namespaces should defa...Jason Merrill3-4/+22
2006-03-20re PR c++/21764 (visibility attributes on namespace scope)Jason Merrill7-55/+181
2006-03-15re PR c++/6634 (wrong parsing of "long long double")Volker Reichelt2-12/+21
2006-03-14tweak commentsJason Merrill1-3/+3
2006-03-10PR c++/16387, c++/16389Jason Merrill2-12/+78
2006-03-09Merge C++ from gomp-20050608-branch.Richard Henderson11-311/+3124
2006-03-08re PR bootstrap/26500 (info/gfortran.info is no longer being installed)Paolo Bonzini1-0/+3
2006-03-06re PR c++/15759 (ICE with function pointers)Volker Reichelt2-11/+9
2006-03-03add commentJason Merrill1-0/+4
2006-03-03decl2.c (import_export_decl): Remove redundant call to targetm.cxx.key_method...Mike Stump2-4/+7
2006-03-02tm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.Richard Sandiford2-5/+11
2006-03-02re PR target/25908 (vtables with vague linkage is not being marked as vague o...Mike Stump2-3/+16
2006-03-01Fixup whitespace a litteMike Stump1-2/+2
2006-02-24Index: gcc/ChangeLogGeoffrey Keating2-1/+7
2006-02-22re PR c++/26291 (Invalid ellipsis in operator not diagnosed)Volker Reichelt2-4/+16
2006-02-20Make-lang.in (OBJC): RemoveRafael Espindola2-2/+6
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-1/+1
2006-02-18re PR c++/26266 (Trouble with static const data members in template classes)Mark Mitchell12-75/+130
2006-02-14call.c (standard_conversion): Return NULL instead of 0.Volker Reichelt4-11/+19
2006-02-13cp-tree.h (warn_hidden): Remove prototype.Volker Reichelt3-2/+4
2006-02-13cp-tree.h (build_type_conversion): Remove prototype.Volker Reichelt3-2/+5
2006-02-13cp-tree.h (push_tinst_level): Remove prototype.Volker Reichelt3-4/+11