- 11 Apr, 1998 1 commit
-
-
* cse.c (count_reg_usage): Correctly handle REG_NONNEG notes. (delete_trivially_dead_insns): Renamed from delete_dead_from_cse. * toplev.c (rest_of_compilation): Call delete_trivially_dead_insns instead of delete_dead_from_cse. Also call delete_trivially_dead_insns between loop optimization passes. * rtl.h: Updated appropriately. From-SVN: r19100
Jeffrey A Law committed
-
- 10 Apr, 1998 12 commits
-
-
From-SVN: r19099
Jeff Law committed -
8 Reinstall this patch from Jason. * function.c (push_function_context_to): Don't call init_emit. From-SVN: r19098
Jeff Law committed -
� Reinstall this patch from Jason. * function.c (push_function_context_to): Don't call init_emit. From-SVN: r19097
Jeff Law committed -
From-SVN: r19082
Nick Clifton committed -
* emit-rtl.c (operand_subword): Properly handle CONST_INTs for 64x32 cross builds. From-SVN: r19081
Jeffrey A Law committed -
From-SVN: r19080
Dave Brolley committed -
sig.c (build_signature_pointer_constructor): Don't set TREE_HAS_CONSTRUCTOR for a signature pointer. * sig.c (build_signature_pointer_constructor): Don't set TREE_HAS_CONSTRUCTOR for a signature pointer. * cvt.c (ocp_convert): Don't force a temporary for internal structs. * init.c (resolve_offset_ref): Warn about implicit & on pmfs here, too. * typeck.c (build_unary_op): Only allow taking the address of a real constructor. * typeck2.c (digest_init): Simplify. (store_init_value): Don't pedwarn about using { } for pmfs. From-SVN: r19079
Jason Merrill committed -
From-SVN: r19078
Jeff Law committed -
From-SVN: r19077
Jeffrey A Law committed -
* Makefile.am (SUBDIRS): Redefine to exclude info, po, util and doc. * Makefile.in: Rebuild. From-SVN: r19076
Jim Wilson committed -
* configure.in: Handle --with-fast-fixincludes. (fixincludes): If --with-fast-fixincludes, then use a different fixincludes program by default. * Makefile.in (fixinc.sh): New rule. From-SVN: r19075
Jeffrey A Law committed -
From-SVN: r19074
Jeff Law committed
-
- 09 Apr, 1998 7 commits
-
-
* i386.md (movqi+1): Handle invalid QI register. (movsf_push-1): Likewise. From-SVN: r19073
H.J. Lu committed -
a Thu Apr 9 22:16:57 1998 Per Bothner <bothner@cygnus.com> * cp-tree.h (start_decl): Update prototype. * decl.c (start_decl): Like the C version, new parameters for the attributes. Call cplus_decl_attributes here, (pushdecl): Like C version, do build_type_copy if TYPE_DECL, (grokdeclarator): Pass NULL for new start_decl arguments. * pt.c (tsubst_expr): Likewise. * parse.y: Merge cplus_decl_attribute calls into start_decl calls. * typeck.c (common_type): Check TYPE_MAIN_VARIANT. * lex.c (build_lang_decl): Add lang_name_java. * class.c (push_lang_context): Add lang_name_java. * method.c (build_mangled_name): Check for is_java_type. Thu Apr 9 22:16:57 1998 Benjamin Kosnik <bkoz@loony.cygnus.com> * decl.c (grokdeclarator): Check TYPE_MAIN_VARIANT. * call.c (build_scoped_method_call): Check for TREE_CODE for VOID_TYPE instead of type == void_type_node. (build_method_call): Ditto. * decl.c (lookup_name_real): Ditto. (grokdeclarator): Ditto. (start_decl): Ditto. (grokparms): Ditto. (start_function): Ditto. (finish_function): Ditto. (start_method): Ditto. also fixes g++/15415 From-SVN: r19072
Benjamin Kosnik committed -
d Thu Apr 9 22:16:57 1998 Per Bothner <bothner@cygnus.com> * cp-tree.h (start_decl): Update prototype. * decl.c (start_decl): Like the C version, new parameters for the attributes. Call cplus_decl_attributes here, (pushdecl): Like C version, do build_type_copy if TYPE_DECL, (grokdeclarator): Pass NULL for new start_decl arguments. * pt.c (tsubst_expr): Likewise. * parse.y: Merge cplus_decl_attribute calls into start_decl calls. * typeck.c (common_type): Check TYPE_MAIN_VARIANT. * lex.c (build_lang_decl): Add lang_name_java. * class.c (push_lang_context): Add lang_name_java. * method.c (build_mangled_name): Check for is_java_type. Thu Apr 9 22:16:57 1998 Benjamin Kosnik <bkoz@loony.cygnus.com> * decl.c (grokdeclarator): Check TYPE_MAIN_VARIANT. * call.c (build_scoped_method_call): Check for TREE_CODE for VOID_TYPE instead of type == void_type_node. (build_method_call): Ditto. * decl.c (lookup_name_real): Ditto. (grokdeclarator): Ditto. (start_decl): Ditto. (grokparms): Ditto. (start_function): Ditto. (finish_function): Ditto. (start_method): Ditto. also fixes g++/15415 From-SVN: r19071
Benjamin Kosnik committed -
Changed call_address_operand() to only accept symbolic addresses. From-SVN: r19070
Nick Clifton committed -
From-SVN: r19069
Jeff Law committed -
8 * calls.c (expand_call): Fix typo. From-SVN: r19068
Jeff Law committed -
� * calls.c (expand_call): Fix typo. From-SVN: r19067
Jeff Law committed
-
- 08 Apr, 1998 20 commits
-
-
From-SVN: r19066
Jeff Law committed -
* lex.c (finput): New variable. (init_cpp_parse): Renamed from init_parse. (init_parse): Handle !USE_CPPLIB. Call init_cpp_parse when finished. (finish_parse): New function. * cp-tree.h (init_lex, init_parse): Remove declarations. From-SVN: r19065
Dave Brolley committed -
* com.c (finput): New variable. (init_parse): Handle !USE_CPPLIB. (finish_parse): New function. (lang_init): No longer declare finput. From-SVN: r19064
Dave Brolley committed -
* c-lex.c (finput): New global. (init_parse): Always included. Handle !USE_CPPLIB using code originally in compile_file. (finish_parse): Update for CPPLIB. * toplev.c (init_parse, finish_parse): Declare. (finput): Delete variable. Now in front-ends. (compile_file): Remove code which is now handled by init_parse which is unconditionally called. Similarly for finish_parse. From-SVN: r19063
Dave Brolley committed -
* configure.in (v850): Use t-v850. (ix86-wrs-vxworks): Recognize 786 just like other x86 configurations. From-SVN: r19062
Jeffrey A Law committed -
From-SVN: r19061
Jeffrey A Law committed -
jump.c (mark_jump_label): Record REG_LABEL notes for insns which refer to the CODE_LABEL before a... * jump.c (mark_jump_label): Record REG_LABEL notes for insns which refer to the CODE_LABEL before a dispatch table. From-SVN: r19060
Jeffrey A Law committed -
From-SVN: r19059
Jeffrey A Law committed -
* gcc.c (proces_command): Improve error message for -o with either -c or -S. From-SVN: r19058
Jeffrey A Law committed -
* config/mips/r3900.h (ASM_OUTPUT_DEF,SUPPORTS_WEAK, ASM_WEAKEN_LABEL): Add. From-SVN: r19057
Gavin Koch committed -
From-SVN: r19056
Jeff Law committed -
* i386/x-cygwin32 (CLIB): Link in advapi32. Easier to build with older version of gcc. From-SVN: r19055
Jeffrey A Law committed -
* alpha.h (ASM_IDENTIFY_GCC): Define to nothing. (ASM_IDENTIFY_LANGUAGE): Likewise. Bring over from devo. From-SVN: r19054
Jeffrey A Law committed -
From-SVN: r19053
Jeff Law committed -
From-SVN: r19052
Richard Henderson committed -
* alpha/crtbegin.asm, alpha/crtend.asm, alpha/t-crtb: New files. * configure.in (alpha-*-linux*): Use them. From-SVN: r19051
Richard Henderson committed -
* i386.md (movqi recognizer): Don't perfom byte increment into a NON_QI_REG_P. From-SVN: r19050
Jeffrey A Law committed -
d Fri Apr 3 17:02:13 1998 Alexandre Petit-Bianco <apbianco@cygnus.com> * tree.def (EXPR_WITH_FILE_LOCATION): New tree node definition. * tree.h (EXPR_WFL_{NODE,FILENAME,FILENAME_NODE,LINENO, COLNO,LINECOL,SET_LINECOL,EMIT_LINE_NOTE}): New macros. (build_expr_wfl): New prototype declaration. * tree.c (build_expr_wfl): New function, to build EXPR_WITH_FILE_LOCATION nodes. (copy_node): Don't zero TREE_CHAIN if copying a EXPR_WITH_FILE_LOCATION node. * print-tree.c (print_node): Handle EXPR_WITH_FILE_LOCATION. * expr.c (expand_expr): Handle EXPR_WITH_FILE_LOCATION. From-SVN: r19049
Alexandre Petit-Bianco committed -
From-SVN: r19048
Jim Wilson committed -
8 * configure.in (x86-dg-dgux): Run fixinc.dgux. From-SVN: r19047
Jeff Law committed
-