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 middle-end/15855] [3.4/4.0/4.1 Regression] g++ crash with -O2 and -O3 on input file


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-15 22:05 -------
Now we have again (?? appeared not too long ago) DOM taking all time and memory
threading 10000 times repeating

  if (__priority == 65535)
    {
      if (__initialize_p == 0)
        {
          __comp_dtor  (&__ioinit);
        }
      else
        {
     
        }
    }
  else
    {

    }

in __static_initialization

Ugh.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15855


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