This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47516] testsuite failure: realloc_on_assign_2.f03 (with --disable-bootstrap)
- From: "burnus at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 30 Jan 2011 14:18:16 +0000
- Subject: [Bug fortran/47516] testsuite failure: realloc_on_assign_2.f03 (with --disable-bootstrap)
- Auto-submitted: auto-generated
- References: <bug-47516-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47516
--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-01-30 14:17:59 UTC ---
(In reply to comment #2)
> 4.5.0 is the system compiler which I use to build the GCC trunk. Since the
> failure only appears with --disable-bootstrap that might be relevant.
>
> I still see this problem at r169406.
Can you try again using GCC 4.6.0 r169406 as compiler? (I.e. setting the PATH
and LD_LIBRARY_PATH such that 4.6.0 is used.)
For curiosity, I will try to compile without bootstrapping with
4.5.1 20101208 [gcc-4_5-branch revision 167585]
However, it looks as if GCC 4.5.0 miscompiles f951; except for not
bootstrapping, there should be no difference between --disable-bootstrap and
not. (Contrary to --enable-checking=release.)