[Bug target/57814] gcc.target/powerpc/pr46728-* test failures for eabi targets

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

Arseny Solokha  changed:

   What|Removed |Added

 CC||asolokha at gmx dot com

--- Comment #3 from Arseny Solokha  ---
This PR seems to be basically a duplicate of PR57816.

[Bug target/57814] gcc.target/powerpc/pr46728-* test failures for eabi targets

2013-07-03 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57814

--- Comment #1 from joseph at codesourcery dot com joseph at codesourcery dot 
com ---
On Wed, 3 Jul 2013, janis at gcc dot gnu.org wrote:

 Several of the tests added for PR46728 fail for powerpc-none-eabi and
 powerpc-none-eabispe.  The tests all use -mpowerpc-gpopt; is that option
 expected to work for those targets?   If not I can add directives to skip 
 tests
 using that option for powerpc-*-eabi*; if it should work then I'll provide
 further information about test failures and internal compiler errors
 (segfaults).

If the compiler ICEs, that's a bug, whether or not the option is expected 
to work for the given target.  So even if the tests are disabled, a bug 
should remain open in Bugzilla for the ICEs as long as those are unfixed.


[Bug target/57814] gcc.target/powerpc/pr46728-* test failures for eabi targets

2013-07-03 Thread janis at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57814

--- Comment #2 from Janis Johnson janis at gcc dot gnu.org ---
I filed http://gcc.gnu.org/PR57816 for the ICE mentioned above.