aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-01invoke.texi: Mention -fdump-ada-spec.Arnaud Charlet1-0/+50
2010-05-28c-common.h: Add FIXME for awkward split of c_register_addr_space.Steven Bosscher1-0/+19
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-2/+54
2010-05-26rtl.h (decl_default_tls_model): Move prototype from here...Steven Bosscher1-1/+0
2010-05-23c-decl.c (diagnose_mismatched_decls): Give error for duplicate typedefs with ...Joseph Myers1-4/+34
2010-05-16c-decl.c: Don't include gimple.h.Steven Bosscher1-5/+0
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-6/+1
2010-05-15c-decl.c (grokfield): Allow typedefs for anonymous structs and unions by defa...Joseph Myers1-9/+24
2010-05-09re PR c/4784 (Anonymous structs issues)Joseph Myers1-15/+33
2010-05-05stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.Steven Bosscher1-2/+5
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-1/+1
2010-04-12re PR c/36774 (-Wmissing-prototypes triggers on nested functions)Shujing Zhao1-4/+4
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-3/+36
2010-03-26re PR c/43381 (infinite loop in gcc.dg/parm-impl-decl-1.c with -g)Joseph Myers1-1/+8
2010-03-19re PR c/43211 (ICE with incomplete type in function argument)Andrew Pinski1-0/+2
2010-03-04re PR c/43248 (ICE: tree check: expected class 'type', have 'exceptional' (er...Andrew Pinski1-1/+2
2010-02-26re PR c/24577 (diagnostic informative note labelled "error")Manuel López-Ibáñez1-3/+2
2010-02-20re PR c/43125 (Revision 156907 failed gcc.dg/attr-used.c)Mike Stump1-0/+4
2010-01-21tree.h (TYPE_TRANSPARENT_UNION): Replace with ...Janis Johnson1-2/+2
2010-01-14re PR middle-end/42674 (Bogus "no return statement in function returning non-...Jakub Jelinek1-0/+2
2010-01-01re PR c/42570 (ICE in get_alias_set, at alias.c:710)Richard Guenther1-1/+3
2009-12-30re PR c/42439 (Linux kernel BUILD_BUG_ON() broke)Joseph Myers1-2/+14
2009-12-21decl.c (finish_function): Rename pre-genericize event.Brian Hackett1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-24/+24
2009-10-26tm.texi (TARGET_ADDR_SPACE_KEYWORDS): Document.Ben Elliston1-7/+128
2009-09-23re PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enumerator is sometimes mis...Dodji Seketeli1-0/+7
2009-09-17c-decl.c (finish_struct): Adjust DECL_SOURCE_LOCATION of TYPE_STUB_DECL.Jakub Jelinek1-0/+5
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-24/+2
2009-08-25hwint.h (HOST_LONG_FORMAT): New macroDouglas B Rupp1-1/+1
2009-08-20c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther1-15/+1
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-27/+4
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-4/+4
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-25/+30
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-6/+6
2009-06-26c-decl.c (merge_decls): Re-indent.H.J. Lu1-6/+6
2009-06-22linux.opt: Put mglibc ahead of muclibc.Ian Lance Taylor1-0/+12
2009-06-19ggc-page.c (ggc_pch_write_object): Initialize emptyBytes.Ian Lance Taylor1-0/+8
2009-06-19dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor1-230/+438
2009-06-19c-decl.c (grokdeclarator): If -Wc++-compat, warn about a global variable with...Ian Lance Taylor1-0/+13
2009-06-16* c-decl.c (grokdeclarator): Change size_varies to bool.Ian Lance Taylor1-10/+10
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-79/+565
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-242/+332
2009-06-07c-decl.c (finish_decl): Use bool for variable was_incomplete.Bernhard Reutner-Fischer1-2/+1
2009-05-20tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...Sandra Loosemore1-0/+16
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-0/+41
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-29/+159
2009-05-08re PR c/36892 (Support __attribute__((deprecated("text string"))))H.J. Lu1-1/+1
2009-05-07re PR c/39037 (FLOAT_CONST_DECIMAL64 pragma not supported)Janis Johnson1-0/+40
2009-05-06re PR c/40032 (ICE with incomplete type in struct)Joseph Myers1-1/+4