Processed: Re: Processed: Re: Bug#318959: libc6: unreproducible on powerpc

2005-07-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 318959 normal Bug#318959: gcc-4.0: compiles broken code Severity set to `normal'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -

Bug#318959: libc6: unreproducible on powerpc

2005-07-22 Thread GOTO Masanori
tags 318959 unreproducible, moreinfo thanks At Wed, 20 Jul 2005 05:16:32 +0100, Paul Brossier wrote: > for info, i have been testing both testcases on powerpc and could not > reproduce > the issue. Me too. I don't know what the actual problem is - it may be hardware dependent problem, or simply

Processed: Re: Bug#318959: libc6: unreproducible on powerpc

2005-07-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 318959 unreproducible, moreinfo Bug#318959: gcc-4.0: compiles broken code There were no tags set. Tags added: unreproducible, moreinfo > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system admini

Bug#318959: libc6: unreproducible on powerpc

2005-07-19 Thread Paul Brossier
Package: libc6 Version: 2.3.2.ds1-22 Followup-For: Bug #318959 for info, i have been testing both testcases on powerpc and could not reproduce the issue. bye, piem $ for c in 3.3 3.4 4.0; do for o in 0 1 2 3 ; do printf "gcc-%s -O%s\t" $c $o; gcc-$c -W -Wall -O$o -std=c99 ki.c -lm