aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-16re PR c++/10926 (ICE in build_delete when trying to declare template destructor)Mark Mitchell1-6/+12
2003-12-16re PR c++/13269 (compiler hangs on invalid code)Mark Mitchell1-1/+2
2003-12-15re PR c++/13243 (Segfault on illegal template construct)Mark Mitchell1-25/+60
2003-12-15re PR c++/10779 (Error cascade for unknown type in function prototype)Mark Mitchell1-286/+265
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-06re PR c++/13305 (Parser error with 'class __attribute__((dllimport)) Foo;' t...Mark Mitchell1-1/+14
2003-12-06re PR c++/13314 (ICE when omitting template parameter of a sub-class)Mark Mitchell1-2/+7
2003-12-05re PR c++/13166 ([DR136] not implemented)Kriang Lerdsuwanakij1-2/+2
2003-12-04re PR c++/9127 (Confusing diagnostic on specialization not introduced by "tem...Mark Mitchell1-4/+31
2003-12-03re PR c++/10771 (Unreadable error message for illegal specialization)Mark Mitchell1-11/+59
2003-12-02name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.Richard Henderson1-4/+4
2003-12-01re PR c++/9849 (Missing keyword 'template' produces ICE with no diagnostic on...Mark Mitchell1-85/+218
2003-11-21parser.c (cp_parser_postfix_expression): Initialize 's' to NULL_TREE.Jan Hubicka1-1/+1
2003-11-14re PR c++/12762 (Much worse error message when using a typedef with a templat...Mark Mitchell1-31/+64
2003-11-12decl.c (finish_case_label): Do not check that we are within a switch statemen...Mark Mitchell1-7/+54
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-1/+4
2003-10-24re PR c++/11076 (ICE with invalid base class)Kriang Lerdsuwanakij1-1/+2
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-9/+9
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-7/+7
2003-09-30Convert to ISO C90 prototypes.Kelley Cook1-1/+1
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis1-3/+2
2003-09-27re PR c++/11415 (Error message with ::::)Kriang Lerdsuwanakij1-0/+4
2003-09-25re PR c++/5655 (Member redeclared within its class definition with a differen...Kriang Lerdsuwanakij1-1/+27
2003-09-20re PR c++/157 (Duplicate error message for invalid elaborated type specifier)Kriang Lerdsuwanakij1-0/+22
2003-09-14alias.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-09-06re PR c++/12167 (ICE on default argument of class member function if non-simple)Nathan Sidwell1-0/+11
2003-09-04cp-tree.h (finish_sizeof, [...]): Remove.Nathan Sidwell1-17/+6
2003-09-02re PR c++/11553 (g++ accepts duplicate 'friend')Scott Brumbaugh1-1/+4
2003-09-02re PR c++/11808 (Wrong namespace lookup for template function when induced by...Mark Mitchell1-4/+11
2003-08-27parser.c (struct cp_token): Use enum bitfields.Dan Nicolaescu1-8/+9
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij1-2/+4
2003-08-21re PR c++/11551 (g++ accepts typedef as destructor name)Mark Mitchell1-34/+70
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-10/+43
2003-08-18re PR c++/11957 (wrong "warning: statement has no effect")Nathan Sidwell1-1/+1
2003-08-12re PR c++/11703 (Problem with using enum in placement delete)Mark Mitchell1-50/+110
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell1-14/+33
2003-08-07re PR c++/5767 (ICE with forwarding template template parameters)Kriang Lerdsuwanakij1-0/+3
2003-08-01PR c++/8442, c++/8806Kriang Lerdsuwanakij1-2/+4
2003-08-01parser.c (cp_parser_init_declarator, [...]): Reformat.Nathan Sidwell1-11/+5
2003-08-01re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...Nathan Sidwell1-36/+47
2003-08-01re PR c++/11525 (ICE/segfault on C++ code)Nathan Sidwell1-5/+0
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-1/+1
2003-07-29re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-12/+13
2003-07-29re PR c++/11530 ([unit-at-a-time] inline static function not emitted with -O3)Mark Mitchell1-4/+0
2003-07-28cp-tree.h (begin_compound_stmt): No scope arg is a bool.Nathan Sidwell1-6/+6
2003-07-27parser.c (cp_parser_type_parameter): Reformat.Nathan Sidwell1-7/+9
2003-07-23parser.c (cp_parser_nested_name_specifier): Reset scope on failure.Nathan Sidwell1-1/+5
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-11/+0
2003-07-19fixfixes.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-18/+14
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell1-82/+122