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/39897] [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90



------- Comment #1 from dominiq at lps dot ens dot fr  2009-04-25 15:52 -------
> Revision 146762 caused:

You probably mean 146761:

Author: uros
Date:   Sat Apr 25 08:10:51 2009 UTC (7 hours, 40 minutes ago)
Log Message:    
        PR target/39590
        * configure.ac (HAVE_AS_IX86_FILDQ): On x86 targets check whether
        the configured assembler supports fildq and fistpq mnemonics.
        (HAVE_AS_IX86_FILDS): Rename from HAVE_GAS_FILDS_FISTS.
        * configure: Regenerated.
        * config.in: Ditto.

        * config/i386/i386.c (print_operand): Handle 'Z'.
        ['z']: Remove handling of special fild/fist suffixes.
        (output_fix_trunc): Use '%Z' to output suffix of fist{,p,tp} insn.
        * config/i386/i386.md (*floathi<mode>2_i387): Use '%Z' to output
        suffix of fild insn.
        (*floatsi<mode>2_vector_mixed): Ditto.
        (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Ditto.
        (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Ditto.
        (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
        (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387): Ditto.
        * config/i386/gas.h (GAS_MNEMONICS): Remove.


-- 


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


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