aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-0/+19
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+87
1998-06-19c-common.c (check_format_info): Initialize length_char and fci to keep -Wall ...Jeffrey A Law1-2/+2
1998-06-19c-common.c (truthvalue_conversion): Protect side effects in the expression wh...Andreas Schwab1-6/+9
1998-06-03c-common.c (check_format_info): Put back check for C9x `hh' length modifier.Andreas Schwab1-13/+13
1998-05-21configure.in (extra_c_objs): add prefix.o.Dave Brolley1-0/+107
1998-05-13Warning fixes:Kaveh R. Ghazi1-1/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-5/+5
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-17/+9
1998-05-05Fix old -pedantic error I noticed while reviewing patch from Ulrich.Jim Wilson1-2/+15
1998-05-04(format_char_info): Add new field hhlen.Ulrich Drepper1-49/+62
1998-04-24Fix a typo:Kaveh R. Ghazi1-1/+1
1998-04-21c-common.c (type_for_mode): Handle TI types.Jeffrey A Law1-0/+3
1998-04-16c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get the length of ...Mark Mitchell1-1/+1
1998-04-13fix merge breakageJason Merrill1-6/+2
1998-04-12This change is from an idea suggested by Arthur David Olson.Paul Eggert1-148/+210
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-24/+33
1998-03-25Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format.Jim Wilson1-8/+10
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-15/+1
1998-02-18tree.h (merge_machine_{type,decl}_attributes): Declare.Brendan Kehoe1-0/+24
1998-02-17c-common.c (c_expand_start_cond, [...]): Don't warn about non-ambiguous else ...Bernd Schmidt1-12/+46
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+13
1998-02-05c-common.c (decl_attributes): Flag unrecognized attribute functions as warnin...Mumit Khan1-15/+118
1997-06-09(c_build_type_variant): Don't futz with main type variant of array since C...Richard Kenner1-22/+3
1997-06-09(check_format_info): Correct handling of the 'a' flag which addsRichard Kenner1-4/+7
1997-02-16xJason Merrill1-4/+1
1996-12-07(skip_evaluation): Likewise.Richard Kenner1-6/+14
1996-11-15(decl_attributes, case A_ALIAS): Add missing parens.Richard Kenner1-1/+1
1996-10-09(split_specs_attrs): New function.Richard Kenner1-0/+70
1996-09-22(decl_attribtes, case A_SECTION): Allow for static local variable.Richard Kenner1-1/+2
1996-07-03(record_function_format): Define as static.Richard Kenner1-1/+1
1996-07-03formatting tweaksMike Stump1-4/+4
1996-06-11(check_format_info): Change text of message about use of `0' withRichard Kenner1-1/+1
1996-06-10(decl_attributes, case A_T_UNION): Don't look at fields of union ifRichard Kenner1-1/+2
1996-06-08(enum attrs): Add A_FORMAT_ARG.Richard Kenner1-6/+167
1996-05-06(decl_attributes): Chain multiple attributes correctly.Stan Cox1-0/+2
1996-05-06(truthvalue_conversion, case ADDR_EXPR): Don't treat address ofRichard Kenner1-0/+6
1996-05-06-fno-common changeJason Merrill1-1/+9
1996-02-18Install latest version of last patch.Richard Kenner1-3/+5
1996-02-18(check_format_info): Warn about `L' if -pedantic.Richard Kenner1-2/+10
1996-02-13(overflow_warning): Fix typo in warning message.Richard Kenner1-1/+1
1996-02-11(check_format_info): Handle missing type in format when terminated byRichard Kenner1-1/+1
1996-01-15c-lex.c (check_newline): Pass character after `#pragma' to HANDLE_PRAGMA.Doug Evans1-2/+6
1996-01-01(decl_attributes): Fix default alignment: BIGGEST_ALIGNMENT is aRichard Kenner1-2/+3
1995-12-18(WCHAR_TYPE_SIZE): Add a default definition.Jim Wilson1-0/+8
1995-11-29(combine_strings): Add support for WCHAR_TYPE as short.Jim Wilson1-1/+6
1995-10-19(check_format_info): Make test for null pointer more general.Richard Kenner1-1/+1
1995-09-26(check_format_info): Don't warn about format type mismatch if theRichard Kenner1-5/+9