------- Comment #8 from pluto at agmk dot net 2006-11-03 18:56 ------- (In reply to comment #2) > Indeed, we badly need details. The correct output (which indeed I can see on > any machine I have at hand, any version of gcc) is: > 0 9 8 7 6 5 4 3 2 1 1 2 3 1 2 3 > 3 2 1 3 2 1 1 2 3 4 5 6 7 8 9 0
[EMAIL PROTECTED] /tmp]$ g++ -v Reading specs from /usr/lib/gcc/alpha-pld-linux/4.1.1/specs Target: alpha-pld-linux Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --libdir=/usr/lib --libexecdir=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man --x-libraries=/usr/lib --enable-shared --enable-threads=posix --enable-languages=c,c++,fortran,ada --enable-c99 --enable-long-long --disable-multilib --enable-nls --disable-werror --with-gnu-as --with-gnu-ld --with-demangler-in-ld --with-system-zlib --with-slibdir=/lib --without-system-libunwind --without-x --enable-cmath --with-long-double-128 --with-gxx-include-dir=/usr/include/c++/4.1.1 --disable-libstdcxx-pch --enable-__cxa_atexit --enable-libstdcxx-allocator=mt alpha-pld-linux Thread model: posix gcc version 4.1.1 20060308 (prerelease) (PLD-Linux) [EMAIL PROTECTED] /tmp]$ uname -a Linux fly 2.6.2 #3 Wed Feb 11 10:19:22 CET 2004 alpha EV56 unknown PLD Linux [EMAIL PROTECTED] /tmp]$ ./tmp 0 9 8 7 6 5 4 3 2 1 1 2 3 1 2 3 3 2 1 3 2 1 1 2 3 4 5 6 7 8 9 0 -- pluto at agmk dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pluto at agmk dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29696