summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrights.law1999-01-061-1/+1
* * c-common.c (decl_attributes): Allow applying attribute `unused'ghazi1999-01-041-1/+2
* * c-common.c (declare_function_name): Declare predefinied variablerth1998-12-011-1/+4
* * c-common.c: Change warning messages to say `comparison islaw1998-11-191-6/+6
* law1998-10-311-16/+22
* Reinstall Apr 24th fix, lost during May 6th gcc2 merge:ghazi1998-10-311-1/+1
* Fix for sparc va_arg macro aliasing problem.wilson1998-10-291-2/+9
* * c-common.c (c_apply_type_quals_to_decl): Don't crash whenmmitchel1998-10-211-18/+26
* * invoke.texi: Document -flang-isoc9x.mmitchel1998-10-211-5/+128
* Warning fixes:ghazi1998-10-131-3/+3
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usageraeburn1998-10-111-1/+19
* * c-common.c (type_for_mode): Only return TItype nodes whenlaw1998-10-081-0/+2
* Add support for #pragma pack(push,<n>) and #pragma pack(pop).nickc1998-10-011-0/+9
* * c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEsmmitchel1998-09-281-30/+36
* * Makefile.in (LIBS): Link in libiberty.a.law1998-09-201-1/+1
* * tree.c (new_alias_set): New function.rth1998-09-201-2/+1
* Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.nickc1998-09-021-1/+5
* * c-common.c (combine_strings): Also set TREE_READONLY.jason1998-08-241-4/+5
* * c-common.c (decl_attributes): Issue an error if the argumentrth1998-08-181-2/+10
* * tree.h: De-conditionalize init_priority code.jason1998-08-131-1/+65
* Function entry/exit profiling instrumentation:raeburn1998-07-301-0/+19
* * invoke.texi (-fstrict-aliasing): Document.mmitchel1998-06-251-0/+87
* * c-common.c (check_format_info): Initialize length_char andlaw1998-06-191-2/+2
* * c-common.c (truthvalue_conversion): Protect side effects in theschwab1998-06-191-6/+9
* * c-common.c (check_format_info): Put back check for C9x `hh'schwab1998-06-031-13/+13
* Thu May 21 11:51:15 1998 Dave Brolley <brolley@cygnus.com>brolley1998-05-211-0/+107
* Warning fixes:ghazi1998-05-131-1/+1
* typo typo fixes fixeslaw1998-05-061-1/+1
* * c-common.c: Convert to using ctype macros defined in system.h.ghazi1998-05-061-5/+5
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-17/+9
* Fix old -pedantic error I noticed while reviewing patch from Ulrich.wilson1998-05-051-2/+15
* (format_char_info): Add new field hhlen.drepper1998-05-041-49/+62
* Fix a typo:ghazi1998-04-241-1/+1
* * c-common.c (type_for_mode): Handle TI types.law1998-04-211-0/+3
* 1998-04-15 Mark Mitchell <mmitchell@usa.net>mmitchel1998-04-161-1/+1
* fix merge breakagejason1998-04-131-6/+2
* This change is from an idea suggested by Arthur David Olson.law1998-04-121-148/+210
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-24/+33
* Fix bug reported by David C Binderman, accept 'L' when pedantic with FP format.wilson1998-03-251-8/+10
* Major cutover to using system.h:ghazi1998-03-201-15/+1
* ./ChangeLog:brendan1998-02-181-0/+24
* * c-common.c (c_expand_start_cond, c_expand_end_cond,law1998-02-171-12/+46
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-0/+13
* * c-common.c (decl_attributes): Flag unrecognized attributelaw1998-02-051-15/+118
* (c_build_type_variant): Don't futz with main type variant of arraykenner1997-06-091-22/+3
* (check_format_info): Correct handling of the 'a' flag which addskenner1997-06-091-4/+7
* xmerrill1997-02-161-4/+1
* (skip_evaluation): Likewise.kenner1996-12-071-6/+14
* (decl_attributes, case A_ALIAS): Add missing parens.kenner1996-11-151-1/+1