This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/16808] New: verify_ssa failed: Missing definition for SSA_NAME
- From: "falk at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jul 2004 20:53:15 -0000
- Subject: [Bug tree-optimization/16808] New: verify_ssa failed: Missing definition for SSA_NAME
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This is a test case from PR 11372, but most likely it's a different problem
this time.
% gcc -c -O2 pr11372.c
pr11372.c: In function `evalTerm':
pr11372.c:25: error: Missing definition
for SSA_NAME: TMT.14<D1176>_26
in statement:
# TMT.14<D1176>_28 = V_MAY_DEF <TMT.14<D1176>_26>;
# TMT.15<D1177>_29 = V_MAY_DEF <TMT.15<D1177>_27>;
f (T.6<D1160>_12);
pr11372.c:25: error: Missing definition
for SSA_NAME: TMT.15<D1177>_27
in statement:
# TMT.14<D1176>_28 = V_MAY_DEF <TMT.14<D1176>_26>;
# TMT.15<D1177>_29 = V_MAY_DEF <TMT.15<D1177>_27>;
f (T.6<D1160>_12);
pr11372.c:25: internal compiler error: verify_ssa failed.
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: verify_ssa failed: Missing definition for SSA_NAME
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: falk at debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: alphaev68-unknown-linux-gnu
GCC host triplet: alphaev68-unknown-linux-gnu
GCC target triplet: alphaev68-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16808