public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/40226]  New: gcc emits bad opcode 'ffreep' even if march=geode
@ 2009-05-22 15:33 cortez8591 at gmail dot com
  2009-05-22 15:51 ` [Bug target/40226] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cortez8591 at gmail dot com @ 2009-05-22 15:33 UTC (permalink / raw)
  To: gcc-bugs

I'm using gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5), in my
/etc/make.conf stays:
CFLAGS="-march=geode -Os -fno-align-jumps -fno-align-functions
-fno-align-labels -fno-align-loops -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
my cpu is AMD Geode LX800 (x86): model name      : Geode(TM) Integrated
Processor by AMD PCS

compiling mplayer brings no problem but when try to run binary, there is SIGILL
at 0x081b6a2b <InitTimer+11>:      ffreep %st(0)


-- 
           Summary: gcc emits bad opcode 'ffreep' even if march=geode
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cortez8591 at gmail dot com


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


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

* [Bug target/40226] gcc emits bad opcode 'ffreep' even if march=geode
  2009-05-22 15:33 [Bug target/40226] New: gcc emits bad opcode 'ffreep' even if march=geode cortez8591 at gmail dot com
@ 2009-05-22 15:51 ` pinskia at gcc dot gnu dot org
  2009-05-22 17:27 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-05-22 15:51 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug target/40226] gcc emits bad opcode 'ffreep' even if march=geode
  2009-05-22 15:33 [Bug target/40226] New: gcc emits bad opcode 'ffreep' even if march=geode cortez8591 at gmail dot com
  2009-05-22 15:51 ` [Bug target/40226] " pinskia at gcc dot gnu dot org
@ 2009-05-22 17:27 ` ubizjak at gmail dot com
  2009-05-23 21:28 ` cortez8591 at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2009-05-22 17:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ubizjak at gmail dot com  2009-05-22 17:27 -------
http://gcc.gnu.org/bugs.html#report


-- 


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


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

* [Bug target/40226] gcc emits bad opcode 'ffreep' even if march=geode
  2009-05-22 15:33 [Bug target/40226] New: gcc emits bad opcode 'ffreep' even if march=geode cortez8591 at gmail dot com
  2009-05-22 15:51 ` [Bug target/40226] " pinskia at gcc dot gnu dot org
  2009-05-22 17:27 ` ubizjak at gmail dot com
@ 2009-05-23 21:28 ` cortez8591 at gmail dot com
  2009-05-24  9:11 ` ubizjak at gmail dot com
  2009-09-17  8:48 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cortez8591 at gmail dot com @ 2009-05-23 21:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from cortez8591 at gmail dot com  2009-05-23 21:28 -------
what's wrong ? no more details were put e.g. here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37179


-- 


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


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

* [Bug target/40226] gcc emits bad opcode 'ffreep' even if march=geode
  2009-05-22 15:33 [Bug target/40226] New: gcc emits bad opcode 'ffreep' even if march=geode cortez8591 at gmail dot com
                   ` (2 preceding siblings ...)
  2009-05-23 21:28 ` cortez8591 at gmail dot com
@ 2009-05-24  9:11 ` ubizjak at gmail dot com
  2009-09-17  8:48 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2009-05-24  9:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ubizjak at gmail dot com  2009-05-24 09:11 -------
(In reply to comment #2)
> what's wrong ? no more details were put e.g. here:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37179

This was different problem, with -march=native.  And according to [1],
-march=geode works OK.  So without the report, as described in comment 1, there
is no way to figure out what is wrong with your gcc.

BTW: This is Gentoo released gcc, so bugs should be reported to Gentoo first.

[1] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37179#c12


-- 


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


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

* [Bug target/40226] gcc emits bad opcode 'ffreep' even if march=geode
  2009-05-22 15:33 [Bug target/40226] New: gcc emits bad opcode 'ffreep' even if march=geode cortez8591 at gmail dot com
                   ` (3 preceding siblings ...)
  2009-05-24  9:11 ` ubizjak at gmail dot com
@ 2009-09-17  8:48 ` ubizjak at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2009-09-17  8:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ubizjak at gmail dot com  2009-09-17 08:48 -------
As per comment #3.


-- 

ubizjak at gmail dot com changed:

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


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


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

end of thread, other threads:[~2009-09-17  8:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-22 15:33 [Bug target/40226] New: gcc emits bad opcode 'ffreep' even if march=geode cortez8591 at gmail dot com
2009-05-22 15:51 ` [Bug target/40226] " pinskia at gcc dot gnu dot org
2009-05-22 17:27 ` ubizjak at gmail dot com
2009-05-23 21:28 ` cortez8591 at gmail dot com
2009-05-24  9:11 ` ubizjak at gmail dot com
2009-09-17  8:48 ` 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).