> Using gcc-3.5 on Debian-Sarge runs as expected, but on T2 and Rawhide j > is set to 0 after fscanf!!! Run under gdb, put a breakpoint on fscanf, upon arrival put a watchpoint on j: (gdb) print &j (gdb) watch *(int *)0x.... (gdb) continue > double x, y, z, korr, SekundeSat; > long j, JahrSat; It's conceivable that this is some fallout from the [impending ?] change to long double. Note that 'j' is declared just after some 'double' locals, and "%lf" appears in the fscanf. -- -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list