http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56738
--- Comment #2 from ktkachov at gcc dot gnu.org 2013-03-26 12:07:07 UTC --- (In reply to comment #1) > I see a similar error on powerpc-*-* (see > http://gcc.gnu.org/ml/gcc-testresults/2013-03/msg02572.html ) for > c-c++-common/torture/vshuf-v2di.c and g++.dg/torture/vshuf-v2di.C. > > Should I fill a new PR or extend this one to vshuf-v2di.c? Are you seeing the ICE at the same location? (df-scan.c). Also, from the testresults page you linked I don't see an ICE for -O2 or -O3. Do those run successfully? If you believe they are the same error I think you can add powerpc to the targets in this PR. Regards, Kyrill