------- Comment #14 from kargl at gcc dot gnu dot org 2010-06-25 17:14 ------- (In reply to comment #11)
> > Well, it is invalid code - based on a valid Fortran code. If you use Delta to > reduce a test case (cf. > http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction), > it simply removes lines of the source code using a constraint. I think > Sebastian's constraint was that it segfaults. This seemingly happens for the > unmodified gamess due to a Graphite bug - but also due to a buggy error > recovery in gfortran. Well, then Delta is broken for fortran. Reducing valid fortran that is causing a compiler issue to some invalid fortran fragment that may or (more than likely) may not have anything to do with the original issue is a waste of time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44660