Bug 61589 - [4.10 Regression] FAIL: (gcc.c-torture/compile|gcc.dg)/pr34856.c on powerpc-apple-darwin9 with -O2 and above
Summary: [4.10 Regression] FAIL: (gcc.c-torture/compile|gcc.dg)/pr34856.c on powerpc-a...
Status: RESOLVED DUPLICATE of bug 61396
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-23 19:34 UTC by Dominique d'Humieres
Modified: 2014-06-23 20:39 UTC (History)
2 users (show)

See Also:
Host: powerpc-apple-darwin9
Target: powerpc-apple-darwin9
Build: powerpc-apple-darwin9
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique d'Humieres 2014-06-23 19:34:19 UTC
The tests gcc.c-torture/compile/pr34856.c and gcc.dg/pr34856.c fail on powerpc-apple-darwin9 with -O2 and above and -m32. The ICE is

/opt/gcc/work/gcc/testsuite/gcc.dg/pr34856.c:29:1: internal compiler error: in simplify_immed_subreg, at simplify-rtx.c:5333

Revision r209530 is OK, r210534 is not, likely a wide-int fallout.

The test gcc.dg/pr34856.c also fails on powerpc64-unknown-linux-gnu (see https://gcc.gnu.org/ml/gcc-testresults/2014-06/msg02026.html).
Comment 1 Iain Sandoe 2014-06-23 20:39:52 UTC
seen on non-darwin too.

*** This bug has been marked as a duplicate of bug 61396 ***