aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth1-1/+3
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle1-67/+39
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-3/+5
2002-06-20c-common.c (c_common_get_alias_set): Correctly handle characters.Richard Henderson1-14/+10
2002-06-18simd-1.c: New.Aldy Hernandez1-33/+50
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson1-0/+3
2002-06-11c-common.c (builtin_define_type_max): New.Richard Henderson1-0/+62
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-37/+3
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-0/+4
2002-05-31* c-common.c (builtin_define_std): Correct logic.Neil Booth1-4/+7
2002-05-30c-common.c (c_common_attribute_table): Add "may_alias" entry.Osku Salerma1-0/+5
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-05-27c-common.c: Add support for __attribute__((nothrow)) to specify that a functi...Roger Sayle1-0/+27
2002-05-27c-common.c (c_common_init): Always use intmax_t.Neil Booth1-4/+1
2002-05-27* c-common.c (c_common_init): Use intmax_t for now.Neil Booth1-1/+1
2002-05-27c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth1-0/+4
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-3/+8
2002-05-23c-common.c (warn_nonnull): Declare.Jason Thorpe1-0/+293
2002-05-22* c-common.c (cb_register_builtins): Don't indent '#' of #define.J"orn Rennecke1-1/+1
2002-05-22re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth1-0/+4
2002-05-21c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg1-9/+7
2002-05-19c-common.c (preprocessing_asm): New macro.Neil Booth1-4/+5
2002-05-18c-common.c (c_common_post_options): Warn if -Wformat-zero-length is used with...Jason Thorpe1-0/+2
2002-05-17c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth1-2/+4
2002-05-16c-common.c (cb_register_builtins): Handle more built-ins here rather than in ...Neil Booth1-0/+17
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg1-14/+35
2002-05-15c-parse.in (MODIFIED_WCHAR_TYPE): New macro.Zack Weinberg1-8/+35
2002-05-13Makefile.in (c-common.o, cppinit.o): Update.Neil Booth1-3/+7
2002-05-09Makefile.in: Update.Neil Booth1-0/+81
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-0/+9
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-0/+6
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-0/+8
2002-04-29Initial P4 SSE2 builtin supportBernd Schmidt1-0/+4
2002-04-26c-common.c (fix_string_type): Split out of ...Richard Henderson1-96/+113
2002-04-25re PR c/2098 (compare with unsigned variable - no error reporting)Richard Henderson1-12/+1
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-17/+1151
2002-04-19builtins.c: Include langhooks.h.Neil Booth1-30/+0
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-1/+7
2002-04-10c-decl.c (c_init_decl_processing): Move generation of decls for g77_integer_t...Toon Moene1-0/+53
2002-04-06toplev.c (flag_no_inline, [...]): Default to 2.Jason Merrill1-3/+0
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-14/+15
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-27/+35
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-2/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-6/+7
2002-03-27c-common.c (c_expand_expr): Fix prototype.Neil Booth1-1/+1
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-0/+10
2002-03-21langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i...Aldy Hernandez1-0/+3
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-28/+47
2002-03-21re PR c/5354 (function call with two statement expressions yields incorrect r...Eric Botcazou1-1/+14
2002-03-20Makefile.in: Update.Neil Booth1-1/+2