aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
AgeCommit message (Expand)Author
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata
2002-09-23c-common.h (flag_abi_version): Fix typo in comment.Mark Mitchell
2002-09-23c-common.c (flag_abi_version): New variable.Mark Mitchell
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata
2002-08-27c-common.c (warn_abi): New variable.Mark Mitchell
2002-08-27Added -Wundeclared-selector ObjC command line optionNicola Pero
2002-08-22c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill
2002-08-15c-tree.h (skip_evaluation): Move declaration...Alexandre Oliva
2002-08-14Makefile.in (LOOSE_WARN): Add -fno-common.Richard Henderson
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth
2002-08-11c-common.h (enum c_language_kind): Emphasize that clk_c is 0.Neil Booth
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth
2002-07-26c-common.h (RID_AND, [...]): Remove.Neil Booth
2002-07-26c-dump.c: Resurrect.Jason Merrill
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis
2002-07-23Fix PR/7363:Gabriel Dos Reis
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth
2002-05-23c-common.c (warn_nonnull): Declare.Jason Thorpe
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe
2002-05-09Makefile.in: Update.Neil Booth
2002-05-06c-common.c (warn_multichar): New.Neil Booth
2002-04-26c-parse.in (malloced_yyss, [...]): New.Richard Henderson
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth
2002-04-19builtins.c: Include langhooks.h.Neil Booth
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth
2002-03-24Removal of separate preprocessor cpp0.Neil Booth
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth
2002-03-15c-common.c (statement_code_p): Handle CLEANUP_STMT.Mark Mitchell
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg
2002-02-21re PR c++/4401 (Array subscript evaluation sometimes wrong for 64-bit archit...Jakub Jelinek