summaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
Commit message (Expand)AuthorAgeFilesLines
* c-parser.c: New file.Joseph Myers2005-02-251-3588/+0
* * c-parse.in (asm_string): Add trailing semicolon.Joseph Myers2005-01-051-0/+1
* c-parse.in (asm_string): New.Joseph Myers2005-01-051-12/+25
* re PR c/18596 (ICE in make_decl_rtl)James A. Morrison2004-12-211-6/+20
* builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers2004-11-091-1/+1
* c-parse.in (datadef): Use pedwarn rather than error and warning for diagnosti...Joseph Myers2004-10-261-5/+1
* re PR c/18162 (c-parse.y:1409.17: parse error, unexpected ":", expecting ";" ...Andrew Pinski2004-10-261-0/+1
* c-common.h: Remove RID_ID.Ziemowit Laski2004-10-251-25/+3
* re PR c/16667 (GCC allows invalid syntax in C99 designated initializers)Joseph Myers2004-10-251-2/+5
* c-parse.in (reservedwords): Add OBJC_TYPE_QUAL as alternative.Ziemowit Laski2004-10-181-1/+1
* c-common.c (enum rid): Remove RID_PTRBASE, RID_PTREXTENT and RID_PTRVALUE.Joseph Myers2004-10-171-10/+0
* re PR c/17023 (ICE with nested functions in parameter declaration)Richard Henderson2004-10-141-1/+1
* c-tree.h (enum c_typespec_kind, [...]): New.Joseph Myers2004-10-141-35/+55
* re PR c/17189 (bogus warning for struct Foo { int; };)Joseph Myers2004-10-101-3/+0
* pretty-print.c: Include tree.h.Zack Weinberg2004-10-061-1/+17
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-15/+15
* re PR c/16409 (ICE in size_binop, at fold-const.c)Joseph Myers2004-09-281-0/+5
* c-tree.h (enum c_typespec_keyword): New.Joseph Myers2004-09-171-5/+6
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2004-09-171-1/+1
* c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers2004-09-131-9/+9
* re PR c/16046 (ICE tree check: expected tree_list, have identifier_node in de...Eric Christopher2004-09-111-4/+4
* re PR c/8420 (volatile after the type specifier for an unnamed structure is r...Joseph Myers2004-09-091-250/+140
* c-tree.h (enum c_declarator_kind, [...]): New.Joseph Myers2004-09-091-28/+60
* c-tree.h (C_DECL_USED, [...]): New.Joseph Myers2004-09-091-13/+29
* Makefile.in (c-parse.o): Depend on $(C_COMMON_H).Ziemowit Laski2004-09-081-198/+113
* c-parse.in (primary): Call objc_build_message_expr()...Ziemowit Laski2004-09-021-12/+13
* c-common.h (lookup_interface): Remove prototype.Ziemowit Laski2004-09-011-3/+2
* c-parse.in (parmlist_or_identifiers_1): Remove unreachable and redundant code.Joseph Myers2004-08-301-7/+1
* c-typeck.c (build_offsetof): Remove.Richard Henderson2004-08-261-8/+16
* c-parse.in (OBJC_TYPE_QUAL): New %token for ObjC use.Ziemowit Laski2004-08-261-0/+4
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-2/+2
* c-decl.c (set_array_declarator_type): Rename to set_array_declarator_inner.Joseph Myers2004-08-211-43/+35
* c-decl.c (build_array_declarator, [...]): Change boolean parameters to type b...Joseph Myers2004-08-211-15/+15
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-1/+2
* bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti2004-07-251-1/+1
* re PR c/11250 (-pedantic accepts `char a[] = ("x");')Joseph Myers2004-07-221-8/+13
* c-tree.h (struct c_expr): Define.Joseph Myers2004-07-191-109/+144
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-4/+4
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-3/+3
* c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson2004-06-241-172/+163
* c-common.def (RETURN_STMT): Remove.Richard Henderson2004-06-211-2/+2
* c-common.c (verify_sequence_points): Export.Richard Henderson2004-06-211-2/+2
* objc-act.h (get_object_reference): Rename to get_protocol_reference.David Ayers2004-06-211-2/+2
* c-common.h (add_decl_stmt): Move to cp-tree.h.Richard Henderson2004-06-201-3/+3
* c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2004-06-171-83/+61
* * c-parse.in: Unify Objective-C token names.David Ayers2004-06-171-33/+34
* c-common.h (c_begin_if_stmt, [...]): Remove decls.Richard Henderson2004-06-161-1/+1
* c-parse.in (if_stmt_locus): Remove.Richard Henderson2004-06-161-45/+17
* c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson2004-06-161-3/+3
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-120/+57