The testcase from PR30286 is still failing on i686-apple-darwin9...
gcc-4 -O2 -ftrapv pr30286.c
./pr30286.exe
Abort
The abort occurs in the first test in pr30286.c...
if (t.t[i] != ((i > 6 && i <= 14) ? &s : (struct S *) 0))
abort ();
--
Summary: gcc.dg/pr30286.c fails on i686-apple-darwin9
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: howarth at nitro dot med dot uc dot edu
GCC build triplet: i686-apple-darwin9
GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38110