summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (combine_strings): Always set TREE_CONSTANT.Jason Merrill1999-08-251-1/+2
* * c-common.c (c_get_alias_set): Update comment.Mark Mitchell1999-08-201-5/+18
* c-common.c (c_get_alias_set): Fix support for poitners and references.Mike Stump1999-08-191-3/+33
* c-typeck.c (initializer_constant_valid_p): Move ...Richard Henderson1999-07-301-0/+156
* builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE.Richard Henderson1999-07-261-2/+9
* builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1999-07-251-0/+48
* gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1999-07-201-1/+1
* c-common.h: New file.Bernd Schmidt1999-07-201-1/+394
* For gcc:Gavin Romig-Koch1999-07-061-0/+98
* For gcc:Gavin Romig-Koch1999-07-021-0/+8
* c-common.c (default_valid_lang_attribute): New fn.Jason Merrill1999-04-131-63/+23
* c-common.c (decl_attributes, [...]): Allow arrays of classes, too.Jason Merrill1999-04-091-2/+5
* cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1999-03-101-1/+1
* c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-03-061-15/+15
* c-common.c (shorten_compare): Get the min/max value from the underlying type ...Charles G Waldman1999-02-151-0/+6
* c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.Zack Weinberg1999-02-151-1/+1
* c-common.c (decl_attributes): Fix reserved space for init_priority.Benjamin Kosnik1999-02-051-13/+7
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-7/+12
* Fix copyrights.Jeff Law1999-01-061-1/+1
* c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL.Kaveh R. Ghazi1999-01-041-1/+2
* c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1998-12-011-1/+4
* c-common.c: Change warning messages to say `comparison is always true' or `co...Zack Weinberg1998-11-191-6/+6
* c-common.c (c_get_alias_set): Allow all type-punning through unions.Mark Mitchell1998-10-311-16/+22
* Reinstall Apr 24th fix, lost during May 6th gcc2 merge:Kaveh R. Ghazi1998-10-311-1/+1
* Fix for sparc va_arg macro aliasing problem.Jim Wilson1998-10-291-2/+9
* c-common.c (c_apply_type_quals_to_decl): Don't crash when `restrict' is appli...Mark Mitchell1998-10-211-18/+26
* invoke.texi: Document -flang-isoc9x.Mark Mitchell1998-10-211-5/+128
* Warning fixes:Kaveh R. Ghazi1998-10-131-3/+3
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1998-10-111-1/+19
* c-common.c (type_for_mode): Only return TItype nodes when HOST_BITS_PER_WIDE_...Jeff Law1998-10-071-0/+2
* Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton1998-10-011-0/+9
* c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs and ARRAY_T...Mark Mitchell1998-09-281-30/+36
* Makefile.in (LIBS): Link in libiberty.a.Per Bothner1998-09-201-1/+1
* tree.c (new_alias_set): New function.Richard Henderson1998-09-201-2/+1
* Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton1998-09-021-1/+5
* c-common.c (combine_strings): Also set TREE_READONLY.Jason Merrill1998-08-231-4/+5
* c-common.c (decl_attributes): Issue an error if the argument to alias is not ...Richard Henderson1998-08-181-2/+10
* tree.h: De-conditionalize init_priority code.Jason Merrill1998-08-131-1/+65
* Function entry/exit profiling instrumentation:Ken Raeburn1998-07-301-0/+19
* invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1998-06-251-0/+87
* c-common.c (check_format_info): Initialize length_char and fci to keep -Wall ...Jeffrey A Law1998-06-191-2/+2
* c-common.c (truthvalue_conversion): Protect side effects in the expression wh...Andreas Schwab1998-06-191-6/+9
* c-common.c (check_format_info): Put back check for C9x `hh' length modifier.Andreas Schwab1998-06-031-13/+13
* configure.in (extra_c_objs): add prefix.o.Dave Brolley1998-05-211-0/+107
* Warning fixes:Kaveh R. Ghazi1998-05-131-1/+1
* typo typo fixes fixesJeff Law1998-05-061-1/+1
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-5/+5
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-17/+9
* Fix old -pedantic error I noticed while reviewing patch from Ulrich.Jim Wilson1998-05-051-2/+15