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++/16703] New: g++ v3.5.0 produces slower code than v3.4.1 for loops.


g++ v3.5.0 produces slower code than v3.4.1 for some loop-intensive algorithms.
Also, the fomit-frame-pointer switch seems to act as a "de-optimization" switch
for some of the attached code (unlike v3.4.1, for which the fomit-frame-pointer
switch seems to make for faster executables for most applications).

-- 
           Summary: g++ v3.5.0 produces slower code than v3.4.1 for loops.
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: godaves at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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