aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-5/+102
2007-05-30re PR c++/31809 (sometimes TREE_READONLY is still set for non read only varia...Jakub Jelinek1-1/+8
2007-05-22decl.c (duplicate_decls): Verify namespace names are unique.Ollie Wild1-22/+28
2007-05-21decl.c (cxx_maybe_build_cleanup): Handle __attribute__((cleanup)).Mark Mitchell1-11/+52
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-1/+1
2007-04-28re PR c++/30221 (internal compiler error: in reshape_init_r, at cp/decl.c:4632)Andrew Pinski1-3/+8
2007-04-27decl.c (grokparms): Changed message format from %qD to %qE.Simon Baldwin1-1/+1
2007-04-23decl.c (grokparms): Added new error for duplicate function parameters names i...Simon Baldwin1-0/+11
2007-04-02re PR c++/31187 (extern declaration of variable in anonymous namespace preven...Jason Merrill1-8/+14
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+1
2007-03-28re PR c++/29077 (Incorrect error message for destructor in wrong namespace)Simon Martin1-6/+15
2007-03-28decl.c (redeclaration_error_message): Complain when redeclaring a friend func...Douglas Gregor1-0/+13
2007-03-28[multiple changes]Douglas Gregor1-6/+6
2007-03-15re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-11/+0
2007-03-12invoke.texi (Wvla): New warning.Seongbae Park1-3/+12
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-0/+24
2007-03-08c-decl.c (grokdeclarator): Disable warnings for anonymous bitfields.Alexandre Oliva1-1/+4
2007-03-01re PR c++/23689 (Malformed typedef silently ignored)Simon Baldwin1-0/+2
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-5/+4
2007-02-18* decl.c, tree.c: Fix comment typos.Kazu Hirata1-2/+2
2007-02-11re PR target/29487 (Shared libstdc++ fails to link)Mark Mitchell1-1/+1
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-17/+2
2007-02-04* decl.c (grokdeclarator): Use OPT_Wreturn_type instead of 0.Gabriel Dos Reis1-2/+3
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-7/+7
2007-02-04* decl.c (grokdeclarator): Update documentation.Gabriel Dos Reis1-2/+2
2007-02-02re PR c++/30536 (ICE with __thread and register)Jakub Jelinek1-9/+9
2007-01-29007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>Manuel López-Ibáñez1-2/+2
2007-01-23re PR c++/27492 (ICE on invalid covariant return type)Simon Martin1-0/+1
2007-01-11re PR c++/28999 (ICE on invalid use of typename)Mark Mitchell1-0/+5
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-10/+42
2006-12-22re PR c++/30225 (builtins's decl is copied in some cases where it is not need...Andrew Pinski1-3/+3
2006-12-22* decl.c: Fix a coment typo.Kazu Hirata1-1/+1
2006-12-18c.opt (Wmissing-declarations): Add C++ and ObjC++.Ian Lance Taylor1-3/+30
2006-12-12decl.c (build_enumerator): Update error message to match C front-end.Manuel López-Ibáñez1-1/+1
2006-12-05re PR c++/29728 (ICE on invalid initializer in template function)Mark Mitchell1-31/+64
2006-12-02re PR c++/30033 (ICE on valid with --std=c++0x (static_assert))Andrew Pinski1-0/+1
2006-12-01decl.c (poplevel): Check DECL_INITIAL invariant.Geoffrey Keating1-23/+46
2006-11-30re PR c++/18313 (Missing warning for superfluous const's in return types)Dirk Mueller1-3/+14
2006-11-28re PR c++/29735 (ICE on "main" returning vector)Jakub Jelinek1-11/+15
2006-11-21re PR c++/29570 (ICE with brace-enclosed initializer)Jakub Jelinek1-1/+8
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-2/+2
2006-11-01target.h (targetm.cxx.use_atexit_for_cxa_atexit): New target hook.Danny Smith1-4/+6
2006-10-30* decl.c (grokdeclarator): Fix line-wrapping.Dirk Mueller1-2/+4
2006-10-30fix typoDirk Mueller1-1/+1
2006-10-30re PR c++/28704 (%s substituted with "static member"/"free" can't be properly...Dirk Mueller1-2/+3
2006-10-30re PR c++/6321 (no warning for bad main function declaration)Dirk Mueller1-0/+1
2006-10-30re PR c++/28669 (%s substituted with static/non- can't be properly translated)Dirk Mueller1-2/+5
2006-10-29* decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-62/+24
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward1-8/+22