This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: --disable-checking bootstrap failure
On Mon, 13 Sep 2004, Diego Novillo wrote:
DOM was being tricked by faulty aliasing information.
I'm starting to think that aliasing is badly broken. The system behind
8361 also has close to 100% testsuite failures of all kinds unless I
use -fno-strict-aliasing (while -Wstrict-aliasing=2 does not give a
single warning).
Taking the address of &PTR->FIELD is not handled with any degree of
gracefulness. I'm bootstrapping this fix. Will commit if all goes well.
Thanks! Would you mind also adding a testcase?
Gerald