aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.in
AgeCommit message (Expand)AuthorFilesLines
2000-08-23* c-parse.in (unop +): Restrict -Wtraditional warnings to user code.Kaveh R. Ghazi1-1/+1
2000-08-11c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for unprototyped fu...Kaveh R. Ghazi1-1/+8
2000-08-09c-common.c (combine_strings, [...]): Refer to ISO C or ISO C89 instead of ANS...Joseph Myers1-19/+19
2000-08-07Changed the language string for Objective-C to "GNU Objective-C".Ovidiu Predescu1-1/+1
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-3/+3
2000-07-31c-parse.in (extdefs): Call ggc_collect between external definitions.Geoff Keating1-1/+1
2000-07-27c-parse.in (string): For -Wtraditional, warn about string concatenation only ...Kaveh R. Ghazi1-3/+14
2000-07-12c-decl.c (define_label): Warn about identifier conflicts with labels in tradi...Kaveh R. Ghazi1-1/+6
2000-07-12Warning fixes:Kaveh R. Ghazi1-2/+2
2000-07-10c-common.h (build_stmt): Declare.Benjamin Chelf1-85/+24
2000-06-19c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.Zack Weinberg1-166/+3
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell1-2/+1
2000-05-09top level:Zack Weinberg1-2/+2
2000-04-12objc-act.c: Include ggc.h.Jakub Jelinek1-1/+8
2000-03-30c-parse.in (cast_expr): Move change from March 21 into c-parse.in since it is...Jeffrey A Law1-1/+1
2000-03-20c-parse.in (SAVE_WARN_FLAGS): Use size_int.Martin v. Löwis1-2/+2
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-1/+1
2000-03-14c-lex.h (enum rid): Add RID_BOUNDED & RID_UNBOUNDED.Greg McGary1-0/+1
2000-02-25Copyright fixesJeff Law1-1/+2
2000-01-30c-parse.in: Apply Ulrich's changes from c-parse.y.Zack Weinberg1-6/+6
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-118/+46
2000-01-18c-parse.in (SAVE_WARN_FLAGS): Create an INTEGER_CST.Martin v. Löwis1-5/+5
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-2/+2
1999-12-17c-parse.in (string action): Do not warn about ANSI string concatenation in sy...Zack Weinberg1-1/+1
1999-12-10c-parse.in (string): With -Wtraditional, warn if ANSI string concatenation is...Kaveh R. Ghazi1-1/+6
1999-10-26c-parse.in (cast_expr): Constify.Kaveh R. Ghazi1-1/+1
1999-10-15c-parse.in (component_decl): Support anonymous struct/union.Alastair J. Houghton1-8/+17
1999-09-22c-parse.in: save and restore warn_pointer_arith on __extension__ along with p...Jim Kingdon1-6/+18
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+0
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-1/+12
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-6/+12
1999-09-02c-parse.in (compstmt_primary_start): New, broken out of first part of compstm...Richard Henderson1-50/+44
1999-08-31c-parse.in (language_string): Constify.Kaveh R. Ghazi1-2/+2
1999-08-04c-lex.c: Sync with C++ frontend.Jason Merrill1-0/+3
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-1/+3
1999-04-26c-parse.in (absdcl1): Allow attributes in explicit typespecs.Mumit Khan1-1/+3
1999-04-22c-parse.in (expr_no_commas): Verify we've an expr before calling C_SET_EXP_OR...Richard Henderson1-4/+14
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-04c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL.Kaveh R. Ghazi1-2/+5
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-17/+40
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-1/+1
1998-07-06c-parse.in (struct_head, [...]): New nonterminals.Jason Merrill1-15/+37
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-2/+8
1998-04-06More system.h cutover patches:Kaveh R. Ghazi1-8/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-1/+1
1998-03-23c-parse.in: Recognize protocol qualifiers in class definitions for objc.H.J. Lu1-3/+10
1998-03-01c-parse.in (undeclared variable error): Tweak error message to be clearer.Jeffrey A Law1-18/+25
1997-03-17(expr_no_commas): Do not store temporary skip_evaluation increments on yacc v...Richard Kenner1-15/+11
1997-01-07xJason Merrill1-6/+16