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++/14223] New: [3.3] duplicated checks leave dangling conditional jumps


The attached testcase is miscompiled on powerpc and powerpc64, 3.3 branch only. 
It can be seen in the 09.cse dump. 
 
g++ -O2 -c doubleif.ii -da 
 
check the doubleif.ii.09.cse dump, it will contain a single 
reg:CC 123 user in a conditional jump without setter. 
 
the testcase compiles correctly on mainline.

-- 
           Summary: [3.3] duplicated checks leave dangling conditional jumps
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marcus at jet dot franken dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-unknown-linux-gnu
  GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu


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


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