Results for 3.3.5 (Debian 1:3.3.5-10) testsuite on m68k-linux

2005-03-12 Thread Matthias Klose
LAST_UPDATED: Fri Mar 4 00:38:02 UTC 2005 Native configuration is m68k-linux (a4000t) === gpc tests === Running target any === gpc Summary === # of tests3910 # of expected passes 3907 # of unsupported tests3 /home/doko/gcc-3.3-3.3.5/bu

Results for 3.3.5 (Debian 1:3.3.5-11) testsuite on i486-linux

2005-03-12 Thread Matthias Klose
LAST_UPDATED: Fri Mar 4 00:38:02 UTC 2005 Native configuration is i486-linux (cachaca) === gpc tests === Running target any === gpc Summary === # of tests3910 # of expected passes 3909 # of unsupported tests1 /home/packages/gcc/3.3/gcc

Results for 3.3.5 (Debian 1:3.3.5-10) testsuite on s390-linux

2005-03-12 Thread Matthias Klose
LAST_UPDATED: Fri Mar 4 00:38:02 UTC 2005 Native configuration is s390-linux (debian01) === gpc tests === Running target any === gpc Summary === # of tests3910 # of expected passes 3905 # of unsupported tests5 /build/buildd/gcc-3.3-3.3

gcc-3.3_3.3.5-11_m68k.changes ACCEPTED

2005-03-12 Thread Debian Installer
Accepted: cpp-3.3_3.3.5-11_m68k.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.5-11_m68k.deb fixincludes_3.3.5-11_m68k.deb to pool/main/g/gcc-3.3/fixincludes_3.3.5-11_m68k.deb g++-3.3_3.3.5-11_m68k.deb to pool/main/g/gcc-3.3/g++-3.3_3.3.5-11_m68k.deb g77-3.3_3.3.5-11_m68k.deb to pool/main/g/gcc-3.

gcc-3.3_3.3.5-11_i386.changes ACCEPTED

2005-03-12 Thread Debian Installer
Accepted: cpp-3.3-doc_3.3.5-11_all.deb to pool/main/g/gcc-3.3/cpp-3.3-doc_3.3.5-11_all.deb cpp-3.3_3.3.5-11_i386.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.5-11_i386.deb fixincludes_3.3.5-11_i386.deb to pool/main/g/gcc-3.3/fixincludes_3.3.5-11_i386.deb g++-3.3_3.3.5-11_i386.deb to pool/main/g/

Processing of gcc-3.3_3.3.5-11_m68k.changes

2005-03-12 Thread Archive Administrator
gcc-3.3_3.3.5-11_m68k.changes uploaded successfully to localhost along with the files: gcc-3.3-base_3.3.5-11_m68k.deb libgcc1_3.3.5-11_m68k.deb cpp-3.3_3.3.5-11_m68k.deb protoize_3.3.5-11_m68k.deb fixincludes_3.3.5-11_m68k.deb gobjc-3.3_3.3.5-11_m68k.deb libobjc1_3.3.5-11_m68k.deb g

Processing of gcc-3.3_3.3.5-11_i386.changes

2005-03-12 Thread Archive Administrator
gcc-3.3_3.3.5-11_i386.changes uploaded successfully to localhost along with the files: gcc-3.3_3.3.5-11.dsc gcc-3.3_3.3.5-11.diff.gz cpp-3.3-doc_3.3.5-11_all.deb libgcj4-common_3.3.5-11_all.deb libgcj-common_3.3.5-11_all.deb libstdc++5-3.3-doc_3.3.5-11_all.deb g77-3.3-doc_3.3.5-11_all

Bug#299188: gcc: -ffreestanding and builtins don't work as expected

2005-03-12 Thread Adrian Bunk
On Sat, Mar 12, 2005 at 04:48:46PM +0100, Thiemo Seufer wrote: > Adrian Bunk wrote: > [snip] > > #define sprintf __builtin_sprintf > > > > int main() > > { > > char str[] = "abc"; > > char buf[10]; > > > > sprintf(buf,"%s",str); > > > > return 0; > > } > [snip] > > callstrcpy

Bug#299188: gcc: -ffreestanding and builtins don't work as expected

2005-03-12 Thread Thiemo Seufer
Adrian Bunk wrote: [snip] > #define sprintf __builtin_sprintf > > int main() > { > char str[] = "abc"; > char buf[10]; > > sprintf(buf,"%s",str); > > return 0; > } [snip] > callstrcpy [snip] > As far as I understand the documentation, the call to strcpy > shouldn't be emitted

Bug#299188: gcc: -ffreestanding and builtins don't work as expected

2005-03-12 Thread Adrian Bunk
Package: gcc-3.4 Version: 3.4.3-11 Severity: normal The info file says: <-- snip --> With the `-fno-builtin-FUNCTION' option only the built-in function FUNCTION is disabled. FUNCTION must not begin with `__builtin_'. If a function is named this is not built-in in this version