Mike Stump <mikest...@comcast.net> wrote: > I'd pre-approve hoisting these up into the lib/.exp files and checking a > generic target requirement... :-) > >> -/* { dg-skip-if "unaligned access" { sparc*-*-* } "*" "" } */ >> +/* { dg-skip-if "unaligned access" { sparc*-*-* sh*-*-* } "*" "" } */
I've thought the same thing when reading the recent HP's comment about changes of testcases for avr, but gave up after grepping STRICT_ALIGNMENT in gcc/config/*/*.h. It seems that it isn't that easy to write something like check_effective_target_unaligned_access for lib/target-supports.exp with my poor knowledge for the various targets. Regards, kaz