aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell1-3/+0
2006-10-12re PR c++/27961 (ICE on invalid template declaration)Lee Millward1-4/+7
2006-10-12re PR c++/29175 (ICE on invalid C++ variable length array)Mark Mitchell1-17/+31
2006-10-11re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ;...Lee Millward1-2/+2
2006-10-10re PR rtl-optimization/29323 (set_nothrow_function_flags does invalid analysi...Richard Guenther1-1/+2
2006-10-09Revert emutls patch.Richard Henderson1-2/+17
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-17/+2
2006-09-25re PR c++/27329 (ICE with misplaced expression)Lee Millward1-1/+4
2006-09-21re PR c++/28303 (ICE on invalid typedef)Lee Millward1-1/+5
2006-09-21re PR c++/28861 (ICE on invalid in-class specialization)Lee Millward1-1/+2
2006-09-07re PR c++/26195 (pragma interface no longer handles explicit names)Zak Kipling1-2/+2
2006-09-06re PR c++/26696 (ICE with statement forming unused static member function ref...Jason Merrill1-2/+0
2006-08-26re PR c++/28852 (ICE on invalid conversion operator)Volker Reichelt1-26/+38
2006-08-25re PR c++/28056 (enum accepted as scope)Mark Mitchell1-1/+21
2006-08-25re PR c++/27787 (Qualified lookup fails to find inherited class template)Nathan Sidwell1-61/+50
2006-08-21Fix typo from a previous commitLee Millward1-1/+1
2006-08-21re PR c++/28505 (ICE with invalid constructors)Lee Millward1-2/+1
2006-08-21re PR c++/26269 (Declaring a variable too late yields bogus error message)Lee Millward1-1/+1
2006-08-17re PR c++/28710 (ICE redeclaring template as non-template)Volker Reichelt1-1/+2
2006-08-04re PR c++/28347 (ICE on typedef with initialization)Lee Millward1-2/+1
2006-08-03re PR c++/28274 (Redeclaration with extra default argument doesn't work)Volker Reichelt1-2/+3
2006-08-01re PR c++/28256 (ICE with empty initializer)Steve Ellcey1-0/+8
2006-07-31re PR c++/6634 (wrong parsing of "long long double")Volker Reichelt1-0/+2
2006-07-25re PR c++/27572 (ICE on typedef in parameter declaration)Volker Reichelt1-1/+4
2006-07-24re PR c++/28460 (g++ emits bogus namespace DIE)Daniel Jacobowitz1-1/+1
2006-07-23re PR c++/28025 (multiple template friend compile error)Mark Mitchell1-1/+1
2006-07-20re PR c++/28407 (Issue with anonymous namespace)Jason Merrill1-0/+8
2006-07-19re PR c++/28338 (ICE/rejects-valid with references)Mark Mitchell1-6/+12
2006-07-18re PR c++/28258 (ICE with invalid constructor)Lee Millward1-0/+1
2006-07-17re PR c++/28291 (ICE on invalid designated initializer)Steve Ellcey1-2/+5