Hi, Is there a way to exclude specific line tests based on target switches? Something like dg-skip-if? Or perhaps thats the right think to use (but all the examples I have seen seem to skip the entire test case).
For example, in gcc.dg/assign-warn-3.c, how would I ignore the check for a warning if -fPIC is used? Any help greatly appreciated. Kean