public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47856] New: PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe
@ 2011-02-23 12:06 sebastian.huber@embedded-brains.de
  2011-08-22 11:26 ` [Bug target/47856] " sebastian.huber@embedded-brains.de
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: sebastian.huber@embedded-brains.de @ 2011-02-23 12:06 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: PowerPC: Wrong assembler output with -mcpu=8540 -meabi
                    -msdata -fno-common -mfloat-gprs=double -mspe
                    -mabi=spe
           Product: gcc
           Version: 4.5.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: sebastian.huber@embedded-brains.de
            Target: powerpc-rtems4.11-gcc


Created attachment 23441
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23441
Sample code.

powerpc-rtems4.11-gcc -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double
-mspe -mabi=spe -c docomplexf.i
/tmp/ccIXOSTp.s: Assembler messages:
/tmp/ccIXOSTp.s:72: Warning: setting incorrect section attributes for .sdata2

We have:

    .section    .sdata2,"aw",@progbits

This should be:
    .section    .sdata2,"a",@progbits


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

* [Bug target/47856] PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe
  2011-02-23 12:06 [Bug target/47856] New: PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe sebastian.huber@embedded-brains.de
@ 2011-08-22 11:26 ` sebastian.huber@embedded-brains.de
  2011-08-22 12:19 ` sebastian.huber@embedded-brains.de
  2020-06-02 23:49 ` segher at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: sebastian.huber@embedded-brains.de @ 2011-08-22 11:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Sebastian Huber <sebastian.huber@embedded-brains.de> 2011-08-22 11:20:08 UTC ---
This bug is still present in GCC 4.6.1.


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

* [Bug target/47856] PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe
  2011-02-23 12:06 [Bug target/47856] New: PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe sebastian.huber@embedded-brains.de
  2011-08-22 11:26 ` [Bug target/47856] " sebastian.huber@embedded-brains.de
@ 2011-08-22 12:19 ` sebastian.huber@embedded-brains.de
  2020-06-02 23:49 ` segher at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: sebastian.huber@embedded-brains.de @ 2011-08-22 12:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Sebastian Huber <sebastian.huber@embedded-brains.de> 2011-08-22 12:03:41 UTC ---
This bug is also present in GCC 4.7.0 20110820.


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

* [Bug target/47856] PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe
  2011-02-23 12:06 [Bug target/47856] New: PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe sebastian.huber@embedded-brains.de
  2011-08-22 11:26 ` [Bug target/47856] " sebastian.huber@embedded-brains.de
  2011-08-22 12:19 ` sebastian.huber@embedded-brains.de
@ 2020-06-02 23:49 ` segher at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: segher at gcc dot gnu.org @ 2020-06-02 23:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47856

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX
                 CC|                            |segher at gcc dot gnu.org

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
The powerpcspe backend has been deprecated in GCC 8 and removed during GCC 9
development. See corresponding mailing list threads[1,2,3] for details.

[1] https://gcc.gnu.org/legacy-ml/gcc/2018-04/msg00102.html
[2] https://gcc.gnu.org/legacy-ml/gcc-patches/2018-12/msg00123.html
[3] https://gcc.gnu.org/pipermail/gcc/2020-May/232342.html

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

end of thread, other threads:[~2020-06-02 23:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-23 12:06 [Bug target/47856] New: PowerPC: Wrong assembler output with -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mspe -mabi=spe sebastian.huber@embedded-brains.de
2011-08-22 11:26 ` [Bug target/47856] " sebastian.huber@embedded-brains.de
2011-08-22 12:19 ` sebastian.huber@embedded-brains.de
2020-06-02 23:49 ` segher at gcc dot gnu.org

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