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
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
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
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.
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/
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
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
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
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
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
10 matches
Mail list logo