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/29498] FTZ/DAZ for SSE should be ported to mingw32



------- Comment #4 from dannysmith at gcc dot gnu dot org  2007-05-29 08:09 -------
Subject: Bug 29498

Author: dannysmith
Date: Tue May 29 08:09:16 2007
New Revision: 125160

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125160
Log:
libgcc 
        PR target/29498
        * config.host (i[34567]86-*-cygwin* | i[34567]86-*-mingw*) Add
        crtfastmath.o to extra_parts.  Add i386/t-crtfm to tmake_file.
        * config/i386/t-crtfm: Compile crtfastmath.o with
        -minline-all-stringops.

gcc

        PR target/29498
        * config/i386/t-crtfm: Compile crtfastmath.o with
        -minline-all-stringops.
        * config/i386/cygwin.h (ENDFILE_SPECS): Add crtfastmath.o.
        * config/i386/mingw32.h (ENDFILE_SPECS): Add crtfastmath.o.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/cygwin.h
    trunk/gcc/config/i386/mingw32.h
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host
    trunk/libgcc/config/i386/t-crtfm


-- 


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


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