This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/22628] New: ice-on-valid-code: type mismatch between an SSA_NAME and its symbol
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2005 09:57:12 -0000
- Subject: [Bug other/22628] New: ice-on-valid-code: type mismatch between an SSA_NAME and its symbol
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc-4.1-20050722T2023UTC
(...)
../../../libgfortran/generated/trig_c4.c: In function 'ctanf':
../../../libgfortran/generated/trig_c4.c:75: warning: 'n' is used uninitialized
in this function
../../../libgfortran/generated/trig_c4.c:76: warning: 'd' is used uninitialized
in this function
../../../libgfortran/generated/trig_c4.c:67: error: type mismatch between an
SSA_NAME and its symbol
while verifying SSA_NAME n$imag_7 in statement
n$imag_7 = n$imag_24;
../../../libgfortran/generated/trig_c4.c:67: error: type mismatch between an
SSA_NAME and its symbol
while verifying SSA_NAME n$real_9 in statement
n$real_9 = rt_3;
../../../libgfortran/generated/trig_c4.c:67: error: type mismatch between an
SSA_NAME and its symbol
while verifying SSA_NAME d$imag_15 in statement
d$imag_15 = -D.3440_14;
../../../libgfortran/generated/trig_c4.c:67: error: type mismatch between an
SSA_NAME and its symbol
while verifying SSA_NAME d$real_16 in statement
d$real_16 = 1.0e+0;
../../../libgfortran/generated/trig_c4.c:67: error: type mismatch between an
SSA_NAME and its symbol
../../../libgfortran/generated/trig_c4.c:67: error: missing definition
for SSA_NAME: n$imag_7 in statement:
n_8 = COMPLEX_EXPR <rt_3, n$imag_7>;
../../../libgfortran/generated/trig_c4.c:67: internal compiler error: verify_ssa
failed
make[3]: *** [trig_c4.lo] Error 1
make[3]: Leaving directory
`/home/users/builder/rpm/BUILD/gcc-4.1-20050722T2023UTC/obj-i486-pld-linux/i486-pld-linux/libgfortran'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/users/builder/rpm/BUILD/gcc-4.1-20050722T2023UTC/obj-i486-pld-linux/i486-pld-linux/libgfortran'
make[1]: *** [all-target-libgfortran] Error 2
make[1]: Leaving directory
`/home/users/builder/rpm/BUILD/gcc-4.1-20050722T2023UTC/obj-i486-pld-linux'
make: *** [bootstrap] Error 2
--
Summary: ice-on-valid-code: type mismatch between an SSA_NAME and
its symbol
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pluto at agmk dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i486-pld-linux
GCC host triplet: i486-pld-linux
GCC target triplet: i486-pld-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22628