[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 Bill Schmidt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 --- Comment #7 from Bill Schmidt --- Author: wschmidt Date: Fri Dec 9 22:02:04 2016 New Revision: 243506 URL: https://gcc.gnu.org/viewcvs?rev=243506=gcc=rev Log: 2016-12-09 Bill Schmidt PR

[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 --- Comment #3 from Bill Schmidt --- Yes, that works: Running /home/wschmidt/gcc/gcc-mainline-test/gcc/testsuite/gcc.target/powerpc/powerpc.exp ... === gcc Summary for unix/-m64 === # of unsupported tests 1

[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 Bill Schmidt changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 --- Comment #5 from amker at gcc dot gnu.org --- (In reply to Bill Schmidt from comment #4) > Since the test doesn't have a { dg-do ... }, I don't know whether you were > intending compile-only or an executable test. Use { dg-do run { target ...

[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 --- Comment #4 from Bill Schmidt --- Since the test doesn't have a { dg-do ... }, I don't know whether you were intending compile-only or an executable test. Use { dg-do run { target ... } } as needed.

[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 --- Comment #2 from Bill Schmidt --- I think the target restriction /* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */ is probably sufficient to fix this. I can test that in a bit.

[Bug testsuite/78740] test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335

2016-12-09 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740 --- Comment #1 from amker at gcc dot gnu.org --- Hmm, I am not familiar with powerpc targets, how should I restrict test case on targets that support -m32? In gcc.target/powerpc/fusion4.c, there are /* { dg-do compile { target { powerpc*-*-* &&