Processed: Re: Bug#428814: [powerpc] error: initializer element is not constant

2007-06-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 428814 important Bug#428814: [powerpc] error: initializer element is not constant Severity set to `important' from `critical' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug

Bug#428814: [powerpc] error: initializer element is not constant

2007-06-30 Thread Matthias Klose
severity 428814 important thanks no, it's not "critical". Gerrit Pape writes: > severity 428814 critical > quit > > On Thu, Jun 14, 2007 at 02:27:49PM +0200, Falk Hueffner wrote: > > Gerrit Pape <[EMAIL PROTECTED]> writes: > > > On a current Debian/powerpc sid system: > > > > > > $ cat >ttt.c <

Processed: Re: Bug#428814: [powerpc] error: initializer element is not constant

2007-06-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 428814 critical Bug#428814: [powerpc] error: initializer element is not constant Severity set to `critical' from `important' > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracking syst

Bug#428814: [powerpc] error: initializer element is not constant

2007-06-29 Thread Gerrit Pape
severity 428814 critical quit On Thu, Jun 14, 2007 at 02:27:49PM +0200, Falk Hueffner wrote: > Gerrit Pape <[EMAIL PROTECTED]> writes: > > On a current Debian/powerpc sid system: > > > > $ cat >ttt.c < > static const double d[] = { 1.0l/6/1/2, -1.0l/30/3/4 }; > > int main() { return 0; } > > E

Processed: Re: Bug#428814: [powerpc] error: initializer element is not constant

2007-06-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > forwarded 428814 http://gcc.gnu.org/PR26374 Bug#428814: [powerpc] error: initializer element is not constant Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR26374. > tags 428814 + upstream Bug#428814: [powerpc]

Bug#428814: [powerpc] error: initializer element is not constant

2007-06-14 Thread Falk Hueffner
Gerrit Pape <[EMAIL PROTECTED]> writes: > On a current Debian/powerpc sid system: > > $ cat >ttt.c < static const double d[] = { 1.0l/6/1/2, -1.0l/30/3/4 }; > int main() { return 0; } > EOT > $ gcc-4.1 ttt.c > ttt.c:1: error: initializer element is not constant > ttt.c:1: error: (near initi

Bug#428814: [powerpc] error: initializer element is not constant

2007-06-14 Thread Gerrit Pape
Package: gcc-4.1 Version: 4.1.2-12 Severity: important On a current Debian/powerpc sid system: $ cat >ttt.c