aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)Author
2003-06-07* c-common.c (cb_register_builtins): Define __EXCEPTIONS for C also.Richard Henderson
2003-06-04c-common.c (handle_cleanup_attribute): New.Richard Henderson
2003-03-09re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin
2003-03-04re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype)Roger Sayle
2003-02-18* c-common.c (handle_used_attribute): Accept static data too.Richard Henderson
2002-12-11c-common.c (builtin_define_type_max): Handle unsigned types too.Neil Booth
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell
2002-11-26c-common.c (handle_visibility_attribute): Accept "default".Richard Henderson
2002-10-31c-common.c: Add GTY to vector_type_node_list.Aldy Hernandez
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson
2002-10-14c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke
2002-10-09c-common.c (cb_register_builtins): Define __WCHAR_MAX__.Gabriel Dos Reis
2002-10-05* c-common.c (cb_register_builtins): Use really_no_inline.Jan Hubicka
2002-09-27extend.texi (tls_model): Document.Jakub Jelinek
2002-09-23c-common.c (cpp_define_data_format): Remove.Richard Henderson
2002-09-23c-common.c (flag_abi_version): New variable.Mark Mitchell
2002-09-22c-common.c (preprocessing_trad_p): Define.John David Anglin
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-21c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__...Richard Henderson
2002-09-21c-common.c (builtin_define_float_constants): Use real_format to get the float...Richard Henderson
2002-09-17machmode.def (V1DImode): New mode.Nick Clifton
2002-09-16c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.Richard Henderson
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata
2002-09-04c-common.c (builtin_define_with_hex_fp_value): New.Richard Henderson
2002-09-03Makefile.in (USER_H): Add ginclude/float.h.Richard Henderson
2002-08-28c-common.c (builtin_define_type_precision): New function.Gabriel Dos Reis
2002-08-27c-common.c (warn_abi): New variable.Mark Mitchell
2002-08-27Added -Wundeclared-selector ObjC command line optionNicola Pero
2002-08-27c-common.c (cpp_define_data_format): New function.Gabriel Dos Reis
2002-08-16c-common.c (cb_register_builds): Define __NEXT_RUNTIME__ for ObjC with -fnext...Stan Shebs
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-10c-common.c (flag_objc): New.Ziemowit Laski
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth
2002-08-06c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL tha...Jason Merrill
2002-08-06Mark __func__ with line number 0, to avoid confusing debuggers.Dale Johannesen
2002-08-02c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg
2002-08-02c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.Franz Sirl
2002-08-01* c-common.c (__GXX_ABI_VERSION): Correct spelling.Neil Booth
2002-08-01c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.Benjamin Kosnik
2002-08-01c-common.c (cb_register_builtins): Set __FINITE_MATH_ONLY__ to 1 if -ffinite-...Toon Moene
2002-08-01c-common.c (cb_register_builtins): If C++, define __EXCEPTIONS, __DEPRECATED ...Neil Booth
2002-08-01c-common.c: Define all C/ObjC/C++ warning and flag variables.Neil Booth
2002-07-30flags.h: Declare flag_finite_math_only.Toon Moene
2002-07-28Makefile.in: rtlanal.o now depends upon real.h.Roger Sayle
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