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 pinskia at gcc dot gnu dot org  2004-03-15 22:28 -------
One more thing is that this causes pessimizes code right now.
static void __attribute__((constructor))
temp (void)
{
}
temp should not referenced at all as it is empty.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pessimizes-code
      Known to fail|                            |tree-ssa
      Known to work|                            |3.4.0


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]