[Bug c++/14138] [3.4/3.5 Regression] 100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,3.5}

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Feb 13 16:05:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-13 16:05 -------
The problem is not really in the parser (-ftime-report is wrong but that is another bug).
The real problem is in name lookup and not using the sorted fields so it is doing a linear search almost 
all the time (at least early on).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |compile-time-hog
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-13 16:05:14
               date|                            |
            Summary|100x -O0 C++ Compile Time   |[3.4/3.5 Regression] 100x -
                   |Regression {3.2,3.3} ->     |O0 C++ Compile Time
                   |{3.4,3.5}                   |Regression {3.2,3.3} ->
                   |                            |{3.4,3.5}
   Target Milestone|---                         |3.4.0


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



More information about the Gcc-bugs mailing list