Commit 5ad17e7d by Kaveh R. Ghazi Committed by Kaveh Ghazi

nothrow-1.C: Skip test if -fpic/-fPIC is used.

	* g++.dg/tree-ssa/nothrow-1.C: Skip test if -fpic/-fPIC is used.

From-SVN: r121976
parent eb62be44
2007-02-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* g++.dg/tree-ssa/nothrow-1.C: Skip test if -fpic/-fPIC is used.
2007-02-14 Steven G. Kargl <kargl@gcc.gnu.org> 2007-02-14 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/30799 PR fortran/30799
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O1 -fdump-tree-cfg" } */ /* { dg-options "-O1 -fdump-tree-cfg" } */
/* { dg-skip-if "" { "*-*-*" } { "-fpic" "-fPIC" } { "" } } */
double a; double a;
void t() void t()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment