[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2020-06-02 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

--- Comment #12 from Segher Boessenkool  ---
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

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2020-06-01 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

Eric Gallager  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX
 CC||egallager at gcc dot gnu.org

--- Comment #11 from Eric Gallager  ---
(In reply to Eric Gallager from comment #10)
> (In reply to Arseny Solokha from comment #9)
> > Yes, but AFAIK none of the PRs specific to powerpcspe have been closed so
> > far. And, personally, I'd like them to stay open for another release cycle
> > in the hope Andrew would actually revive the target this year. But it's up
> > to gcc maintainers to decide, of course.
> 
> OK, leaving this open then...

The consensus here seemed to be to close them:
https://gcc.gnu.org/pipermail/gcc/2020-May/232591.html

So, I'm closing this.

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2020-03-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

Segher Boessenkool  changed:

   What|Removed |Added

 CC||segher at gcc dot gnu.org
   Target Milestone|--- |8.5

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2019-05-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

--- Comment #10 from Eric Gallager  ---
(In reply to Arseny Solokha from comment #9)
> Yes, but AFAIK none of the PRs specific to powerpcspe have been closed so
> far. And, personally, I'd like them to stay open for another release cycle
> in the hope Andrew would actually revive the target this year. But it's up
> to gcc maintainers to decide, of course.

OK, leaving this open then...

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2019-02-10 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

--- Comment #9 from Arseny Solokha  ---
Yes, but AFAIK none of the PRs specific to powerpcspe have been closed so far.
And, personally, I'd like them to stay open for another release cycle in the
hope Andrew would actually revive the target this year. But it's up to gcc
maintainers to decide, of course.

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2019-02-10 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

--- Comment #8 from Eric Gallager  ---
(In reply to Arseny Solokha from comment #7)
> AFAICT, it's still the case for powerpcspe target even on trunk (as of
> r259982). While gcc apparently doesn't generate SPE instructions for both
> attached testcases anymore, I've just easily reproduced the issue w/ our
> internal codebase.

Looks like the powerpcspe target is being removed now...

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2018-05-08 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

Arseny Solokha  changed:

   What|Removed |Added

 CC||asolokha at gmx dot com

--- Comment #7 from Arseny Solokha  ---
AFAICT, it's still the case for powerpcspe target even on trunk (as of
r259982). While gcc apparently doesn't generate SPE instructions for both
attached testcases anymore, I've just easily reproduced the issue w/ our
internal codebase.

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2018-05-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37759

Eric Gallager  changed:

   What|Removed |Added

 CC||egallager at gcc dot gnu.org

--- Comment #6 from Eric Gallager  ---
Is this still relevant now that powerpc and powerpcspe have been split into
separate targets?

[Bug target/37759] powerpc option -mabi=no-spe still generates SPE instructions

2008-10-07 Thread patrick at motec dot com dot au


--- Comment #5 from patrick at motec dot com dot au  2008-10-07 23:00 
---
This looks like an option parsing problem.

Building with the deprecated -mspe=no option suppresses all SPE instructions,
which is what I expect/want. There seems to be no need to specify -mabi=no-spe
if -mspe=no is set.

-mno-spe seems to be broken.


-- 


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