Age | Commit message (Expand) | Author | Files | Lines |
2004-12-21 | re PR c/18963 (static and nested declarations cause an ice) | James A. Morrison | 1 | -24/+0 |
2004-12-21 | re PR c/18596 (ICE in make_decl_rtl) | James A. Morrison | 1 | -8/+10 |
2004-12-20 | re PR c++/19044 (Alternate asm name for atan ignored when calling __builtin_a... | Matt Austern | 1 | -8/+1 |
2004-12-18 | re PR middle-end/16417 (crappy code (gcc.c-torture/compile/20020210-1.c) in a... | Richard Henderson | 1 | -2/+5 |
2004-12-18 | c-decl.c (finish_struct): Add DECL_EXPR for variable sized structures seen in... | Richard Henderson | 1 | -0/+6 |
2004-12-18 | c-decl.c (grokdeclarator): Save variable array size before subtracting 1, rat... | Richard Henderson | 1 | -2/+6 |
2004-12-17 | c-decl.c (diagnose_mismatched_decls): Accept mismatched function types: void ... | Dale Johannesen | 1 | -1/+13 |
2004-11-30 | re PR c/18596 (ICE in make_decl_rtl) | James A. Morrison | 1 | -5/+13 |
2004-11-19 | c-decl.c (push_scope): Remove "\n" from end of diagnostic for too many nested... | Joseph Myers | 1 | -1/+1 |
2004-11-15 | re PR c/18498 (gcc allows non-integral bitfield types) | Joseph Myers | 1 | -4/+4 |
2004-11-09 | builtins.c, [...]: Say "argument" instead of "arg" in diagnostics. | Joseph Myers | 1 | -1/+2 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -3/+3 |
2004-11-07 | c-decl.c (finish_struct): Use complete sentences for diagnostic for structure... | Joseph Myers | 1 | -3/+16 |
2004-11-01 | re PR c/18239 (ICE in get_parm_info with werid attribute) | Joseph Myers | 1 | -2/+4 |
2004-10-30 | re PR c/16666 (dremf type conflict) | Joseph Myers | 1 | -3/+1 |
2004-10-25 | re PR middle-end/17407 (ICE in int_mode_for_mode) | Andrew Pinski | 1 | -5/+0 |
2004-10-21 | re PR objc/17923 (const-str-[34].m fails on the mainline (next runtime)) | Andrew Pinski | 1 | -3/+2 |
2004-10-14 | re PR c/17023 (ICE with nested functions in parameter declaration) | Richard Henderson | 1 | -1/+2 |
2004-10-14 | c-tree.h (enum c_typespec_kind, [...]): New. | Joseph Myers | 1 | -9/+55 |
2004-10-13 | toplev.c (compile_file): Call mudflap_finish_file from here ... | Frank Ch. Eigler | 1 | -5/+0 |
2004-10-10 | re PR c/17881 (Incomplete type warning is issued even for prototypes) | Joseph Myers | 1 | -7/+11 |
2004-10-10 | re PR c/17189 (bogus warning for struct Foo { int; };) | Joseph Myers | 1 | -10/+12 |
2004-10-05 | c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in system headers. | Joseph Myers | 1 | -1/+1 |
2004-10-05 | c-decl.c (pushdecl): When an extern declaration at block scope refers to a vi... | Joseph Myers | 1 | -0/+1 |
2004-10-03 | PR c/17178, PR c/17820 | Andrew Pinski | 1 | -4/+2 |
2004-10-03 | c-aux-info.c, [...]: Follow code formatting conventions. | Joseph Myers | 1 | -38/+38 |
2004-10-01 | c-decl.c (c_expand_body): Update call tree_rest_of_compilation. | Jan Hubicka | 1 | -1/+1 |
2004-09-30 | FIxed an IMA bug showed up in parse and gzip. | Fariborz Jahanian | 1 | -1/+1 |
2004-09-29 | re PR c/7425 (deprecated attribute doesn't merge with multiple declarations) | Joseph Myers | 1 | -0/+4 |
2004-09-28 | re PR c/16409 (ICE in size_binop, at fold-const.c) | Joseph Myers | 1 | -1/+15 |
2004-09-24 | re PR c/17188 (struct Foo { } redefinition) | Joseph Myers | 1 | -6/+22 |
2004-09-22 | c-decl.c (implicitly_declare): Call maybe_apply_renaming_pragma. | Mark Mitchell | 1 | -1/+7 |
2004-09-20 | cgraph.c (cgraph_unnest_node): New function. | Jan Hubicka | 1 | -15/+15 |
2004-09-17 | c-tree.h (enum c_typespec_keyword): New. | Joseph Myers | 1 | -216/+404 |
2004-09-17 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-14 | c-tree.h (struct c_declspecs): Add const_p, volatile_p and restrict_p. | Joseph Myers | 1 | -58/+93 |
2004-09-14 | Fix PR 17408 and PR 17409. | Dale Johannesen | 1 | -2/+5 |
2004-09-13 | c-decl.c (grokdeclarator): Correct comments about where storage class specifi... | Joseph Myers | 1 | -10/+20 |
2004-09-13 | c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics. | Joseph Myers | 1 | -164/+170 |
2004-09-11 | c-tree.h (enum c_storage_class): New. | Joseph Myers | 1 | -125/+196 |
2004-09-10 | c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h. | Zack Weinberg | 1 | -7/+0 |
2004-09-11 | c-tree.h (struct c_declspecs): Remove typedef_decl. | Joseph Myers | 1 | -13/+11 |
2004-09-09 | re PR c/8420 (volatile after the type specifier for an unnamed structure is r... | Joseph Myers | 1 | -327/+264 |
2004-09-09 | c-tree.h (enum c_declarator_kind, [...]): New. | Joseph Myers | 1 | -179/+194 |
2004-09-09 | c-tree.h (C_DECL_USED, [...]): New. | Joseph Myers | 1 | -1/+22 |
2004-09-08 | c-decl.c (groktypename_in_parm_context): Remove function. | Ziemowit Laski | 1 | -12/+0 |
2004-09-07 | c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -356/+337 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-09-03 | c-decl.c (store_parm_decls_newstyle): Make static. | Ziemowit Laski | 1 | -1/+11 |
2004-09-02 | c-decl.c (store_parm_decls_newstyle): Make externally visible. | Ziemowit Laski | 1 | -1/+1 |