]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, testsuite - Fix pr71694 fail for m32.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2019 18:32:32 +0000 (18:32 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jun 2019 18:32:32 +0000 (18:32 +0000)
commit91efeef45ed5f6338a5953339b1bb098050ffa74
tree24669559a4091a03c856971c9e6c7831e460556e
parentdad2a8cf8ddff6db0e0bc7d36d66d1e3543bc245
Darwin, testsuite - Fix pr71694 fail for m32.

This test fails for Darwin m32 because it's scanning for absence
of an instruction that's validly used in PIC code.  Fixed, in this
case, by using non-PIC codegen.

2019-06-13  Iain Sandoe  <iain@sandoe.co.uk>

* g++.dg/pr71694.C: Use non-PIC codegen for Darwin m32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272257 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr71694.C