--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.0.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26398
--- Comment #3 from christian dot metzler at bmw-carit dot de 2006-02-23
12:25 ---
Seems to be fixed in 4.0.2
--
christian dot metzler at bmw-carit dot de changed:
What|Removed |Added
---
--- Comment #2 from christian dot metzler at bmw-carit dot de 2006-02-22
08:11 ---
Simple test case:
int main(int argc, char **argv) {
float t;
char u;
t = 1.0;
u = ( ( t<0.0)?-1:((t>0.0)?1:0));
return (int)u;
}
Compiles e.g. on i386 and retur
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-22 05:47 ---
Do you have a simple example that actually compiles?
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|critical|normal
GCC target triplet|powerpc-unknown-eabi|powerpc-unknow