------- Additional Comments From corsepiu at gcc dot gnu dot org 2005-05-14 07:00 ------- (In reply to comment #13) > I'll try again this weekend with the version of GMP on the laptop > and update GMP if it still fails. If you go to the GMP home page > there is a VERY big warning about problems with gcc 4.0. > > In looking over the history of this PR, comment #2 through me off > track because Fortran cannot be installed on a system with only a > single REAL kind. As I tried to express before, I think this PR actually trips several bugs at once.
* A bug in error f95's handling, which probably causes the seg fault. The compiler simply must not seg fault. * A configuration problem: The configure scripts should be able to detect if a target doesn't meet its expectations. * f95 disqualifies ifselves from several embedded targets, if it can not be built/used on targets not supporting REAL8. IIRC, there even exist variants of major _targets_ (IIRC, powerpc, m68k) which do not support REAL8. IMO, this is a design flaw, which should be in your interest to be circumvented. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21203