Processed: Re: [parisc-linux] Re: Bug#200619: gcc: parisc: compiling dietlibc-dev with -Os caus

2003-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 200619 dietlibc Bug#200619: gcc: parisc: compiling dietlibc-dev with -Os causes segfault Bug reassigned from package `gcc' to `dietlibc'. > retitle 200619 dietlibc: parisc: bad stat struct mapping Bug#200619: gcc: parisc: compiling dietlibc-de

Bug#200619: [parisc-linux] Re: Bug#200619: gcc: parisc: compiling dietlibc-dev with -Os caus

2003-08-09 Thread Gerrit Pape
reassign 200619 dietlibc retitle 200619 dietlibc: parisc: bad stat struct mapping thanks On Fri, Jul 25, 2003 at 10:21:26PM -0400, John David Anglin wrote: > > At the fstat call we have the following values: > > > > Breakpoint 11, 0x00010b10 in __stdio_init_file_nothreads () > > Carlos O'Donell

Bug#200619: [parisc-linux] Re: Bug#200619: gcc: parisc: compiling dietlibc-dev with -Os caus

2003-07-25 Thread John David Anglin
> This doesn't appear to be a gcc problem. The register %r3 is saved > on the stack in __stdio_init_file_nothreads. The stack location > is clobbered by the fstat syscall. > > > > + { > > > +struct stat st; > > > +fstat(fd,&st); > > At the fstat call we have the following values: > >

Bug#200619: gcc: parisc: compiling dietlibc-dev with -Os caus

2003-07-24 Thread John David Anglin
> [CC to jda] > > Please can you recheck with a current gcc snapshot (from the > gcc-snapshot package) and attach the preprocessed source? This doesn't appear to be a gcc problem. The register %r3 is saved on the stack in __stdio_init_file_nothreads. The stack location is clobbered by the fstat