]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/decl.c
Makefile.in (libgcc-support, [...]): Add emutls.c.
[thirdparty/gcc.git] / gcc / cp / decl.c
2007-02-10  Richard HendersonMakefile.in (libgcc-support, [...]): Add emutls.c.
2007-02-04  Gabriel Dos Reis* decl.c (grokdeclarator): Use OPT_Wreturn_type instead...
2007-02-04  Kazu Hirataclass.c, [...]: Follow spelling conventions.
2007-02-04  Gabriel Dos Reis* decl.c (grokdeclarator): Update documentation.
2007-02-02  Jakub Jelinekre PR c++/30536 (ICE with __thread and register)
2007-01-29  Manuel López-Ibáñez007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2007-01-23  Simon Martinre PR c++/27492 (ICE on invalid covariant return type)
2007-01-11  Mark Mitchellre PR c++/28999 (ICE on invalid use of typename)
2007-01-02  Douglas Gregorc-common.c (c_common_nodes_and_builtins): Since variant...
2006-12-22  Andrew Pinskire PR c++/30225 (builtins's decl is copied in some...
2006-12-22  Kazu Hirata* decl.c: Fix a coment typo.
2006-12-18  Ian Lance Taylorc.opt (Wmissing-declarations): Add C++ and ObjC++.
2006-12-12  Manuel López-Ibáñezdecl.c (build_enumerator): Update error message to...
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...
next