summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
Commit message (Expand)AuthorAgeFilesLines
* * c-semantics.c (genrtl_scope_stmt): Write out nested inlinemmitchel2001-06-061-13/+2
* * c-common.h (flag_dump_translation_unit): Remove.nathan2001-06-051-9/+2
* * c-tree.h (lang_decl): Add pending_sizes fields.mmitchel2001-06-051-5/+28
* * c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.danglin2001-06-041-4/+2
* * c-decl.c (init_decl_processing):neil2001-05-271-2/+0
* * builtins.def: Encode additional information, such as names andmmitchel2001-05-251-30/+0
* * c-parse.in (array_declarator): New. Handle C99 constructs.jsm282001-05-251-0/+114
* * c-decl.c (finish_decl): Don't set DECL_C_HARD_REGISTER formmitchel2001-05-211-2/+21
* * bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".ghazi2001-05-011-12/+12
* * c-common.c (c_promoting_integer_type_p): New function, from therth2001-04-301-1/+1
* gcc:nathan2001-04-241-33/+19
* IA-64 ABI Exception Handling.rth2001-03-281-5/+4
* * c-common.h (DECL_NUM_STMTS): New macro.mmitchel2001-03-271-2/+2
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-4/+4
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-3/+3
* * print-rtl.c (print_rtx): Cast enums to int for comparison.danglin2001-03-021-4/+4
* * c-decl.c (finish_decl): Set DECL_DEFER_OUTPUT on tentative file-scopejason2001-02-261-3/+11
* * c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.kenner2001-02-231-0/+4
* * tree.h (DECL_UNINLINABLE): Move from C++ frontend.jason2001-02-211-18/+20
* * dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL isjason2001-02-161-0/+13
* * c-decl.c (grokdeclarator): In C99 mode, give the more specificjsm282001-02-121-1/+2
* * c-decl.c (finish_enum): Revert part of 2000-01-05 change.jakub2001-02-071-5/+11
* * c-parse.in (structsp): Pedwarn when "enum foo" refers to anjsm282001-01-311-5/+13
* * c-decl.c (c_expand_body): Check TYPE_SIZE_UNIT (ret_type)neil2001-01-301-1/+2
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* * c-decl.c (duplicate_decls): If different_binding_level is nonzero,amylaar2001-01-251-5/+11
* * c-decl.c (start_function): Don't warn if old prototype is builtinkenner2001-01-131-2/+8
* * output.h (make_function_rtl): Remove prototype.mmitchel2001-01-101-2/+2
* * builtins.def (BUILT_IN_FPRINTF): New entry.ghazi2001-01-071-1/+1
* * c-decl.c (finish_struct): Detect flexible array membersrth2001-01-051-2/+20
* * c-common.c (SIZE_TYPE, WCHAR_TYPE): Define.jsm282001-01-041-139/+26
* * c-decl.c (grokdeclarator): Give zero-length arrays size zero.rth2001-01-041-6/+9
* * c-decl.c (start_function): Don't warn on third parameter to main.kenner2001-01-021-5/+2
* * c-decl.c (c_decode_option): Remove support ofaj2001-01-021-13/+11
* * c-decl.c (grokdeclarator): Prevent crash in case of overflow inaoliva2000-12-291-1/+6
* * c-decl.c (grokdeclarator): preserve previous alignments whendj2000-12-081-0/+2
* * c-common.c (warn_format_security): New variable.jsm282000-12-071-0/+4
* Make alpha build again.bernds2000-12-021-4/+0
* * c-common.c (warn_format, warn_format_y2k,jsm282000-12-011-8/+16
* * c-common.c: Include "defaults.h".jsm282000-12-011-36/+10
* * c-decl.c (grokdeclarator): If pedantic, warn about arrays withjsm282000-12-011-12/+6
* * c-decl.c (c_decode_option): Don't handle -lang-objc.neil2000-11-291-3/+1
* * c-common.h: Remove flag_digraphs.neil2000-11-281-14/+3
* * c-lex.h (parse_in): Change parse_in to a cpp_reader *.neil2000-11-281-1/+1
* * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.neil2000-11-261-1/+0
* * c-common.h (DECL_C_HARD_REGISTER): New.rth2000-11-261-1/+4
* * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather thanrth2000-11-261-1/+1
* * c-common.c: Remove USE_CPPLIB conditional inclusions.neil2000-11-251-7/+1
* * c-decl.c (grokdeclarator): Support flexible array members.rth2000-11-191-3/+15
* * c-decl.c (grokdeclarator): Special case the creation of anrth2000-11-191-18/+32