re PR c++/29728 (ICE on invalid initializer in template function)
[platform/upstream/gcc.git] / gcc / cp / decl.c
2006-12-05 Mark Mitchellre PR c++/29728 (ICE on invalid initializer in template...
2006-12-02 Andrew Pinskire PR c++/30033 (ICE on valid with --std=c++0x (static_...
2006-12-01 Geoffrey Keatingdecl.c (poplevel): Check DECL_INITIAL invariant.
2006-11-30 Dirk Muellerre PR c++/18313 (Missing warning for superfluous const...
2006-11-28 Jakub Jelinekre PR c++/29735 (ICE on "main" returning vector)
2006-11-21 Jakub Jelinekre PR c++/29570 (ICE with brace-enclosed initializer)
2006-11-20 Simon Martinre PR c++/29475 (incomplete template diagnostics.)
2006-11-01 Danny Smithtarget.h (targetm.cxx.use_atexit_for_cxa_atexit): New...
2006-10-30 Dirk Mueller* decl.c (grokdeclarator): Fix line-wrapping.
2006-10-30 Dirk Muellerfix typo
2006-10-30 Dirk Muellerre PR c++/28704 (%s substituted with "static member...
2006-10-30 Dirk Muellerre PR c++/6321 (no warning for bad main function declar...
2006-10-30 Dirk Muellerre PR c++/28669 (%s substituted with static/non- can...
2006-10-29 Kazu Hirata* decl.c: Fix a comment typo.
2006-10-23 Rafael Ávila de... decl.c: Include langhooks.h.
2006-10-17 Lee Millwardre PR c++/27952 (ICE with invalid virtual inheritance)
2006-10-17 Mark Mitchellre PR c++/27270 (ICE in process_init_constructor_array...
2006-10-12 Lee Millwardre PR c++/27961 (ICE on invalid template declaration)
2006-10-12 Mark Mitchellre PR c++/29175 (ICE on invalid C++ variable length...
2006-10-11 Lee Millwardre PR c++/29024 (storage class specifier accepted for...
2006-10-10 Richard Guentherre PR rtl-optimization/29323 (set_nothrow_function_flag...
2006-10-09 Richard HendersonRevert emutls patch.
2006-10-04 Richard HendersonMakefile.in (libgcc.mk, [...]): Add emutls.c.
2006-09-25 Lee Millwardre PR c++/27329 (ICE with misplaced expression)
2006-09-21 Lee Millwardre PR c++/28303 (ICE on invalid typedef)
2006-09-21 Lee Millwardre PR c++/28861 (ICE on invalid in-class specialization)
2006-09-07 Zak Kiplingre PR c++/26195 (pragma interface no longer handles...
2006-09-06 Jason Merrillre PR c++/26696 (ICE with statement forming unused...
2006-08-26 Volker Reicheltre PR c++/28852 (ICE on invalid conversion operator)
2006-08-25 Mark Mitchellre PR c++/28056 (enum accepted as scope)
2006-08-25 Nathan Sidwellre PR c++/27787 (Qualified lookup fails to find inherit...
2006-08-21 Lee MillwardFix typo from a previous commit
2006-08-21 Lee Millwardre PR c++/28505 (ICE with invalid constructors)
2006-08-21 Lee Millwardre PR c++/26269 (Declaring a variable too late yields...
2006-08-17 Volker Reicheltre PR c++/28710 (ICE redeclaring template as non-template)
2006-08-04 Lee Millwardre PR c++/28347 (ICE on typedef with initialization)
2006-08-03 Volker Reicheltre PR c++/28274 (Redeclaration with extra default argum...
2006-08-01 Steve Ellceyre PR c++/28256 (ICE with empty initializer)
2006-07-31 Volker Reicheltre PR c++/6634 (wrong parsing of "long long double")
2006-07-25 Volker Reicheltre PR c++/27572 (ICE on typedef in parameter declaration)
2006-07-24 Daniel Jacobowitzre PR c++/28460 (g++ emits bogus namespace DIE)
2006-07-23 Mark Mitchellre PR c++/28025 (multiple template friend compile error)
2006-07-20 Jason Merrillre PR c++/28407 (Issue with anonymous namespace)
2006-07-19 Mark Mitchellre PR c++/28338 (ICE/rejects-valid with references)
2006-07-18 Lee Millwardre PR c++/28258 (ICE with invalid constructor)
2006-07-17 Steve Ellceyre PR c++/28291 (ICE on invalid designated initializer)
2006-07-14 Volker Reicheltre PR c++/28343 (ICE with invalid asm specifier for...
2006-07-07 Lee Millwardre PR c++/27820 (ICE with duplicate label)
2006-06-30 Jason Merrillre PR c++/26905 (default-visibility class symbol improp...
2006-06-25 Lee Millwardre PR c++/28054 (ICE with friend declaration of invalid...
2006-06-23 Danny Smithre PR target/27789 (attribute handling fallout from...
2006-06-22 Lee Millwardre PR c++/27821 (ICE with invalid ptr-to-member)
2006-06-17 Mark Mitchellre PR c++/28016 (emitting template constant)
2006-06-16 Mark Mitchellre PR c++/27884 (bogus error: invalid use of 'register...
2006-06-14 Mark Mitchellre PR c++/27227 (rejects valid code with some extern...
2006-06-13 Jakub Jelinekre PR middle-end/27793 (num_ssa_names inconsistent...
2006-06-06 Mike StumpFix up whitespacing
2006-06-05 Mark Mitchellre PR c++/27819 (ICE casting static const variables)
2006-05-31 Mark Mitchellre PR c++/27801 (ICE in invert_truthvalue with template)
2006-05-28 Kazu Hiratadecl.c, [...]: Fix comment typos.
2006-05-25 Mark Mitchellre PR c++/20103 (ICE in create_tmp_var with C99 style...
2006-05-22 Volker Reichelt* decl.c (grokdeclarator): Return error_mark_node inste...
2006-05-21 Volker Reicheltre PR c++/27398 (ICE on missing closing parenthesis)
2006-05-11 Volker Reicheltre PR c++/27547 (ICE on invalid operator=)
2006-05-03 Mark Mitchellre PR c++/27102 (ICE with invalid class name in functio...
2006-05-02 Mark Mitchellre PR c++/27309 (ICE on invalid constructor definition)
2006-04-30 Volker Reicheltre PR c++/27278 (ICE with invalid operator declaration)
2006-04-29 Volker Reicheltre PR c++/27279 (ICE with invalid constructor declaration)
2006-04-24 Mark Mitchellre PR c++/26912 (friend const member function specializ...
2006-04-22 Kazu Hirata* decl.c: Fix comment typos.
2006-04-22 Eric Christopherdecl.c: Fix typo in function name.
2006-04-19 Volker Reicheltre PR c++/26036 (Treating a class object as a function...
2006-04-19 Mark Mitchellre PR c++/27102 (ICE with invalid class name in functio...
2006-04-11 Mark Mitchellre PR c++/26122 (Pure specifiers for templates causing...
2006-03-21 Jason Merrillre PR c++/21764 (visibility attributes on namespace...
2006-03-15 Volker Reicheltre PR c++/6634 (wrong parsing of "long long double")
2006-03-09 Richard HendersonMerge C++ from gomp-20050608-branch.
2006-03-02 Richard Sandifordtm.texi (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Document.
2006-03-01 Mike StumpFixup whitespace a litte
2006-02-22 Volker Reicheltre PR c++/26291 (Invalid ellipsis in operator not diagn...
2006-02-18 Mark Mitchellre PR c++/26266 (Trouble with static const data members...
2006-02-14 Volker Reicheltcall.c (standard_conversion): Return NULL instead of 0.
2006-02-13 Volker Reicheltdecl.c (grokdeclarator): Return NULL_TREE instead of 0.
2006-02-13 Volker Reicheltre PR c++/26151 (duplicate 'duplicate' diagnostic)
2006-02-08 Volker Reicheltre PR c++/26071 (ICE declaring destructor virtual and...
2006-02-08 Volker Reicheltre PR c++/26070 (ICE declaring data member virtual...
2006-02-07 Gabriel Dos Reiscp-tree.h (tf_warning_or_error): Renamed from tf_warn_o...
2006-02-07 Roger Sayledecl.c (grokdeclarator): Don't bother checking for...
2006-02-04 Gabriel Dos Reiscp-tree.h (tf_warn_or_error): New substituion flag.
2006-02-03 Lee Millwardtypeck.c (string_conv_p): Pass appropiate OPT_Wxxxx...
2006-01-28 Mark Mitchellre PR c++/25999 (compiler loses extern "C" for function...
2006-01-23 Volker Reicheltcp-tree.h (do_poplevel): Remove prototype.
2006-01-22 Mark Mitchellre PR c++/25895 (wrong code with ?: and derived class...
2006-01-19 Volker Reicheltre PR c++/16829 (default parameter can be not one of...
2006-01-17 Jakub Jelinekre PR c/25682 (ICE when using old sytle offsetof (with...
2006-01-15 Gabriel Dos Reis* decl.c (check_initializer): Fix thinko.
2006-01-04 Dirk Muellerdecl.c (finish_constructor_body): create simple compoun...
2006-01-03 Mark Mitchellre PR c++/25635 (Bogus cruft in error message for inval...
2005-12-27 Mark Mitchellre PR c++/25439 ("template<> int A<0>" accepted)
2005-12-27 Mark MitchellPR c++/23171, c++/23172, c++/25417.
next