This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/14589] [tree-ssa] Bootstrap failure on Tru64 UNIX
- From: "zack at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2004 01:56:49 -0000
- Subject: [Bug c/14589] [tree-ssa] Bootstrap failure on Tru64 UNIX
- References: <20040315211649.14589.ro@techfak.uni-bielefeld.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From zack at gcc dot gnu dot org 2004-05-06 01:56 -------
Huh, I had no idea this was causing bootstrap failures.
I'll note that making these functions static is wrong - then collect2 won't be
able to find them.
My patch won't optimize out an empty constructor, but then we weren't doing that
before. To do it, I think we would have to make the ctors/dtors lists cgraph's
problem, which would probably be a good move, but I'm not doing it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14589