aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
AgeCommit message (Expand)Author
2001-06-05 * c-tree.h (lang_decl): Add pending_sizes fields.mmitchel
2000-12-20 * c-typeck.c (build_asm_stmt): New, broken out from ...rth
2000-12-18 * c-common.c (STD_C9L, ADJ_STD): Define.jsm28
2000-11-21 * cp/parse.y (yyparse_1): Rename the parser entry point.rth
2000-11-18 * c-decl.c (check_for_loop_decls): New function.jsm28
2000-11-10 * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.mmitchel
2000-10-17Improved sequence point warningsbernds
2000-10-11 * c-typeck.c (check_modify_expr): New function.jsm28
2000-10-06 * c-decl.c (warn_missing_noreturn): Remove.rth
2000-09-17 * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel
2000-09-10 * c-common.h (add_stmt): Change prototype.mmitchel
2000-09-07Integrated preprocessor.zack
2000-08-25 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.mmitchel
2000-08-21 * c-tree.h (flag_hosted): Move declaration from here...jsm28
2000-08-04 * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack
2000-08-02 * c-common.h: Prototype min_precision and c_build_qualified_type here...zack
2000-07-31 * c-decl.c (mesg_implicit_function_declaration): Init to -1.zack
2000-07-022000-07-01 Benjamin Chelf <chelf@codesourcery.com>chelf
2000-06-30 * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.mmitchel
2000-06-262000-06-26 Joseph S. Myers <jsm28@cam.ac.uk>rth
2000-06-19 * c-parse.in (undeclared_variable_notice): Moved to c-typeck.c.zack
2000-06-06 * c-common.h (c_language_kind): New type.mmitchel
2000-05-09top level:zack
2000-03-17 * Clean up usages of TREE_INT_CST_LOW.kenner
2000-02-26Copyright fixeslaw
2000-01-29Adjust variable names, comments, help strings to c99.drepper
2000-01-25 * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c,zack
2000-01-12 * c-common.c: PROTO -> PARAMS.ghazi
1999-09-30 * c-tree.h (warn_float_equal): Declare.law
1999-09-08 * c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.rth
1999-09-06 * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.mmitchel
1999-09-05 * c-decl.c (struct language_function): Renamed from struct c_function.mmitchel
1999-07-31 * c-typeck.c (initializer_constant_valid_p): Move ...rth
1999-07-20 * c-common.h: New file.crux
1999-07-02For gcc:gavin
1999-02-18 * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.ghazi
1999-01-31hzack
1999-01-27Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw
1999-01-06Copyright fixes.law
1998-10-21 * invoke.texi: Document -flang-isoc9x.mmitchel
1998-10-20New warning, `missing-noreturn':ghazi
1998-10-08 * c-common.c (type_for_mode): Only return TItype nodes whenlaw
1998-09-10* c-tree.h (warn_long_long): Declare it.rth
1998-08-24 * c-common.c (combine_strings): Also set TREE_READONLY.jason
1998-07-06 * c-decl.c: Add warn_multichar.law
1998-06-25 * invoke.texi (-fstrict-aliasing): Document.mmitchel
1998-06-19 * c-tree.h (comptypes_record_hook): Removed.law
1998-06-10 Integrate cpplib into the C and C++ front ends.brolley
1998-05-21Thu May 21 11:51:15 1998 Dave Brolley <brolley@cygnus.com>brolley
1998-05-13Warning fixes:ghazi