re PR c++/32245 (wrong POD type initialization with pointer to member)
[platform/upstream/gcc.git] / gcc / cp / decl.c
2007-07-06 Mark Mitchellre PR c++/32245 (wrong POD type initialization with...
2007-07-04 Douglas Gregortree.c (maybe_canonicalize_argtypes): New.
2007-07-01 Ollie Wildname-lookup.c (ambiguous_decl): Fix case when new-...
2007-06-28 Geoffrey KeatingIndex: gcc/ChangeLog
2007-06-25 Simon Martinre PR c++/32111 (ICE declaring destructor as friend)
2007-06-15 Mark Mitchellcp-tree.h (DECL_VAR_MARKED_P): Remove.
2007-06-07 Simon Martinre PR c++/30759 (initializer-list accepted for object...
2007-06-05 Simon Baldwindecl.c (grokdeclarator): Readability change.
2007-06-01 Mark Mitchelldecl.c (get_atexit_fn_ptr_type): New function.
2007-05-31 Jakub Jelinekre PR c++/31806 (miscompilation with -fschedule-insns2...
2007-05-31 Russell Yanofskyre PR c++/7412 ([DR 106] References to references)
2007-05-30 Jakub Jelinekre PR c++/31809 (sometimes TREE_READONLY is still set...
2007-05-22 Ollie Wilddecl.c (duplicate_decls): Verify namespace names are...
2007-05-21 Mark Mitchelldecl.c (cxx_maybe_build_cleanup): Handle __attribute__...
2007-05-14 Rafael Avila de... c-common.c (warnings_for_convert_and_check): Use unsign...
2007-04-29 Andrew Pinskire PR c++/30221 (internal compiler error: in reshape_in...
2007-04-27 Simon Baldwindecl.c (grokparms): Changed message format from %qD...
2007-04-23 Simon Baldwindecl.c (grokparms): Added new error for duplicate funct...
2007-04-02 Jason Merrillre PR c++/31187 (extern declaration of variable in...
2007-03-30 Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-28 Simon Martinre PR c++/29077 (Incorrect error message for destructor...
2007-03-28 Douglas Gregordecl.c (redeclaration_error_message): Complain when...
2007-03-28 Douglas Gregor[multiple changes]
2007-03-15 Manuel López-Ibáñezre PR c++/24924 (front end and preprocessor pedantic_er...
2007-03-12 Seongbae Parkinvoke.texi (Wvla): New warning.
2007-03-10 Douglas Gregorre PR c++/20599 (variadic template support)
2007-03-08 Alexandre Olivac-decl.c (grokdeclarator): Disable warnings for anonymo...
2007-03-01 Simon Baldwinre PR c++/23689 (Malformed typedef silently ignored)
2007-02-28 Sandra Loosemorebuiltins.c (fold_builtin_call_list, [...]): Delete...
2007-02-18 Kazu Hirata* decl.c, tree.c: Fix comment typos.
2007-02-11 Mark Mitchellre PR target/29487 (Shared libstdc++ fails to link)
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...
next