aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-13c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.Aldy Hernandez1-3/+1
2003-06-04c-common.c (handle_cleanup_attribute): New.Richard Henderson1-1/+54
2003-05-19Add a new flag...Matt Austern1-0/+4
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-7/+0
2003-05-11re PR c++/689 ([diagnostic] this warning is not helpful: `class xxxx' only de...Gabriel Dos Reis1-1/+1
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg1-2/+3
2003-05-03c-decl.c (pending_invalid_xref_file): Remove.Nathan Sidwell1-2/+1
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-4/+4
2003-04-30c-common.c (if_elt): Use location_t in lieu of "file, line" pair.Gabriel Dos Reis1-10/+6
2003-04-14tree.h (DECL_BUILT_IN_NONANSI): Remove.Roger Sayle1-11/+6
2003-04-11c-decl.c (struct binding_level): Add shadowed_tags and function_body...Zack Weinberg1-5/+3
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-42/+8
2003-03-31re PR c++/10278 (ICE in parser)Mark Mitchell1-2/+5
2003-03-22c-common.c: Include intl.h.Zack Weinberg1-6/+16
2003-03-11Makefile.in: Update.Neil Booth1-468/+5
2003-03-09re PR middle-end/9986 ([HP-UX] [3.4 regression] Incorrect transformation of f...John David Anglin1-2/+2
2003-03-04Makefile.in: Update.Neil Booth1-0/+18
2003-03-02re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype)Roger Sayle1-0/+17
2003-02-18c-common.c (handle_used_attribute): Accept static data too.Richard Henderson1-5/+8
2003-02-01[multiple changes]Richard Henderson1-0/+1
2003-01-30c-common.c (builtin_define_float_constants): Define __<TYPE>_HAS_INFINITY__ a...Mark Mitchell1-0/+12
2003-01-24builtins.c (DEF_BUILTIN): Accept 10 arguments.Jan Hubicka1-5/+7
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+10
2003-01-03c-common.c (finish_fname_decls): Put the DECL_STMTs inside the outermost scope.Jason Merrill1-9/+14
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+20
2002-12-11c-common.c (builtin_define_type_max): Handle unsigned types too.Neil Booth1-27/+24
2002-12-01re PR c++/8332 (strlen/template interaction causes ICE)Mark Mitchell1-5/+5
2002-11-26c-common.c (handle_visibility_attribute): Accept "default".Richard Henderson1-2/+3
2002-10-31c-common.c: Add GTY to vector_type_node_list.Aldy Hernandez1-1/+1
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-1/+1
2002-10-14c-common.c (c_common_type_for_mode): Add V2HImode case.J"orn Rennecke1-0/+2
2002-10-09c-common.c (cb_register_builtins): Define __WCHAR_MAX__.Gabriel Dos Reis1-0/+1
2002-10-05* c-common.c (cb_register_builtins): Use really_no_inline.Jan Hubicka1-1/+1
2002-09-27extend.texi (tls_model): Document.Jakub Jelinek1-0/+47
2002-09-23c-common.c (cpp_define_data_format): Remove.Richard Henderson1-50/+0
2002-09-23c-common.c (flag_abi_version): New variable.Mark Mitchell1-0/+15
2002-09-22c-common.c (preprocessing_trad_p): Define.John David Anglin1-0/+1
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-8/+8
2002-09-21c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__...Richard Henderson1-54/+1
2002-09-21c-common.c (builtin_define_float_constants): Use real_format to get the float...Richard Henderson1-153/+39
2002-09-17machmode.def (V1DImode): New mode.Nick Clifton1-0/+2
2002-09-16c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.Richard Henderson1-0/+7
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-3/+3
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-2/+2
2002-09-04c-common.c (builtin_define_with_hex_fp_value): New.Richard Henderson1-29/+64
2002-09-03Makefile.in (USER_H): Add ginclude/float.h.Richard Henderson1-2/+302
2002-08-28c-common.c (builtin_define_type_precision): New function.Gabriel Dos Reis1-6/+26