aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth1-1/+2
2001-06-12c-decl.c (grokdeclarator): Use INTEGRAL_TYPE_P.Kaveh R. Ghazi1-2/+1
2001-06-11re PR c/3116 (Bug with using oldstyle prototype declarations)Joseph Myers1-3/+5
2001-06-11c-decl.c (xref_tag): Don't return previous tags of wrong type.Joseph Myers1-5/+12
2001-06-08c-decl.c (grokdeclarator): Make the TREE_TYPE for declarations accurately ref...Mark Mitchell1-2/+8
2001-06-06c-semantics.c (genrtl_scope_stmt): Write out nested inline functions here, in...Mark Mitchell1-13/+2
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-9/+2
2001-06-05c-tree.h (lang_decl): Add pending_sizes fields.Mark Mitchell1-5/+28
2001-06-04c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.John David Anglin1-4/+2
2001-05-27c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth1-2/+0
2001-05-25builtins.def: Encode additional information, such as names and types, here.Mark Mitchell1-30/+0
2001-05-25c-parse.in (array_declarator): New.Joseph Myers1-0/+114
2001-05-21c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER for non-register varia...Mark Mitchell1-2/+21
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