This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/12070] [3.3/3.4 Regression] ICE converting between double and long double with -msoft-float


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12070


janis187 at us dot ibm dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh at suse dot cz


------- Additional Comments From janis187 at us dot ibm dot com  2003-08-28 23:24 -------
The regression in PR 12070 was introduced or exposed by this patch:

--- gcc/gcc/ChangeLog ---

Thu Jun 14 12:44:15 CEST 2001  Jan Hubicka  <jh@suse.cz>

        * i386.c (x86_accumulate_outgoing_args, x86_prologue_using_move,
        x86_epilogue_using_move): New global variables.
        (override_options): Enable ACCUMULATE_OUTGOING_ARGS if preferred.
        (ix86_emit_save_regs_using_mov): New static function.
        (ix86_expand_prologue, ix86_expand_epilogue): Use moves if preferred.
        * i386.h (MASK_MMX, MASK_SSE, MASK_SSE2, MASK_128BIT_LONG_DOUBLE,
        MASK_MIX_SSE_I387): Renumber.
        (MASK_NO_ACCUMULATE_OUTGOING_ARGS): New.
        (x86_accumulate_outgoing_args, x86_prologue_using_move,
        x86_epilogue_using_move): Declare.
        (TARGET_PROLOGUE_USING_MOVE, TARGET_EPILOGUE_USING_MOVE): New.

The regression hunt took place on i686-pc-linux-gnu using the submitter's      
test case compiled with -msoft-float with cc1.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]