| Commit message (Expand) | Author | Age | Files | Lines |
* | PR c/17023 | rth | 2004-10-14 | 1 | -1/+2 |
* | * c-tree.h (enum c_typespec_kind, struct c_typespec, | jsm28 | 2004-10-14 | 1 | -9/+55 |
* | 2004-10-13 Frank Ch. Eigler <fche@redhat.com> | fche | 2004-10-13 | 1 | -5/+0 |
* | PR c/17881 | jsm28 | 2004-10-10 | 1 | -7/+11 |
* | PR c/17189 | jsm28 | 2004-10-10 | 1 | -10/+12 |
* | * c-decl.c (declspecs_add_type): Don't pedwarn for _Complex in | jsm28 | 2004-10-05 | 1 | -1/+1 |
* | * c-decl.c (pushdecl): When an extern declaration at block scope | jsm28 | 2004-10-05 | 1 | -0/+1 |
* | 2004-10-03 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-10-04 | 1 | -4/+2 |
* | * c-aux-info.c, c-common.c, c-common.h, c-cppbuiltin.c, c-decl.c, | jsm28 | 2004-10-03 | 1 | -38/+38 |
* | * c-decl.c (c_expand_body): Update call tree_rest_of_compilation. | hubicka | 2004-10-01 | 1 | -1/+1 |
* | FIxed an IMA bug showed up in parse and gzip. | fjahanian | 2004-09-30 | 1 | -1/+1 |
* | PR c/7425 | jsm28 | 2004-09-29 | 1 | -0/+4 |
* | PR c/16409 | jsm28 | 2004-09-28 | 1 | -1/+15 |
* | PR c/17188 | jsm28 | 2004-09-24 | 1 | -6/+22 |
* | * c-decl.c (implicitly_declare): Call maybe_apply_renaming_pragma. | mmitchel | 2004-09-22 | 1 | -1/+7 |
* | * cgraph.c (cgraph_unnest_node): New function. | hubicka | 2004-09-20 | 1 | -15/+15 |
* | * c-tree.h (enum c_typespec_keyword): New. | jsm28 | 2004-09-17 | 1 | -216/+404 |
* | * basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c, | kazu | 2004-09-17 | 1 | -1/+1 |
* | * c-tree.h (struct c_declspecs): Add const_p, volatile_p and | jsm28 | 2004-09-14 | 1 | -58/+93 |
* | Fix PR 17408 and PR 17409. | dalej | 2004-09-14 | 1 | -2/+5 |
* | * c-decl.c (grokdeclarator): Correct comments about where storage | jsm28 | 2004-09-13 | 1 | -10/+20 |
* | * c-common.c, c-decl.c, c-lex.c, c-objc-common.c, c-opts.c, | jsm28 | 2004-09-12 | 1 | -164/+170 |
* | * c-tree.h (enum c_storage_class): New. | jsm28 | 2004-09-11 | 1 | -125/+196 |
* | * c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h. | zack | 2004-09-10 | 1 | -7/+0 |
* | * c-tree.h (struct c_declspecs): Remove typedef_decl. Add | jsm28 | 2004-09-10 | 1 | -13/+11 |
* | PR c/8420 | jsm28 | 2004-09-09 | 1 | -327/+264 |
* | * c-tree.h (enum c_declarator_kind, struct c_arg_info, struct | jsm28 | 2004-09-09 | 1 | -179/+194 |
* | * c-tree.h (C_DECL_USED, parser_obstack, in_alignof, in_sizeof, | jsm28 | 2004-09-09 | 1 | -1/+22 |
* | [gcc/ChangeLog] | zlaski | 2004-09-08 | 1 | -12/+0 |
* | * c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable. | nathan | 2004-09-07 | 1 | -356/+337 |
* | * c-common.c, c-decl.c, combine.c, defaults.h, fold-const.c, | kazu | 2004-09-05 | 1 | -2/+2 |
* | [gcc/ChangeLog] | zlaski | 2004-09-03 | 1 | -1/+11 |
* | [gcc/ChangeLog] | zlaski | 2004-09-02 | 1 | -1/+1 |
* | PR c/15224 | kenner | 2004-09-01 | 1 | -1/+12 |
* | [gcc/ChangeLog] | zlaski | 2004-09-01 | 1 | -1/+1 |
* | * attribs.c (strip_attrs): Remove. | jsm28 | 2004-08-31 | 1 | -0/+79 |
* | 2004-08-30 Geoffrey Keating <geoffk@apple.com> | geoffk | 2004-08-30 | 1 | -15/+18 |
* | * c-tree.h (struct language_function): Add arg_info element. | jsm28 | 2004-08-30 | 1 | -5/+13 |
* | PR c/13801 | jsm28 | 2004-08-26 | 1 | -14/+137 |
* | [gcc/ChangeLog] | zlaski | 2004-08-25 | 1 | -0/+14 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -5/+5 |
* | * c-decl.c (c_init_decl_processing): Adjust | nathan | 2004-08-24 | 1 | -1/+1 |
* | * tree.h (build_distinct_type_copy): New. | nathan | 2004-08-23 | 1 | -2/+2 |
* | * c-decl.c (set_array_declarator_type): Rename to | jsm28 | 2004-08-21 | 1 | -3/+31 |
* | * c-decl.c (build_array_declarator, set_array_declarator_type, | jsm28 | 2004-08-21 | 1 | -20/+21 |
* | * c-decl.c (grokdeclarator): Allow for function definition where | jsm28 | 2004-08-16 | 1 | -5/+10 |
* | .: | nathan | 2004-08-15 | 1 | -6/+7 |
* | * c-common.c (shorten_compare, pointer_int_sum, | sayle | 2004-08-15 | 1 | -6/+6 |
* | * c-common.h (STATEMENT_LIST_HAS_LABEL): New. | rth | 2004-08-12 | 1 | -1/+18 |
* | * tree.c (handle_dll_attribute): Move here from i383/winnt.c. | mmitchel | 2004-08-06 | 1 | -0/+9 |