aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)Author
1999-02-15c-common.c (shorten_compare): Get the min/max value from the underlying type ...Charles G Waldman
1998-08-18c-common.c (decl_attributes): Issue an error if the argument to alias is not ...Richard Henderson
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell
1998-06-19c-common.c (check_format_info): Initialize length_char and fci to keep -Wall ...Jeffrey A Law
1998-06-19c-common.c (truthvalue_conversion): Protect side effects in the expression wh...Andreas Schwab
1998-06-03c-common.c (check_format_info): Put back check for C9x `hh' length modifier.Andreas Schwab
1998-05-21configure.in (extra_c_objs): add prefix.o.Dave Brolley
1998-05-13Warning fixes:Kaveh R. Ghazi
1998-05-06typo typo fixes fixesJeff Law
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi
1998-05-06toplev.h: New file.Robert Lipe
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law
1998-05-05Fix old -pedantic error I noticed while reviewing patch from Ulrich.Jim Wilson
1998-05-04(format_char_info): Add new field hhlen.Ulrich Drepper
1998-04-24Fix a typo:Kaveh R. Ghazi
1998-04-21c-common.c (type_for_mode): Handle TI types.Jeffrey A Law
1998-04-16c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get the length of ...Mark Mitchell
1998-04-13fix merge breakageJason Merrill
1998-04-12This change is from an idea suggested by Arthur David Olson.Paul Eggert
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law
1998-03-25Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format.Jim Wilson
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi
1998-02-18tree.h (merge_machine_{type,decl}_attributes): Declare.Brendan Kehoe
1998-02-17c-common.c (c_expand_start_cond, [...]): Don't warn about non-ambiguous else ...Bernd Schmidt
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe
1998-02-05c-common.c (decl_attributes): Flag unrecognized attribute functions as warnin...Mumit Khan
1997-06-09(c_build_type_variant): Don't futz with main type variant of array since C...Richard Kenner
1997-06-09(check_format_info): Correct handling of the 'a' flag which addsRichard Kenner
1997-02-16xJason Merrill
1996-12-07(skip_evaluation): Likewise.Richard Kenner
1996-11-15(decl_attributes, case A_ALIAS): Add missing parens.Richard Kenner
1996-10-09(split_specs_attrs): New function.Richard Kenner
1996-09-22(decl_attribtes, case A_SECTION): Allow for static local variable.Richard Kenner
1996-07-03(record_function_format): Define as static.Richard Kenner
1996-07-03formatting tweaksMike Stump
1996-06-11(check_format_info): Change text of message about use of `0' withRichard Kenner
1996-06-10(decl_attributes, case A_T_UNION): Don't look at fields of union ifRichard Kenner
1996-06-08(enum attrs): Add A_FORMAT_ARG.Richard Kenner
1996-05-06(decl_attributes): Chain multiple attributes correctly.Stan Cox
1996-05-06(truthvalue_conversion, case ADDR_EXPR): Don't treat address ofRichard Kenner
1996-05-06-fno-common changeJason Merrill
1996-02-18Install latest version of last patch.Richard Kenner
1996-02-18(check_format_info): Warn about `L' if -pedantic.Richard Kenner
1996-02-13(overflow_warning): Fix typo in warning message.Richard Kenner
1996-02-11(check_format_info): Handle missing type in format when terminated byRichard Kenner
1996-01-15c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans
1996-01-01(decl_attributes): Fix default alignment: BIGGEST_ALIGNMENT is aRichard Kenner
1995-12-18(WCHAR_TYPE_SIZE): Add a default definition.Jim Wilson
1995-11-29(combine_strings): Add support for WCHAR_TYPE as short.Jim Wilson
1995-10-19(check_format_info): Make test for null pointer more general.Richard Kenner