aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-20Add comment saying that lang_decode_options should not complain aboutNick Clifton1-1/+2
1999-09-10Move declarations and building code for common tree nodes to tree.[ch]Bernd Schmidt1-210/+25
1999-09-09c-decl.c (finish_function): When processing a nested function...Richard Henderson1-0/+9
1999-09-09ggc.h (lang_cleanup_tree): Remove.Mark Mitchell1-16/+5
1999-09-09* c-decl.c (mark_binding_level): Make static to match prototype.Kaveh R. Ghazi1-1/+1
1999-09-08gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1-3/+3
1999-09-07c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to.Richard Henderson1-19/+9
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+8
1999-09-06Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.Bernd Schmidt1-0/+106
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-21/+10
1999-08-09Include function.h in most files.Bernd Schmidt1-0/+1
1999-08-02expr.h (PROMOTE_PROTOTYPES): Move ...Richard Henderson1-1/+1
1999-08-02Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1-8/+9
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-0/+6
1999-07-20c-common.h: New file.Bernd Schmidt1-417/+9
1999-07-02For gcc:Gavin Romig-Koch1-0/+18
1999-04-12c-decl.c (c_decode_option, [...]): Recognize -Wno-main so we can avoid warnings.Stan Cox1-9/+5
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-5/+5
1999-01-31flags.h: Declare flag_no_ident.Zack Weinberg1-8/+0
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-51/+59
1999-01-16c-decl.c (duplicate_decls): If `warn_traditional'...Kaveh R. Ghazi1-1/+9
1998-12-09c-lang.c: (parse_options,parse_in): Added.Dave Brolley1-10/+1
1998-12-08c-decl.c (flag_isoc9x): Default off.Richard Henderson1-3/+12
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-1/+1
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-9/+54
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