On Linux/ia64, I got
ERROR: gfortran.dg/vect/vect-2.f90 -O : error executing dg-final: syntax error
in target selector "target ! vector_alignment_reachable"
Apparently,
{ target { vect_no_align && { {! vector_alignment_reachable } } } }
doesn't work. But
{ target { vect_no_align && { ! vector_alignment_reachable } } }
works.
--
Summary: [4.5 Regression] ERROR: gfortran.dg/vect/vect-2.f90
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hjl dot tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41878