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/16969] New: RTX_UNCHANGING_P related miscompilation


On ppc (and ppc64 -m32) following testcase is miscompiled with -O2
in at least 3.4.2 20040810 (prerelease) and 3.4.1 20040714 (Red Hat 3.4.1-7).

In RTL dumps the problem is immediately obvious, t initialization is done with
MEM/s (note missing /u), while later on reads from it are MEM/s/u.

-- 
           Summary: RTX_UNCHANGING_P related miscompilation
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc-redhat-linux


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


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