aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-1/+1
2008-03-01parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Note that auto is e...Douglas Gregor1-2/+40
2008-02-29parser.c (cp_parser_nonclass_name): New.Manuel López-Ibáñez1-35/+55
2008-02-29toplev.c (input_file_stack, [...]): Remove.Tom Tromey1-5/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-8/+1
2008-02-25re PR c++/33486 (namespace association doesn't handle parallel namespaces)Jason Merrill1-0/+28
2008-02-19re PR c++/35078 (ICE with reference in parallel for loop)Jakub Jelinek1-2/+5
2008-02-13re PR c++/35138 (g++ rejects valid code)Jakub Jelinek1-12/+14
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-3/+3
2008-01-15parser.c (cp_parser_template_parameter): Fix C90 issue with mixing declaratio...Andreas Tobler1-2/+3
2008-01-15re PR c++/34751 (ICE with pointer to member and variadic templates)Douglas Gregor1-39/+94
2008-01-15re PR c++/34051 (ICE in dependent_type_p with variadic templates)Douglas Gregor1-6/+14
2008-01-02c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when in C++0x mode.Douglas Gregor1-2/+3
2007-12-19re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek1-1/+1
2007-12-17re PR c/34506 (gcc disallows comma between C/C++ OpenMP clauses)Jakub Jelinek1-1/+8
2007-12-05re PR c++/34271 (ICE in invalid initialization of static template member)Jakub Jelinek1-2/+5
2007-11-29re PR c++/34267 (ICE applying __decltype to name of template class)Jakub Jelinek1-1/+3
2007-11-20re PR c++/34089 (Segfault on specialization using struct instead of template ...Jakub Jelinek1-2/+12
2007-11-07re PR c++/33045 ([c++0x] Incorrect decltype result for function calls.)Douglas Gregor1-1/+1
2007-11-06re PR c++/31439 (ICE with variadic template and broken specialization)Douglas Gregor1-1/+1
2007-11-05re PR c++/33836 (ICE with invalid use of &&)Jakub Jelinek1-1/+6
2007-11-02re PR c++/33516 (Rejects typedef qualified name-lookup)Jakub Jelinek1-1/+9
2007-11-01re PR c++/32384 (Pseudo-dtor in template class rejected)Jakub Jelinek1-3/+10
2007-10-26re PR c++/33839 (ICE with decltype)Douglas Gregor1-9/+11
2007-10-26re PR c++/33744 (function-style cast and '>' not allowed in template argument)Jakub Jelinek1-1/+15
2007-10-24comment typoJason Merrill1-1/+1
2007-10-12re PR c++/32121 (C++ front-end accepts invalid __label__ declarations)Jakub Jelinek1-5/+20
2007-10-04re PR c++/32470 (fvisibility=hidden without effect in some cases)Jason Merrill1-1/+11
2007-09-13c-common.c (fname_as_string): Update.Tom Tromey1-7/+6
2007-09-05PR c++/29731 (again)Paolo Carlini1-2/+4
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-31re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini1-2/+8
2007-08-17re PR c++/32870 (Unclear error message when declaring struct in wrong namespace)Paolo Carlini1-2/+6
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-2/+2
2007-08-05revert: parser.c (cp_parser_member_declaration): Pedwarn about stray semicolo...Volker Reichelt1-5/+1
2007-08-02re PR c++/30849 (ICE with invalid asm statement)Lee Millward1-14/+32
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-6/+5
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-6/+6
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-4/+197
2007-07-25cselib.c (entry_and_rtx_equal_p): Constify.Kaveh R. Ghazi1-6/+6
2007-07-22re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell1-4/+4
2007-07-11re PR c++/32560 (ICE on invalid declaration in template)Paolo Carlini1-0/+3
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-1/+13
2007-07-04re PR c++/31743 (ICE with invalid use of new)Dave Brolley1-5/+0
2007-07-02parser.c (cp_parser_elaborated_type_specifier): Added a warning for inner-sty...Simon Baldwin1-0/+17
2007-07-01name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.Ollie Wild1-1/+7
2007-06-18re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...Simon Baldwin1-8/+25
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-12/+14
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-44/+54
2007-05-25re PR c++/31745 (ICE on invalid use of namespace)Simon Martin1-10/+10