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++/18462] [3.4/4.0 Regression] Segfault on declaration of large array member


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-13 16:45 -------
Either this is a dup of PR 16681 or there is another bug.  The splay_tree is very long which causes the 
stack to be overflowed.  Maybe we should fix the recursive nature of splay_tree_delete.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |16681
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.3 4.0.0
      Known to work|                            |3.3
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-13 16:45:23
               date|                            |
            Summary|[3.4 Regression] Segfault on|[3.4/4.0 Regression]
                   |declaration of large array  |Segfault on declaration of
                   |member                      |large array member
   Target Milestone|---                         |3.4.4


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


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