re PR target/60648 (ICE (segmentation fault) in expand_binop)
PR target/60648 * g++.dg/pr60648.C: Move test to... * g++.dg/torture/pr60648.C: ... here. Run on all targets, remove dg-options, add for fpic targets dg-additional-options -fPIC. From-SVN: r208933
This commit is contained in:
parent
df438771cc
commit
f67c829e48
@ -1,3 +1,10 @@
|
||||
2014-03-29 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR target/60648
|
||||
* g++.dg/pr60648.C: Move test to...
|
||||
* g++.dg/torture/pr60648.C: ... here. Run on all targets, remove
|
||||
dg-options, add for fpic targets dg-additional-options -fPIC.
|
||||
|
||||
2014-03-28 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gnat.dg/opt33.adb: New testcase.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
|
||||
/* { dg-options "-O3 -fPIC -m32" } */
|
||||
// PR target/60648
|
||||
// { dg-do compile }
|
||||
// { dg-additional-options "-fPIC" { target fpic } }
|
||||
|
||||
enum component
|
||||
{
|
||||
@ -68,6 +68,3 @@ void fn3 ()
|
||||
b[1] = fn2 (e);
|
||||
d = fn1 (c);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user