public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39897]  New: [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90
@ 2009-04-25 14:48 hjl dot tools at gmail dot com
  2009-04-25 15:52 ` [Bug target/39897] " dominiq at lps dot ens dot fr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-04-25 14:48 UTC (permalink / raw)
  To: gcc-bugs

Revision 146762 caused:

Executing on host: /export/build/gnu/gcc/build-x86_64-linux/gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/gcc/
/export/gnu/import/gcc/libgomp/testsuite/libgomp.fortran/omp_atomic1.f90 
-B/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/32/libgomp/
-I/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/32/libgomp
-I/export/gnu/import/gcc/libgomp/testsuite/.. -march=i486 -fmessage-length=0
-fopenmp  -O1  
-B/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/32/libgomp/../libgfortran/.libs
 
-L/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/32/libgomp/.libs
-lgomp
-L/export/build/gnu/gcc/build-x86_64-linux/x86_64-unknown-linux-gnu/32/libgomp/../libgfortran/.libs
-lgfortranbegin -lgfortran -lm   -m32 -o ./omp_atomic1.exe    (timeout = 300)
/tmp/ccCCtX3d.s: Assembler messages:^M
/tmp/ccCCtX3d.s:95: Error: suffix or operands invalid for `fisubr'^M
/tmp/ccCCtX3d.s:145: Error: suffix or operands invalid for `fisub'^M
/tmp/ccCCtX3d.s:174: Error: suffix or operands invalid for `fisub'^M
compiler exited with status 1


-- 
           Summary: [4.5 Regression] Revision 146762 caused
                    libgomp.fortran/omp_atomic1.f90
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/39897] [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90
  2009-04-25 14:48 [Bug target/39897] New: [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90 hjl dot tools at gmail dot com
@ 2009-04-25 15:52 ` dominiq at lps dot ens dot fr
  2009-04-25 20:11 ` [Bug target/39897] [4.5 Regression] Revision 146761 " uros at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens dot fr @ 2009-04-25 15:52 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/39897] [4.5 Regression] Revision 146761 caused libgomp.fortran/omp_atomic1.f90
  2009-04-25 14:48 [Bug target/39897] New: [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90 hjl dot tools at gmail dot com
  2009-04-25 15:52 ` [Bug target/39897] " dominiq at lps dot ens dot fr
@ 2009-04-25 20:11 ` uros at gcc dot gnu dot org
  2009-04-26 15:37 ` hjl dot tools at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: uros at gcc dot gnu dot org @ 2009-04-25 20:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from uros at gcc dot gnu dot org  2009-04-25 20:11 -------
Subject: Bug 39897

Author: uros
Date: Sat Apr 25 20:11:01 2009
New Revision: 146784

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146784
Log:
        PR target/39897
        * config/i386/i386.c (print_operand) ['z']: Revert handling of
        HImode operands.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


-- 


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/39897] [4.5 Regression] Revision 146761 caused libgomp.fortran/omp_atomic1.f90
  2009-04-25 14:48 [Bug target/39897] New: [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90 hjl dot tools at gmail dot com
  2009-04-25 15:52 ` [Bug target/39897] " dominiq at lps dot ens dot fr
  2009-04-25 20:11 ` [Bug target/39897] [4.5 Regression] Revision 146761 " uros at gcc dot gnu dot org
@ 2009-04-26 15:37 ` hjl dot tools at gmail dot com
  2009-04-28 22:12 ` pinskia at gcc dot gnu dot org
  2009-04-28 22:17 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-04-26 15:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-04-26 15:37 -------
*** Bug 39910 has been marked as a duplicate of this bug. ***


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald at pfeifer dot com


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/39897] [4.5 Regression] Revision 146761 caused libgomp.fortran/omp_atomic1.f90
  2009-04-25 14:48 [Bug target/39897] New: [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90 hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-04-26 15:37 ` hjl dot tools at gmail dot com
@ 2009-04-28 22:12 ` pinskia at gcc dot gnu dot org
  2009-04-28 22:17 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-28 22:12 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug target/39897] [4.5 Regression] Revision 146761 caused libgomp.fortran/omp_atomic1.f90
  2009-04-25 14:48 [Bug target/39897] New: [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90 hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-04-28 22:12 ` pinskia at gcc dot gnu dot org
@ 2009-04-28 22:17 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2009-04-28 22:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ubizjak at gmail dot com  2009-04-28 22:16 -------
Fixed.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-28 22:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-25 14:48 [Bug target/39897] New: [4.5 Regression] Revision 146762 caused libgomp.fortran/omp_atomic1.f90 hjl dot tools at gmail dot com
2009-04-25 15:52 ` [Bug target/39897] " dominiq at lps dot ens dot fr
2009-04-25 20:11 ` [Bug target/39897] [4.5 Regression] Revision 146761 " uros at gcc dot gnu dot org
2009-04-26 15:37 ` hjl dot tools at gmail dot com
2009-04-28 22:12 ` pinskia at gcc dot gnu dot org
2009-04-28 22:17 ` ubizjak at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).