summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (cpp_define_data_format): Remove.Richard Henderson2002-09-231-50/+0
* c-common.c (flag_abi_version): New variable.Mark Mitchell2002-09-231-0/+15
* c-common.c (preprocessing_trad_p): Define.John David Anglin2002-09-221-0/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-8/+8
* c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__...Richard Henderson2002-09-211-54/+1
* c-common.c (builtin_define_float_constants): Use real_format to get the float...Richard Henderson2002-09-211-153/+39
* machmode.def (V1DImode): New mode.Nick Clifton2002-09-171-0/+2
* c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.Richard Henderson2002-09-161-0/+7
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-3/+3
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-2/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-2/+2
* c-common.c (builtin_define_with_hex_fp_value): New.Richard Henderson2002-09-041-29/+64
* Makefile.in (USER_H): Add ginclude/float.h.Richard Henderson2002-09-031-2/+302
* c-common.c (builtin_define_type_precision): New function.Gabriel Dos Reis2002-08-281-6/+26
* c-common.c (warn_abi): New variable.Mark Mitchell2002-08-271-0/+5
* Added -Wundeclared-selector ObjC command line optionNicola Pero2002-08-271-1/+9
* c-common.c (cpp_define_data_format): New function.Gabriel Dos Reis2002-08-271-0/+93
* c-common.c (cb_register_builds): Define __NEXT_RUNTIME__ for ObjC with -fnext...Stan Shebs2002-08-161-0/+4
* c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth2002-08-121-57/+1
* c-common.c (c_common_init): Call preprocess_file instead.Neil Booth2002-08-111-12/+1
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-101-0/+3
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-071-68/+0
* c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL tha...Jason Merrill2002-08-061-3/+18
* Mark __func__ with line number 0, to avoid confusing debuggers.Dale Johannesen2002-08-061-0/+8
* c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg2002-08-021-2/+3
* c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.Franz Sirl2002-08-021-1/+4
* * c-common.c (__GXX_ABI_VERSION): Correct spelling.Neil Booth2002-08-011-1/+1
* c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.Benjamin Kosnik2002-08-011-1/+1
* c-common.c (cb_register_builtins): Set __FINITE_MATH_ONLY__ to 1 if -ffinite-...Toon Moene2002-08-011-1/+3
* c-common.c (cb_register_builtins): If C++, define __EXCEPTIONS, __DEPRECATED ...Neil Booth2002-08-011-0/+5
* c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth2002-08-011-0/+393
* flags.h: Declare flag_finite_math_only.Toon Moene2002-07-301-0/+2
* Makefile.in: rtlanal.o now depends upon real.h.Roger Sayle2002-07-281-0/+2
* c-common.c (c_sizeof_or_alignof_type): Take a third argument for complaining.Gabriel Dos Reis2002-07-251-5/+10
* Fix PR/7363:Gabriel Dos Reis2002-07-231-20/+45
* c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth2002-07-071-1/+3
* re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle2002-07-061-67/+39
* tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2002-07-011-3/+5
* c-common.c (c_common_get_alias_set): Correctly handle characters.Richard Henderson2002-06-201-14/+10
* simd-1.c: New.Aldy Hernandez2002-06-181-33/+50
* c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson2002-06-161-0/+3
* c-common.c (builtin_define_type_max): New.Richard Henderson2002-06-111-0/+62
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-37/+3
* c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth2002-06-021-0/+4
* * c-common.c (builtin_define_std): Correct logic.Neil Booth2002-05-311-4/+7
* c-common.c (c_common_attribute_table): Add "may_alias" entry.Osku Salerma2002-05-301-0/+5
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* c-common.c: Add support for __attribute__((nothrow)) to specify that a functi...Roger Sayle2002-05-271-0/+27
* c-common.c (c_common_init): Always use intmax_t.Neil Booth2002-05-271-4/+1