aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-25lex.c (D_CPP0X): Rename.Douglas Gregor1-0/+14
2007-01-11Remove accidentally checked in hunk.Mark Mitchell1-4/+2
2007-01-11re PR c++/28999 (ICE on invalid use of typename)Mark Mitchell1-2/+4
2006-12-31re PR c++/29731 (ICE with statement expression as template parameter)Simon Martin1-7/+14
2006-12-16re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-86/+124
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-21/+80
2006-12-10c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg1-23/+0
2006-12-08re PR c++/29732 (ICE on invalid friend declaration)Mark Mitchell1-8/+12
2006-12-07re PR c++/29980 (ICE using attribute in invalid declaration)Lee Millward1-4/+9
2006-12-06re PR c++/29730 (ICE on invalid declaration of template member)Mark Mitchell1-3/+17
2006-12-06re PR c++/29729 (ICE with template class in template function)Mark Mitchell1-0/+9
2006-12-01decl.c (poplevel): Check DECL_INITIAL invariant.Geoffrey Keating1-0/+10
2006-11-29re PR c++/29022 (ICE using operator int in invalid class hierarchy)Lee Millward1-10/+23
2006-11-27re PR c++/29886 (Cast misinterpreted as variable declaration)Mark Mitchell1-6/+22
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-1/+85
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-1/+4
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward1-1/+2
2006-10-17parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Add comment.Mark Mitchell1-0/+2
2006-10-17re PR c++/28261 (ICE with enum in constructor definition)Mark Mitchell1-14/+61
2006-10-17re PR c++/27270 (ICE in process_init_constructor_array, at cp/typeck2.c:788)Mark Mitchell1-0/+3
2006-10-16re PR c++/29408 (parse error for valid code)Mark Mitchell1-0/+6
2006-10-16re PR c++/28211 (wrong linkage of template argument, diagnostic could be impr...Mark Mitchell1-1/+1
2006-10-13re PR c++/28506 (ICE with initializers for functions)Mark Mitchell1-4/+20
2006-10-11re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ;...Lee Millward1-1/+11
2006-10-09Revert emutls patch.Richard Henderson1-0/+3
2006-10-04Makefile.in (libgcc.mk, [...]): Add emutls.c.Richard Henderson1-3/+0
2006-10-04re PR c++/29020 (ICE using A<N>::A instead of A<N> in friend declaration)Mark Mitchell1-2/+9
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell1-0/+4
2006-10-03re PR c++/29138 (access declarations don't work for classes)Mark Mitchell1-20/+46
2006-10-02re PR c++/29080 (Multiple-inheritance with template method function code trig...Mark Mitchell1-1/+1
2006-09-25re PR c++/27667 (ICE with in-class specialization)Lee Millward1-1/+7
2006-09-18re PR c++/29087 (More than 35000 switch cases crash cc1plus)Steven Bosscher1-33/+28
2006-09-08re PR c++/28858 (Algorithm to find the end of a template parameter list is fl...Volker Reichelt1-27/+34
2006-09-06re PR c++/26571 (Bad diagnostic using type modifier with struct)Jason Merrill1-0/+3
2006-09-04PR 23287 Revert my 2006-09-01 patch.Nathan Sidwell1-107/+42
2006-09-02re PR c++/27670 (ICE on invalid template parameter)Lee Millward1-0/+7
2006-09-01re PR c++/23287 (Explicitly invoking destructor of template class in a templa...Nathan Sidwell1-42/+107
2006-08-28re PR c++/28860 (Trouble with bound template template parameter in specializa...Volker Reichelt1-1/+1
2006-08-26re PR c++/24009 (C++ fails to print #include stack)Joseph Myers1-2/+7
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-5/+0
2006-08-22re PR c++/28420 (ICE with "typeid" as template parameter)Simon Martin1-2/+2
2006-08-20re PR c++/28341 (ICE with references as template parameters)Mark Mitchell1-13/+7
2006-08-17re PR c++/28606 (Destructor accepted as return-type of constructor)Volker Reichelt1-6/+10
2006-08-14re PR c++/28288 (ICE with min/max operator)Steve Ellcey1-45/+0
2006-08-14re PR c++/28559 (ICE with friend and __attribute__)Jason Merrill1-2/+5
2006-08-03re PR c++/27508 (ICE on invalid destructor name)Volker Reichelt1-2/+17
2006-07-17re PR c++/28250 (ICE with invalid catch)Volker Reichelt1-10/+3
2006-07-15re PR c++/28269 (ICE on attribute for invalid template)Lee Millward1-0/+3
2006-07-15re PR c++/28249 ("long long long" accepted by catch)Volker Reichelt1-36/+46
2006-06-29re PR c++/26905 (default-visibility class symbol improperly resolved as hidde...Jason Merrill1-29/+47