Matthias Klose ([EMAIL PROTECTED]) wrote:
> send the (compressed) preprocessed file. please see
> /usr/doc/gcc-3.0-base/README.Bugs.gz how to report the bug.
OK, I've sent the s3v_dac.i.gz file to along
with a description of the bug. Should I send the s3v_dac.i.gz file for
the Debian bug report
[EMAIL PROTECTED] writes:
> I can send the 109-line s3v_dac.c file if you need it, but it won't
> compile without a slew of XFree86 headers.
send the (compressed) preprocessed file. please see
/usr/doc/gcc-3.0-base/README.Bugs.gz how to report the bug.
Package: gcc-3.0
Version: 1:3.0-0pre010526
Severity: normal
Building XFree86 4.1.0 from source, with gcc-3.0, using the options
"-O3 -funroll-loops -march=k6":
s3v_dac.c: In function `S3VCommonCalcClock':
s3v_dac.c:110: Unrecognizable insn:
(insn 585 583 587 (set (reg:SI 212)
(zero_extend
Package: gcc-3.0-base
Version: 3.0-0pre010526
postinst does a 'read', which causes problems for the installer
when it feeds debootstrap stdin from /dev/null. Fix is apparently
to not prompt if DEBIAN_FRONTEND=Noninteractive.
Richard
> On Tue, Jun 05, 2001 at 03:03:30PM +0100, Richard Hirst wro
Your message dated Fri, 8 Jun 2001 14:06:17 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#100103: stdio.h is incomplete (strlen and others are
missing)
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this
>with gcc-3.0 yields a warning: "implicit declaration of function
>`strlen'" although strlen is declared in stdio.h according to
>the man page.
This is incorrect: strlen is declared in , not .
Refer to the glibc manual.
p.
pgpobqH4WjmBu.pgp
Description: PGP signature
Package: gcc-3.0
Version: 1:3.0-0pre010526
Severity: normal
Hi
Compiling the following short program
#include
int main (int argc, char** argv) {
const char a[14] = "Hello World.\0";
printf("length of a = %s is %i\n", a, strlen(a));
return 0;
}
with gcc-3.0 yields a warning: "implicit
7 matches
Mail list logo