aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-09c-common.c (check_format_info): Warn if format string isn't a string literal.Ken Raeburn1-2/+12
1999-09-24Allow to distinguish between three classes of builtin functionsBernd Schmidt1-72/+93
1999-09-23toplev.c (documented_lang_options): Add -fshort-wchar.Jason Merrill1-7/+2
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-5/+0
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-1/+1
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-0/+58
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-1/+2
1999-08-25* c-common.c (combine_strings): Always set TREE_CONSTANT.Jason Merrill1-1/+2
1999-08-20* c-common.c (c_get_alias_set): Update comment.Mark Mitchell1-5/+18
1999-08-19c-common.c (c_get_alias_set): Fix support for poitners and references.Mike Stump1-3/+33
1999-07-30c-typeck.c (initializer_constant_valid_p): Move ...Richard Henderson1-0/+156
1999-07-26builtins.c (stabilize_va_list): Don't INDIRECT_REF through an ARRAY_TYPE.Richard Henderson1-2/+9
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-0/+48
1999-07-20gcc.c (default_compilers, cpp-output): Pass -fpreprocessed.Jason Merrill1-1/+1
1999-07-20c-common.h: New file.Bernd Schmidt1-1/+394
1999-07-06For gcc:Gavin Romig-Koch1-0/+98
1999-07-02For gcc:Gavin Romig-Koch1-0/+8
1999-04-13c-common.c (default_valid_lang_attribute): New fn.Jason Merrill1-63/+23
1999-04-09c-common.c (decl_attributes, [...]): Allow arrays of classes, too.Jason Merrill1-2/+5
1999-03-10cppfiles.c (INO_T_EQ): Handle UWIN.Mumit Khan1-1/+1
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-15/+15
1999-02-15c-common.c (shorten_compare): Get the min/max value from the underlying type ...Charles G Waldman1-0/+6
1999-02-15c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF.Zack Weinberg1-1/+1
1999-02-05c-common.c (decl_attributes): Fix reserved space for init_priority.Benjamin Kosnik1-13/+7
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-7/+12
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-04c-common.c (decl_attributes): Allow applying attribute `unused' on a LABEL_DECL.Kaveh R. Ghazi1-1/+2
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-1/+4
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