------- Comment #23 from irar at il dot ibm dot com 2009-06-17 08:22 ------- (In reply to comment #22) > My understanding is that ([istarget *-*-darwin*] && [is-effective-target > lp64]) > should return false for -m32 and true for -m64. At least it is how it works on > other tests I have looked at. Is there anyway to check it?
You can add /* { dg-final { scan-tree-dump-times "bla bla bla" 1 "vect" { target vector_alignment_reachable } } } */ to some test. It should fail for -m32 and pass for -m64 (since we think that vector_alignment_reachable is true for -m32 and false for -m64). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40359