summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new flag...Matt Austern2003-05-191-0/+4
* c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth2003-05-171-7/+0
* re PR c++/689 ([diagnostic] this warning is not helpful: `class xxxx' only de...Gabriel Dos Reis2003-05-111-1/+1
* re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg2003-05-031-2/+3
* c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell2003-05-031-2/+1
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-4/+4
* c-common.c (if_elt): Use location_t in lieu of "file, line" pair.Gabriel Dos Reis2003-04-301-10/+6
* tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle2003-04-141-11/+6
* c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg2003-04-111-5/+3
* c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher2003-04-101-42/+8
* re PR c++/10278 (ICE in parser)Mark Mitchell2003-03-311-2/+5
* c-common.c: Include intl.h.Zack Weinberg2003-03-221-6/+16
* Makefile.in: Update.Neil Booth2003-03-111-468/+5
* re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin2003-03-091-2/+2
* Makefile.in: Update.Neil Booth2003-03-041-0/+18
* re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype)Roger Sayle2003-03-021-0/+17
* c-common.c (handle_used_attribute): Accept static data too.Richard Henderson2003-02-181-5/+8
* [multiple changes]Richard Henderson2003-02-011-0/+1
* c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell2003-01-301-0/+12
* builtins.c (DEF_BUILTIN): Accept 10 arguments.Jan Hubicka2003-01-241-5/+7
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-3/+3
* Merge from pch-branch.Geoffrey Keating2003-01-101-0/+10
* c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.Jason Merrill2003-01-031-9/+14
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+20
* c-common.c (builtin_define_type_max): Handle unsigned types too.Neil Booth2002-12-111-27/+24
* re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell2002-12-011-5/+5
* c-common.c (handle_visibility_attribute): Accept "default".Richard Henderson2002-11-261-2/+3
* c-common.c: Add GTY to vector_type_node_list.Aldy Hernandez2002-10-311-1/+1
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-1/+1
* c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke2002-10-141-0/+2
* c-common.c (cb_register_builtins): Define __WCHAR_MAX__.Gabriel Dos Reis2002-10-091-0/+1
* * c-common.c (cb_register_builtins): Use really_no_inline.Jan Hubicka2002-10-051-1/+1
* extend.texi (tls_model): Document.Jakub Jelinek2002-09-271-0/+47
* 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