summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-5/+4
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-2/+2
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-4/+4
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-3/+3
* print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin2001-03-021-4/+4
* c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scope definit...Jason Merrill2001-02-261-3/+11
* c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner2001-02-231-0/+4
* tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill2001-02-211-18/+20
* dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is NULL.Jason Merrill2001-02-161-0/+13
* c-decl.c (grokdeclarator): In C99 mode...Joseph Myers2001-02-121-1/+2
* c-decl.c (finish_enum): Revert part of 2000-01-05 change.Jakub Jelinek2001-02-071-5/+11
* c-parse.in (structsp): Pedwarn when "enum foo" refers to an incomplete type.Joseph Myers2001-01-311-5/+13
* c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type) is not NULL.Neil Booth2001-01-301-1/+2
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-1/+0
* c-decl.c (duplicate_decls): If different_binding_level is nonzero...J"orn Rennecke2001-01-251-5/+11
* c-decl.c (start_function): Don't warn if old prototype is builtin that's not ...Richard Kenner2001-01-131-2/+8
* output.h (make_function_rtl): Remove prototype.Mark Mitchell2001-01-101-2/+2
* builtins.def (BUILT_IN_FPRINTF): New entry.Kaveh R. Ghazi2001-01-071-1/+1
* c-decl.c (finish_struct): Detect flexible array members used in an inappropri...Richard Henderson2001-01-041-2/+20
* c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.Joseph Myers2001-01-041-139/+26
* c-decl.c (grokdeclarator): Give zero-length arrays size zero.Richard Henderson2001-01-031-6/+9
* * c-decl.c (start_function): Don't warn on third parameter to main.Richard Kenner2001-01-021-5/+2
* c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn.Andreas Jaeger2001-01-021-13/+11
* c-decl.c (grokdeclarator): Prevent crash in case of overflow in array size.Alexandre Oliva2000-12-291-1/+6
* c-decl.c (grokdeclarator): preserve previous alignments when rebuilding array...DJ Delorie2000-12-071-0/+2
* c-common.c (warn_format_security): New variable.Joseph Myers2000-12-071-0/+4
* Make alpha build again.Bernd Schmidt2000-12-021-4/+0
* c-common.c (warn_format, [...]): Define.Joseph Myers2000-12-011-8/+16
* c-common.c: Include "defaults.h".Joseph Myers2000-12-011-36/+10
* c-decl.c (grokdeclarator): If pedantic, warn about arrays with incomplete ele...Joseph Myers2000-12-011-12/+6
* c-decl.c (c_decode_option): Don't handle -lang-objc.Neil Booth2000-11-291-3/+1
* c-common.h: Remove flag_digraphs.Neil Booth2000-11-281-14/+3
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth2000-11-281-1/+1
* Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth2000-11-261-1/+0
* c-common.h (DECL_C_HARD_REGISTER): New.Richard Henderson2000-11-251-1/+4
* c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than lineno for the sta...Richard Henderson2000-11-251-1/+1
* c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2000-11-251-7/+1
* c-decl.c (grokdeclarator): Support flexible array members.Richard Henderson2000-11-191-3/+15
* c-decl.c (grokdeclarator): Special case the creation of an index for a zero-l...Richard Henderson2000-11-191-18/+32
* c-decl.c (check_for_loop_decls): New function.Joseph Myers2000-11-181-0/+49
* stringpool.c: New file.Zack Weinberg2000-11-171-1/+1
* c-common.c (boolean_increment): New function.Joseph Myers2000-11-131-2/+21
* Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.Mark Mitchell2000-11-101-1/+11
* In gcc/: 2000-11-09 Geoffrey Keating <geoffk@redhat.com>Geoffrey Keating2000-11-091-1/+1
* Use memset/memcmp instead of bzero/bcmp.Joseph Myers2000-11-031-5/+5
* * c-decl.c (finish_function): Clear c_function_name_declared_p.Alan Modra2000-10-281-0/+1
* c-decl.c (grokdeclarator): Move warning for qualified void return types with ...Joseph Myers2000-10-251-7/+20
* Fix tree-checking abort on testcase with undefined macro as array size.Jim Wilson2000-10-191-3/+12
* c-common.h (flag_no_builtin): Declare.Mark Mitchell2000-10-181-10/+1
* Improved sequence point warningsBernd Schmidt2000-10-171-4/+0