dg-torture.exp: Run c-c++-common torture tests.
* g++.dg/torture/dg-torture.exp: Run c-c++-common torture tests. * gcc.dg/torture/dg-torture.exp: Likewise. * c-c++-common/complex-sign.h, c-c++-common/complex-sign-add.c, c-c++-common/complex-sign-mixed-add.c, c-c++-common/complex-sign-mixed-div.c, c-c++-common/complex-sign-mixed-mul.c, c-c++-common/complex-sign-mixed-sub.c, c-c++-common/complex-sign-mul.c, c-c++-common/complex-sign-sub.c: Move into c-c++-common/torture. From-SVN: r156879
This commit is contained in:
parent
f8ba5508ff
commit
b7d61a540d
@ -1,3 +1,16 @@
|
||||
2010-02-18 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* g++.dg/torture/dg-torture.exp: Run c-c++-common torture tests.
|
||||
* gcc.dg/torture/dg-torture.exp: Likewise.
|
||||
* c-c++-common/complex-sign.h,
|
||||
c-c++-common/complex-sign-add.c,
|
||||
c-c++-common/complex-sign-mixed-add.c,
|
||||
c-c++-common/complex-sign-mixed-div.c,
|
||||
c-c++-common/complex-sign-mixed-mul.c,
|
||||
c-c++-common/complex-sign-mixed-sub.c,
|
||||
c-c++-common/complex-sign-mul.c,
|
||||
c-c++-common/complex-sign-sub.c: Move into c-c++-common/torture.
|
||||
|
||||
2010-02-18 Jason Merrill <jason@redhat.com>
|
||||
|
||||
PR c++/43108
|
||||
|
@ -3,5 +3,5 @@
|
||||
load_lib g++-dg.exp
|
||||
|
||||
dg-init
|
||||
gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.C]] ""
|
||||
gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.C $srcdir/c-c++-common/torture/*.c]] ""
|
||||
dg-finish
|
||||
|
@ -3,5 +3,5 @@
|
||||
load_lib gcc-dg.exp
|
||||
|
||||
dg-init
|
||||
gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.c]] ""
|
||||
gcc-dg-runtest [lsort [glob $srcdir/$subdir/*.c $srcdir/c-c++-common/torture/*.c]] ""
|
||||
dg-finish
|
||||
|
Loading…
Reference in New Issue
Block a user