aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-14re PR c++/28343 (ICE with invalid asm specifier for struct member)Volker Reichelt1-1/+1
2006-07-07re PR c++/27820 (ICE with duplicate label)Lee Millward1-1/+4
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-4/+9
2006-06-25re PR c++/28054 (ICE with friend declaration of invalid bitfield)Lee Millward1-1/+5
2006-06-23re PR target/27789 (attribute handling fallout from DECL_INITIAL changes)Danny Smith1-0/+10
2006-06-22re PR c++/27821 (ICE with invalid ptr-to-member)Lee Millward1-1/+1
2006-06-17re PR c++/28016 (emitting template constant)Mark Mitchell1-8/+9
2006-06-16re PR c++/27884 (bogus error: invalid use of 'register' in linkage specificat...Mark Mitchell1-18/+0
2006-06-14re PR c++/27227 (rejects valid code with some extern "C")Mark Mitchell1-6/+40
2006-06-13re PR middle-end/27793 (num_ssa_names inconsistent or immediate use iterator ...Jakub Jelinek1-0/+1
2006-06-06Fix up whitespacingMike Stump1-44/+42