aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-12/+12
2001-04-30c-common.c (c_promoting_integer_type_p): New function, from the corpse of old...Richard Henderson1-1/+1
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-33/+19
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-5/+4
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-2/+2
2001-03-19Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell1-4/+4
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-3/+3
2001-03-02print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin1-4/+4
2001-02-26c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scope definit...Jason Merrill1-3/+11
2001-02-23c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner1-0/+4
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-18/+20
2001-02-16dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.Jason Merrill1-0/+13
2001-02-12c-decl.c (grokdeclarator): In C99 mode...Joseph Myers1-1/+2
2001-02-07c-decl.c (finish_enum): Revert part of 2000-01-05 change.Jakub Jelinek1-5/+11
2001-01-31c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type.Joseph Myers1-5/+13
2001-01-30c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type) is not NULL.Neil Booth1-1/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-1/+0
2001-01-25c-decl.c (duplicate_decls): If different_binding_level is nonzero...J"orn Rennecke1-5/+11
2001-01-13c-decl.c (start_function): Don't warn if old prototype is builtin that's not ...Richard Kenner1-2/+8
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-2/+2
2001-01-07builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh R. Ghazi1-1/+1
2001-01-04c-decl.c (finish_struct): Detect flexible array members used in an inappropri...Richard Henderson1-2/+20
2001-01-04c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers1-139/+26
2001-01-03c-decl.c (grokdeclarator): Give zero-length arrays size zero.Richard Henderson1-6/+9
2001-01-02* c-decl.c (start_function): Don't warn on third parameter to main.Richard Kenner1-5/+2
2001-01-02c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn.Andreas Jaeger1-13/+11
2000-12-29c-decl.c (grokdeclarator): Prevent crash in case of overflow in array size.Alexandre Oliva1-1/+6
2000-12-07c-decl.c (grokdeclarator): preserve previous alignments when rebuilding array...DJ Delorie1-0/+2
2000-12-07c-common.c (warn_format_security): New variable.Joseph Myers1-0/+4
2000-12-02Make alpha build again.Bernd Schmidt1-4/+0
2000-12-01c-common.c (warn_format, [...]): Define.Joseph Myers1-8/+16
2000-12-01c-common.c: Include "defaults.h".Joseph Myers1-36/+10
2000-12-01c-decl.c (grokdeclarator): If pedantic, warn about arrays with incomplete ele...Joseph Myers1-12/+6
2000-11-29c-decl.c (c_decode_option): Don't handle -lang-objc.Neil Booth1-3/+1
2000-11-28c-common.h: Remove flag_digraphs.Neil Booth1-14/+3
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-1/+1
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-1/+0
2000-11-25c-common.h (DECL_C_HARD_REGISTER): New.Richard Henderson1-1/+4
2000-11-25c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than lineno for the sta...Richard Henderson1-1/+1
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-7/+1
2000-11-19c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson1-3/+15
2000-11-19c-decl.c (grokdeclarator): Special case the creation of an index for a zero-l...Richard Henderson1-18/+32
2000-11-18c-decl.c (check_for_loop_decls): New function.Joseph Myers1-0/+49
2000-11-17stringpool.c: New file.Zack Weinberg1-1/+1
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers1-2/+21
2000-11-10Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell1-1/+11
2000-11-09In gcc/: 2000-11-09 Geoffrey Keating <geoffk@redhat.com>Geoffrey Keating1-1/+1
2000-11-03Use memset/memcmp instead of bzero/bcmp.Joseph Myers1-5/+5
2000-10-28* c-decl.c (finish_function): Clear c_function_name_declared_p.Alan Modra1-0/+1
2000-10-25c-decl.c (grokdeclarator): Move warning for qualified void return types with ...Joseph Myers1-7/+20