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/29846] New: impossible to both expand store flag operations and use a cbranch handler


If both a compare operation and a branch exists, these are used in preference
to a cbranch handler.  If a compare operation, but no branch exists, the
cbranch handler is not used.  If no compare operation exists, we can't generate
compare / setcc sequences.  cstore patterns are recognized by genopinit, but
cause a compiler crash their presence influences code generation.


-- 
           Summary: impossible to both expand store flag operations and use
                    a cbranch handler
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, missed-optimization
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amylaar at gcc dot gnu dot org
OtherBugsDependingO 29842,29845
             nThis:


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


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