aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-23re PR c++/28112 (ICE with invalid argument in attribute)Volker Reichelt1-9/+12
2006-06-19parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near power-of-two token vec...Richard Guenther1-1/+1
2006-06-16re PR c++/27884 (bogus error: invalid use of 'register' in linkage specificat...Mark Mitchell1-6/+11
2006-06-15re PR c++/27648 (ICE on attribute on pointers in static_cast)Mark Mitchell1-22/+19
2006-06-07re PR c++/27601 (ICE (in fold_offsetof_1, at c-common.c:5998) on strange offs...Volker Reichelt1-1/+1
2006-06-06Fix up whitespacingMike Stump1-77/+66
2006-06-01re PR c++/26660 (PCH vs -save-temps, ICE while GCing)Alexandre Oliva1-3/+5
2006-05-31re PR c++/27808 (ICE with invalid friend declaration)Mark Mitchell1-3/+11
2006-05-28decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-19re PR c++/26433 (Syntax error using __FUNCTION__ in catch handler)Mark Mitchell1-2/+3
2006-05-17re PR c++/26122 (Pure specifiers for templates causing trouble)Mark Mitchell1-6/+19
2006-05-17re PR c++/26068 (extern "C" static function should not be allowed)Mark Mitchell1-35/+49
2006-05-17re PR middle-end/27415 (Iteration var in firstprivate or reduction clauses no...Jakub Jelinek1-1/+4
2006-05-16re PR c++/27339 (out-of-class definition of value template parameter with pri...Mark Mitchell1-8/+59
2006-05-04re PR c++/27359 (ICE with missing initialization of iteration variable in par...Jakub Jelinek1-4/+3
2006-04-30re PR c++/27094 (tree check: expected tree_list, have omp_return in build_call)Mark Mitchell1-0/+7