aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-01c-decl.c (validate_proto_after_old_defn): Look at TYPE_MAIN_VARIANT of argume...Joseph Myers1-4/+3
2005-03-30re PR c++/772 (Statement expressions issues)Joseph Myers1-0/+17
2005-03-30re PR c/20368 (internal compiler error: tree check: expected function_type or...Joseph Myers1-2/+8
2005-03-29re PR c/20519 (completed type not selected properly with typeof)Richard Henderson1-80/+14
2005-03-20c-common.c (handle_aligned_attribute, [...]): Do not strip NOPS from INTEGER_...Joseph Myers1-7/+0
2005-03-20c-decl.c (check_bitfield_type_and_width): Require bit-field width to have int...Joseph Myers1-2/+4
2005-03-18c-common.c, [...]: Use %D for declarations in diagnostics and %E for identifi...Joseph Myers1-25/+17
2005-03-14builtin-attrs.def (ATTR_NOVOPS, [...]): New.Zdenek Dvorak1-0/+1
2005-03-13c-decl.c (c_init_decl_processing): Remove useless calls to build_function_type.Kazu Hirata1-6/+0
2005-03-12c-decl.c (c_init_decl_processing): Remove local variables ptr_ftype_void and ...Kazu Hirata1-5/+3
2005-03-11c-tree.h (struct c_declarator): New id_loc field.Per Bothner1-0/+3
2005-03-07Various fixes to allow us to again build if --enable-mapped-location:Per Bothner1-0/+4
2005-03-02re PR c/8927 (Gcc give error for wrong line of C code.)Joseph Myers1-6/+6
2005-02-25c-parser.c: New file.Joseph Myers1-1/+8
2005-02-03re PR c/17807 (No warning/error for undefined local function.)Joseph Myers1-1/+16
2005-02-01re PR c/19333 (C front end accepts arrays of incomplete types)Steven Bosscher1-10/+8
2005-01-29c-common.c (fix_string_type): Just use c_build_qualified_type to build string...Joseph Myers1-28/+15
2005-01-27re PR c/18946 (ICE in pushdecl)Jakub Jelinek1-7/+17
2005-01-26For real this time...Richard Henderson1-2/+5
2005-01-26Revert last change.Richard Henderson1-5/+2
2005-01-26re PR middle-end/18008 (Duplicate mask on bitfield insertion)Richard Henderson1-2/+5
2005-01-04re PR c/19152 (IMA and external inline don't get along)Andrew Pinski1-11/+42
2005-01-01re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson1-0/+2
2005-01-01re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher1-2/+9
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+1
2004-12-21re PR c/18963 (static and nested declarations cause an ice)James A. Morrison1-24/+0
2004-12-21re PR c/18596 (ICE in make_decl_rtl)James A. Morrison1-8/+10
2004-12-20re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a...Matt Austern1-8/+1
2004-12-18re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a...Richard Henderson1-2/+5
2004-12-18c-decl.c (finish_struct): Add DECL_EXPR for variable sized structures seen in...Richard Henderson1-0/+6
2004-12-18c-decl.c (grokdeclarator): Save variable array size before subtracting 1, rat...Richard Henderson1-2/+6
2004-12-17c-decl.c (diagnose_mismatched_decls): Accept mismatched function types: void ...Dale Johannesen1-1/+13
2004-11-30re PR c/18596 (ICE in make_decl_rtl)James A. Morrison1-5/+13
2004-11-19c-decl.c (push_scope): Remove "\n" from end of diagnostic for too many nested...Joseph Myers1-1/+1
2004-11-15re PR c/18498 (gcc allows non-integral bitfield types)Joseph Myers1-4/+4
2004-11-09builtins.c, [...]: Say "argument" instead of "arg" in diagnostics.Joseph Myers1-1/+2
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-3/+3
2004-11-07c-decl.c (finish_struct): Use complete sentences for diagnostic for structure...Joseph Myers1-3/+16
2004-11-01re PR c/18239 (ICE in get_parm_info with werid attribute)Joseph Myers1-2/+4
2004-10-30re PR c/16666 (dremf type conflict)Joseph Myers1-3/+1
2004-10-25re PR middle-end/17407 (ICE in int_mode_for_mode)Andrew Pinski1-5/+0
2004-10-21re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime))Andrew Pinski1-3/+2
2004-10-14re PR c/17023 (ICE with nested functions in parameter declaration)Richard Henderson1-1/+2
2004-10-14c-tree.h (enum c_typespec_kind, [...]): New.Joseph Myers1-9/+55
2004-10-13toplev.c (compile_file): Call mudflap_finish_file from here ...Frank Ch. Eigler1-5/+0
2004-10-10re PR c/17881 (Incomplete type warning is issued even for prototypes)Joseph Myers1-7/+11
2004-10-10re PR c/17189 (bogus warning for struct Foo { int; };)Joseph Myers1-10/+12
2004-10-05c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in system headers.Joseph Myers1-1/+1
2004-10-05c-decl.c (pushdecl): When an extern declaration at block scope refers to a vi...Joseph Myers1-0/+1
2004-10-03PR c/17178, PR c/17820Andrew Pinski1-4/+2