aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
2004-02-27target-supports.exp (check-iconv-available): New function.Eric Christopher1-10/+27
2004-02-12dbxout.c: Move declaration of dbxout_type_decl outside #ifdef DBX_DEBUGGING_I...Zack Weinberg1-1/+1
2004-02-12c-parse.in (maybe_type_qual): Delete.Zack Weinberg1-45/+67
2004-02-08README.Portability: Change "ISO C89" to "ISO C90".Joseph Myers1-2/+2
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-7/+0
2004-02-03re PR c/11658 (Wrong error message)Paolo Bonzini1-11/+11
2004-01-26c-parse.in (extension): Use itype.Richard Henderson1-9/+8
2004-01-22function.c (allocate_struct_function): Do not initialize expr, emit and varasm.Jan Hubicka1-3/+2
2004-01-14c-parse.in (stmts_and_decls): Make label at end of compound statement a hard ...Joseph Myers1-3/+3
2003-12-16re PR c++/13275 (Implementation of offsetof macro)Mark Mitchell1-0/+1
2003-12-15re PR c++/10779 (Error cascade for unknown type in function prototype)Mark Mitchell1-22/+1
2003-12-03c-parse.in (c_in_iteration_stmt, [...]): Move from here...Eric Christopher1-3/+0
2003-11-29re PR c/10333 (typeof (bitfield) is accepted but doesn't work)Joseph Myers1-1/+5
2003-11-24re PR c/13014 (if shortcut misses required diagnostics)Eric Christopher1-20/+43
2003-10-24re PR c/11943 (Accepts invalid declaration "int x[2, 3];" in C99 mode)Joseph Myers1-3/+3
2003-10-15c-parse.in (methoddef, [...]): Call objc_add_method() instead of add_method().Ziemowit Laski1-2/+6
2003-10-02/tmp/cvs001644Kelley Cook1-1/+4
2003-09-25cp-parse.in (objc_try_stmt): Do not specify a %type.Ziemowit Laski1-1/+1
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-160/+142
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-5/+5
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-5/+5
2003-09-15invoke.texi (Warning Options): Describe -Wold-style-definition.Andreas Jaeger1-0/+7
2003-09-03Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka1-5/+5
2003-08-01c-decl.c (gettags, [...]): Delete.Zack Weinberg1-1/+1
2003-07-29c-decl.c (last_function_parm_vars, [...]): New static variables.Zack Weinberg1-11/+1
2003-07-28c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson1-2/+5
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill1-10/+10
2003-07-19* c-decl.c (named_labels, shadowed_labels, label_level_chain)Zack Weinberg1-5/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+5
2003-07-18c-decl.c (pushdecl_function_level): Make static, return nothing.Zack Weinberg1-2/+2
2003-07-17c-decl.c: Fix typos in several comments.Zack Weinberg1-3/+3
2003-07-11Index: ChangeLogGeoffrey Keating1-13/+18
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-2/+2
2003-07-06basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger1-18/+14
2003-07-06Makfile.in: Remove traces of mbchar.Neil Booth1-4/+0
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-119/+19
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell1-1/+1
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-1/+1
2003-06-28* c-parse.in (yylexstring): Use a location_t.Nathan Sidwell1-6/+5
2003-06-28c-parse.in (%union): Replace filename & lineno with location.Nathan Sidwell1-39/+27
2003-06-27c-tree.h (grokfield): Remove unused filename and line parameters.Nathan Sidwell1-22/+26
2003-05-21c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.Nathan Sidwell1-28/+30
2003-05-21c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell1-6/+0
2003-05-11re PR c/10675 (Compile time increases quadratically with struct size)Richard Henderson1-14/+26
2003-05-09c-parse.in (if_stmt_locus): New object.Gabriel Dos Reis1-7/+7
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-7/+8
2003-01-28* c-parse.in: Remove '%expect 32' directive in objc modeGabriel Dos Reis1-3/+0
2003-01-10Merge from pch-branch.Geoffrey Keating1-4/+2
2002-12-28c-parse.in (yyprint): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX for correct format.Andreas Jaeger1-24/+10
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2