This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/14589] [tree-ssa] Bootstrap failure on Tru64 UNIX


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]