aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-16c-common.c (cb_register_builds): Define __NEXT_RUNTIME__ for ObjC with -fnext...Stan Shebs1-0/+4
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth1-57/+1
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth1-12/+1
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-0/+3
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-68/+0
2002-08-06c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL tha...Jason Merrill1-3/+18
2002-08-06Mark __func__ with line number 0, to avoid confusing debuggers.Dale Johannesen1-0/+8
2002-08-02c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg1-2/+3
2002-08-02c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.Franz Sirl1-1/+4
2002-08-01* c-common.c (__GXX_ABI_VERSION): Correct spelling.Neil Booth1-1/+1
2002-08-01c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.Benjamin Kosnik1-1/+1
2002-08-01c-common.c (cb_register_builtins): Set __FINITE_MATH_ONLY__ to 1 if -ffinite-...Toon Moene1-1/+3
2002-08-01c-common.c (cb_register_builtins): If C++, define __EXCEPTIONS, __DEPRECATED ...Neil Booth1-0/+5
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth1-0/+393
2002-07-30flags.h: Declare flag_finite_math_only.Toon Moene1-0/+2
2002-07-28Makefile.in: rtlanal.o now depends upon real.h.Roger Sayle1-0/+2
2002-07-25c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis1-5/+10
2002-07-23Fix PR/7363:Gabriel Dos Reis1-20/+45
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