Bug#100166: gcc-3.0: internal compiler error: unrecognized insn

2001-06-08 Thread Greg Wooledge
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

Bug#100166: gcc-3.0: internal compiler error: unrecognized insn

2001-06-08 Thread Matthias Klose
[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.

Bug#100166: gcc-3.0: internal compiler error: unrecognized insn

2001-06-08 Thread greg
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

Bug#100110: interactive postinst on gcc-3.0-base

2001-06-08 Thread Richard Hirst
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

Bug#100103: marked as done (stdio.h is incomplete (strlen and others are missing))

2001-06-08 Thread Debian Bug Tracking System
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

Bug#100103: stdio.h is incomplete (strlen and others are missing)

2001-06-08 Thread Philip Blundell
>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

Bug#100103: stdio.h is incomplete (strlen and others are missing)

2001-06-08 Thread Philipp Frauenfelder
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