aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2006-10-29* decl.c: Fix a comment typo.Kazu Hirata2-1/+5
2006-10-28re PR c++/29295 (++ operator with bool typedef increments or operator -- with...Andrew Pinski2-1/+7
2006-10-28re PR c++/29033 (%s substituted with "left"/"right" can't be properly transla...Dirk Mueller2-5/+11
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola6-71/+47
2006-10-22re PR libstdc++/20647 (Wrong typeid for incomplete types)Nathan Sidwell2-7/+6
2006-10-20re PR c++/28053 (ICE deriving from class with invalid bitfield)Lee Millward2-0/+15
2006-10-18re PR c++/26884 (Misleading diagnostic for invalid array initializer)Mark Shinwell2-0/+15
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward4-10/+34
2006-10-17parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Add comment.Mark Mitchell2-0/+6
2006-10-17re PR c++/28261 (ICE with enum in constructor definition)Mark Mitchell2-14/+71
2006-10-17re PR c++/29039 (implicitly defined constructor for class with reference member)Mark Mitchell3-4/+12
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell4-12/+14
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell3-3/+11
2006-10-16re PR c++/29408 (parse error for valid code)Mark Mitchell2-0/+10
2006-10-16re PR c++/29435 (seg fault with sizeof and templates)Mark Mitchell2-3/+12
2006-10-16re PR c++/28211 (wrong linkage of template argument, diagnostic could be impr...Mark Mitchell3-12/+49
2006-10-13re PR c++/28506 (ICE with initializers for functions)Mark Mitchell2-4/+27
2006-10-13re PR c++/29318 (ICE: type_info of pointer to VLA)Mark Mitchell2-3/+8
2006-10-12re PR c++/27961 (ICE on invalid template declaration)Lee Millward3-4/+18
2006-10-12re PR c++/29175 (ICE on invalid C++ variable length array)Mark Mitchell2-17/+37
2006-10-11re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ;...Lee Millward4-5/+31
2006-10-10--(top level)--------------------------------------------Brooks Moses2-1/+6
2006-10-10re PR rtl-optimization/29323 (set_nothrow_function_flags does invalid analysi...Richard Guenther2-1/+8
2006-10-09Revert emutls patch.Richard Henderson3-2/+24
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson3-20/+9
2006-10-04re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration)Mark Mitchell3-13/+24
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell1-0/+4
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell3-30/+57
2006-10-03re PR c++/29291 (ICE on invalid use of new)Volker Reichelt2-1/+7
2006-10-02re PR c++/29226 (ICE in make_decl_rtl, at varasm.c:886)Mark Mitchell2-20/+27
2006-10-02re PR c++/29105 (segfault in add_candidates with a non template base class an...Mark Mitchell2-9/+8
2006-10-02re PR c++/29080 (Multiple-inheritance with template method function code trig...Mark Mitchell2-1/+13
2006-09-25re PR c++/27667 (ICE with in-class specialization)Lee Millward4-9/+36
2006-09-25re PR c++/27329 (ICE with misplaced expression)Lee Millward4-9/+25
2006-09-21re PR c++/29016 (tree check: expected class 'expression', have 'exceptional' ...Mark Mitchell2-0/+10
2006-09-21re PR c++/28303 (ICE on invalid typedef)Lee Millward2-1/+9
2006-09-21re PR c++/28861 (ICE on invalid in-class specialization)Lee Millward2-1/+8
2006-09-20re PR target/27650 (internal compiler error while compiling Gecode)Danny Smith2-0/+16
2006-09-18re PR c++/29087 (More than 35000 switch cases crash cc1plus)Steven Bosscher2-33/+38
2006-09-14re PR c++/29002 (ICE on array of ptr-to-member or struct containing ptr-to-me...Andrew Pinski2-0/+11
2006-09-11re PR c++/28991 (Static constructor emitted instead of initialized variable)Mark Mitchell4-0/+25
2006-09-09re PR c++/28996 (ICE with statement forming unused static member function ref...Jason Merrill2-3/+12
2006-09-08re PR c++/28858 (Algorithm to find the end of a template parameter list is fl...Volker Reichelt2-27/+44
2006-09-07006-09-07 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski2-3/+14
2006-09-07re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill2-1/+4
2006-09-07re PR c++/26957 (ICE in make_decl_rtl, at varasm.c:871)Jason Merrill2-2/+9
2006-09-07re PR c++/28284 (ICE with invalid static const variable)Simon Martin2-0/+9
2006-09-07re PR c++/26195 (pragma interface no longer handles explicit names)Zak Kipling4-5/+16
2006-09-06re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill4-0/+31
2006-09-07re PR c++/28903 (Rejects VLA in template class's member with using)Mark Mitchell2-12/+57