aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-08-02parmlist_tags_warning): Only suppress warning on union if anonymous.Richard Kenner1-1/+1
1997-08-02(init_decl_processing): Add __builtin_aggregate_incoming_address.Richard Kenner1-0/+4
1997-07-19c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecl if inline fun...Doug Evans1-0/+2
1997-06-09(complete_array_type): Remove obsolete references to change_main_variant.Richard Kenner1-6/+0
1997-04-25xJason Merrill1-1/+0
1997-04-13(c_decode_option): Ignore -Wundef, -Wno-undef.Richard Kenner1-0/+4
1997-03-25* c-decl.c (grokdeclarator): Pedwarn qualified void function return type.Doug Evans1-0/+7
1997-02-02(start_function): Fix improper installation of last change.Richard Kenner1-8/+8
1997-01-19Fix editing error in last change.Richard Kenner1-1/+1
1997-01-19(start_decl): Add code for -Wmain.Richard Kenner1-2/+103
1996-12-07(poplevel): Don't call output_inline_function if DECL_SAVED_INSNS isRichard Kenner1-1/+1