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 <

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

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