aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-21invoke.texi: Document -flang-isoc9x.Mark Mitchell1-60/+80
1998-10-20New warning, `missing-noreturn':Kaveh R. Ghazi1-0/+14
1998-10-13Warning fixes:Kaveh R. Ghazi1-2/+2
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-0/+2
1998-10-07c-common.c (type_for_mode): Only return TItype nodes when HOST_BITS_PER_WIDE_...Jeff Law1-0/+8
1998-10-01Add invocation of SET_DEFAULT_DECL_ATTRIBUTES, if defined.Nick Clifton1-0/+4
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-15/+7
1998-09-10tree.h (DECL_ORIGIN): New macro.Mark Mitchell1-2/+2
1998-08-23c-common.c (combine_strings): Also set TREE_READONLY.Jason Merrill1-3/+3
1998-08-17* From GrahamJeffrey A Law1-0/+1
1998-08-17c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1-1/+1
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-0/+3
1998-07-08toplev.c (lang_options): Add -Wlong-long, -Wno-long-long options.Vladimir N. Makarov1-1/+9
1998-07-06c-decl.c: Add warn_multichar.Jason Merrill1-0/+8
1998-07-01c-decl.c (grokdeclarator): Don't warn about implicit int in `typedef foo = bar'.Andreas Schwab1-0/+2
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-0/+4
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+2
1998-06-18c-decl.c (duplicate_decls): Avoid setting TREE_ASM_WRITTEN for duplicate decl...Jeffrey A Law1-2/+9
1998-06-17haifa-sched.c (haifa_classify_insn): TRAP_IF is risky.John Carr1-0/+3
1998-06-15Fix merging error with formerly cygnus local change.Jim Wilson1-1/+1
1998-06-10* c-decl.c (grokdeclarator): Remove unused variable "last".Graham Stott1-2/+0
1998-06-10* c-decl.c (start_decl): Correct test for -Wmain.Graham Stott1-1/+2
1998-06-10* decl.c (init_decl_processing): Fix typo.Jeffrey A Law1-1/+1
1998-06-10Integrate cpplib into the C and C++ front ends.Dave Brolley1-5/+27
1998-06-08[multiple changes]Andrew MacLeod1-0/+2
1998-05-13Warning fixes:Kaveh R. Ghazi1-8/+8
1998-05-06typo typo fixes fixesJeff Law1-1/+1
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-5/+10
1998-04-21c-common.c (type_for_mode): Handle TI types.Jeffrey A Law1-0/+8
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-6/+4
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-5/+1
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-1/+1
1998-02-18tree.h (merge_machine_{type,decl}_attributes): Declare.Brendan Kehoe1-1/+11
1998-02-07c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1-0/+4
1998-02-07* c-decl.c (pushdecl): Set DECL_ORIGINAL_TYPE once only.Greg McGary1-1/+2
1998-02-01expr.c (get_inner_reference): Use sbitsizetype for type sizes.J"orn Rennecke1-15/+5
1998-01-26Patch from Joern to fix dwarf1 bug: emit debug info for types defined inJ"orn Rennecke1-1/+1
1998-01-01c-decl.c (init_decl_processing): Provide proper fallback symbol for __builtin...Richard Henderson1-3/+1
1997-12-21c-pragma.c (handle_pragma_token): Generate warning messages about unknown pra...Nick Clifton1-0/+12
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-1/+1
1997-12-06Merge from gcc-2.8Jeff Law1-1/+1
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-12/+63
1997-10-16c-decl.c (start_struct): Ensure that structs with forward declarations are in...Mike Stump1-0/+1
1997-09-27c-decl.c (init_decl_processing): Add __builtin_dwarf_reg_size.Jason Merrill1-0/+2
1997-09-26c-typeck.c (build_binary_op): Warn about comparing signed vs unsigned if...Paul Eggert1-3/+3
1997-09-10dwarf2 EH supportJason Merrill1-1/+36
1997-08-29pa.md (reload_peepholes): Make sure operand is a REG before examining REGNO.Jeffrey A Law1-19/+0
1997-08-27c-decl.c (grokdeclarator): If array index or size calculations overflow, issu...Doug Evans1-0/+19
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-8/+17