aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-19c-common.c: Change warning messages to say `comparison is always true' or `co...Zack Weinberg1-6/+6
1998-10-31c-common.c (c_get_alias_set): Allow all type-punning through unions.Mark Mitchell1-16/+22
1998-10-31Reinstall Apr 24th fix, lost during May 6th gcc2 merge:Kaveh R. Ghazi1-1/+1
1998-10-29Fix for sparc va_arg macro aliasing problem.Jim Wilson1-2/+9
1998-10-21c-common.c (c_apply_type_quals_to_decl): Don't crash when `restrict' is appli...Mark Mitchell1-18/+26
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-5/+128
1998-10-13Warning fixes:Kaveh R. Ghazi1-3/+3
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-1/+19
1998-10-07c-common.c (type_for_mode): Only return TItype nodes when HOST_BITS_PER_WIDE_...Jeff Law1-0/+2
1998-10-01Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton1-0/+9
1998-09-28c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs and ARRAY_T...Mark Mitchell1-30/+36
1998-09-20Makefile.in (LIBS): Link in libiberty.a.Per Bothner1-1/+1
1998-09-20tree.c (new_alias_set): New function.Richard Henderson1-2/+1
1998-09-02Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton1-1/+5
1998-08-23c-common.c (combine_strings): Also set TREE_READONLY.Jason Merrill1-4/+5
1998-08-18c-common.c (decl_attributes): Issue an error if the argument to alias is not ...Richard Henderson1-2/+10
1998-08-13tree.h: De-conditionalize init_priority code.Jason Merrill1-1/+65
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