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/44866] New: [4.6 regression] internal compiler error: verify_stmts failed: error: Incompatible types in PHI argument 1


This is for Wine, a regression that happened in the last week or two:

/files/pfeifer/gcc/bin/gcc -c -O2 nbcmdqueue.i
nbcmdqueue.c: In function ?NBCmdQueueCancel?:
nbcmdqueue.c:107:7: error: Incompatible types in PHI argument 1
struct _NCB *

UCHAR

D.9146_56 = PHI <D.9167_60(8), D.9168_61(9)>

nbcmdqueue.c:107:7: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


Interestingly enough, if I use -O1 instead of -O2 the failure remains,
alas a few lines earlier.


-- 
           Summary: [4.6 regression] internal compiler error: verify_stmts
                    failed: error: Incompatible types in PHI argument 1
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gerald at pfeifer dot com
  GCC host triplet: i386-unknown-freebsd7.3


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


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