aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-10-26c-parse.in (datadef): Use pedwarn rather than error and warning for diagnosti...Joseph Myers1-5/+1
2004-10-26re PR c/18162 (c-parse.y:1409.17: parse error, unexpected ":", expecting ";" ...Andrew Pinski1-0/+1
2004-10-25c-common.h: Remove RID_ID.Ziemowit Laski1-25/+3
2004-10-25re PR c/16667 (GCC allows invalid syntax in C99 designated initializers)Joseph Myers1-2/+5
2004-10-18c-parse.in (reservedwords): Add OBJC_TYPE_QUAL as alternative.Ziemowit Laski1-1/+1
2004-10-17c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE.Joseph Myers1-10/+0
2004-10-14re PR c/17023 (ICE with nested functions in parameter declaration)Richard Henderson1-1/+1
2004-10-14c-tree.h (enum c_typespec_kind, [...]): New.Joseph Myers1-35/+55
2004-10-10re PR c/17189 (bogus warning for struct Foo { int; };)Joseph Myers1-3/+0
2004-10-06pretty-print.c: Include tree.h.Zack Weinberg1-1/+17
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-15/+15
2004-09-28re PR c/16409 (ICE in size_binop, at fold-const.c)Joseph Myers1-0/+5
2004-09-17c-tree.h (enum c_typespec_keyword): New.Joseph Myers1-5/+6
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-9/+9
2004-09-11re PR c/16046 (ICE tree check: expected tree_list, have identifier_node in de...Eric Christopher1-4/+4
2004-09-09re PR c/8420 (volatile after the type specifier for an unnamed structure is r...Joseph Myers1-250/+140
2004-09-09c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers1-28/+60
2004-09-09c-tree.h (C_DECL_USED, [...]): New.Joseph Myers1-13/+29
2004-09-08Makefile.in (c-parse.o): Depend on $(C_COMMON_H).Ziemowit Laski1-198/+113
2004-09-02c-parse.in (primary): Call objc_build_message_expr()...Ziemowit Laski1-12/+13
2004-09-01c-common.h (lookup_interface): Remove prototype.Ziemowit Laski1-3/+2
2004-08-30c-parse.in (parmlist_or_identifiers_1): Remove unreachable and redundant code.Joseph Myers1-7/+1
2004-08-26c-typeck.c (build_offsetof): Remove.Richard Henderson1-8/+16
2004-08-26c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.Ziemowit Laski1-0/+4
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-2/+2
2004-08-21c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner.Joseph Myers1-43/+35
2004-08-21c-decl.c (build_array_declarator, [...]): Change boolean parameters to type b...Joseph Myers1-15/+15
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-1/+2
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-1/+1
2004-07-22re PR c/11250 (-pedantic accepts `char a[] = ("x");')Joseph Myers1-8/+13
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers1-109/+144
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-4/+4
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-3/+3
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson1-172/+163
2004-06-21c-common.def (RETURN_STMT): Remove.Richard Henderson1-2/+2
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-2/+2
2004-06-21objc-act.h (get_object_reference): Rename to get_protocol_reference.David Ayers1-2/+2
2004-06-20c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson1-3/+3
2004-06-17c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson1-83/+61
2004-06-17* c-parse.in: Unify Objective-C token names.David Ayers1-33/+34
2004-06-16c-common.h (c_begin_if_stmt, [...]): Remove decls.Richard Henderson1-1/+1
2004-06-16c-parse.in (if_stmt_locus): Remove.Richard Henderson1-45/+17
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-3/+3
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-120/+57
2004-06-15c-pragma.h (c_lex_string_translate): Change type to int.Alexandre Oliva1-2/+2
2004-06-13c-typeck.c (comptypes, [...]): Remove flags parameter.Joseph Myers1-1/+1
2004-06-07re PR c/14765 (ice-on-invalid-code, ICE while compiling ({}) expression)Joseph Myers1-0/+1
2004-06-01c-parse.in (OFFSETOF, [...]): New.Richard Henderson1-20/+34