Age | Commit message (Expand) | Author | Files | Lines |
2002-05-22 | re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-") | Neil Booth | 2 | -14/+3 |
2002-05-14 | gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when... | Neil Booth | 1 | -1/+1 |
2002-04-26 | c-common.c (fix_string_type): Split out of ... | Richard Henderson | 1 | -16/+18 |
2002-04-25 | c-common.h (c_common_parse_file): Update. | Neil Booth | 1 | -2/+0 |
2002-04-24 | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 1 | -0/+6 |
2002-04-20 | Makefile.in: Update. | Neil Booth | 1 | -0/+7 |
2002-04-19 | builtins.c: Include langhooks.h. | Neil Booth | 1 | -0/+2 |
2002-04-18 | c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine. | Neil Booth | 1 | -0/+2 |
2002-04-04 | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 1 | -0/+2 |
2002-04-03 | re PR rtl-optimization/4330 (Optimizer generates illegal assembly code) | Richard Henderson | 1 | -0/+3 |
2002-04-01 | c-decl.c (grokdeclarator): Update. | Neil Booth | 1 | -0/+2 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -0/+6 |
2002-03-31 | c-common.c (c_unsafe_for_reeval): Rename. | Neil Booth | 1 | -0/+4 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 2 | -1/+6 |
2002-03-28 | c-decl.c (finish_function): New arg can_defer_p. | Richard Henderson | 1 | -2/+2 |
2002-03-27 | Makefile.in (attribs.o): Update. | Neil Booth | 1 | -0/+2 |
2002-03-27 | c-common.c (c_expand_expr): Fix prototype. | Neil Booth | 1 | -0/+2 |
2002-03-26 | Makefile.in (ggc-common.o): Update. | Neil Booth | 1 | -0/+2 |
2002-03-24 | Removal of separate preprocessor cpp0. | Neil Booth | 1 | -1/+1 |
2002-03-20 | Makefile.in: Update. | Neil Booth | 3 | -4/+4 |
2002-03-19 | re PR c/5656 (ICE in emit_move_insn, at expr.c:2748, regression from gcc 3.0) | Jakub Jelinek | 1 | -0/+3 |
2002-03-17 | c-common.h (yyparse, [...]): New. | Neil Booth | 1 | -0/+2 |
2002-03-13 | c-common.c (c_tree_code_type, [...]): Delete. | Kaveh R. Ghazi | 2 | -52/+44 |
2002-03-12 | Makefile.in (debug.o): Depend on debug.h. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-02-28 | Makefile.in (integrate.o): Update. | Neil Booth | 1 | -0/+2 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2 | -9/+4 |
2002-02-18 | objc-act.c (handle_impent): Remove leading '*' from objc_class_name. | David Billinghurst | 1 | -1/+1 |
2002-02-02 | c-decl.c, [...]: Revert bitfield patch. | Neil Booth | 1 | -0/+7 |
2002-02-01 | Makefile.in (c-parse.c): Handle .output file. | Jason Merrill | 1 | -3/+8 |
2002-01-29 | re PR c/3325 (cast of bit-field to same type gets discarded) | Neil Booth | 1 | -7/+0 |
2002-01-29 | re PR other/1502 (Nonexistent -W options not diagnosed) | Jakub Jelinek | 1 | -2/+2 |
2002-01-08 | Remove spurious warnings of the like '__objc_class_ref_NSObject defined but | Nicola Pero | 1 | -0/+1 |
2002-01-06 | objc-act.c (handle_impent): Use assemble_variable to emit __objc_class_name_*. | Jakub Jelinek | 1 | -6/+15 |
2002-01-02 | objc-act.c (hack_method_prototype): Clear current_function_decl after abusing... | Richard Henderson | 1 | -1/+5 |
2001-12-29 | objc-act.c (STRING_OBJECT_CLASS_NAME): Remove. | Stan Shebs | 1 | -6/+4 |
2001-12-29 | * objc/objc-act.c: Apply various cosmetic and formatting changes. | Stan Shebs | 1 | -67/+63 |
2001-12-28 | objc-act.c (build_module_descriptor): Make sure the init function is not defe... | Stan Shebs | 1 | -0/+8 |
2001-12-20 | configure.in (all_diff_excludes, [...]): Remove. | Joseph Myers | 1 | -3/+0 |
2001-12-17 | Makefile.in: Update dependencies. | Neil Booth | 2 | -28/+2 |
2001-12-12 | Fixed compilation of bitfields of enumerations in args and ivars | Nicola Pero | 1 | -1/+2 |
2001-12-11 | objc-act.c (build_string_class_template): New. | Richard Henderson | 1 | -2/+36 |
2001-12-11 | objc-act.c (finish_message_expr): Fix misplaced parens in a test of class names. | Stan Shebs | 1 | -2/+2 |
2001-12-11 | objc-act.c (build_constructor): Cast initializer values to the proper field t... | Richard Henderson | 1 | -1/+20 |
2001-12-04 | re PR c/4787 (Different anonymous variables declared but only one allocated w... | Joseph Myers | 1 | -0/+2 |
2001-12-04 | Make-lang.in: Update copyright. | Ziemowit Laski | 5 | -70/+133 |
2001-12-02 | cfgrtl.c (purge_all_dead_edges): Initialize variable. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-12-02 | * objc-act.c: Partially reverse mistaken commit. | Neil Booth | 1 | -1/+27 |
2001-12-02 | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 1 | -48/+22 |
2001-11-29 | configure.in (target_list): Add generated-manpages. | Joseph Myers | 1 | -0/+1 |
2001-11-27 | cpphash.c (_cpp_init_hashtable): Update. | Neil Booth | 1 | -12/+12 |