This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32302] [4.2/4.3 Regression] Incorrect result with -O2
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2007 15:00:25 -0000
- Subject: [Bug fortran/32302] [4.2/4.3 Regression] Incorrect result with -O2
- References: <bug-32302-10129@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from pault at gcc dot gnu dot org 2007-06-13 15:00 -------
I goofed - the previous does not fix it at all.
I hope that I am not too late to stop folk from building with this patch.
Cheers
Paul
PS Compiling the subroutines separately or padding out the first aux32 both fix
the problem, so I think that the patch is touching the right place. That is,
the union type that is joined to the top level has some information missing
about its size, when a resize occurs. I just need to figure out what it is:)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32302