[Bug optimization/12223] [3.3.2 regression] Compiler generates infinite loop

2003-09-19 Thread ebotcazou at gcc dot gnu dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12223 ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

Bug#211661: gcc-3.3: With -std=c99, the NAN and INFINITY macros are not regarded as constants

2003-09-19 Thread Vincent Lefevre
Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: normal When compiling the following program with gcc -std=c99 #include math.h int main (void) { static double x = NAN; return x == 0; } I get: testconstnan.c: In function `main': testconstnan.c:27: error: initializer element is not constant

Bug#166255: [Bug optimization/323] optimized code gives strange floating point results

2003-09-19 Thread kevin at moore-and-moore dot com
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 kevin at moore-and-moore dot com changed: What|Removed |Added

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Daniel Jacobowitz
On Thu, Sep 18, 2003 at 06:17:42PM -0500, Andrés Roldán wrote: Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: normal Tags: upstream When trying to executing a binary with the __thread keywork, the program segfaults. Below is the output. debian's glibc does not support TLS yet. --

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Andrés Roldán
Daniel Jacobowitz [EMAIL PROTECTED] writes: On Thu, Sep 18, 2003 at 06:17:42PM -0500, Andrés Roldán wrote: Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: normal Tags: upstream When trying to executing a binary with the __thread keywork, the program segfaults. Below is the output.

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Daniel Jacobowitz
On Fri, Sep 19, 2003 at 11:52:50AM -0500, Andrés Roldán wrote: Daniel Jacobowitz [EMAIL PROTECTED] writes: On Thu, Sep 18, 2003 at 06:17:42PM -0500, Andrés Roldán wrote: Package: gcc-3.3 Version: 1:3.3.2-0pre3 Severity: normal Tags: upstream When trying to executing a binary

Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT)

2003-09-19 Thread Aurelien Jarno
tag 210848 + patch thanks Hello, Here is a .dpatch file based on the patch posted on [EMAIL PROTECTED] [1]. I built gcc with this patch, and I tried to run the testcase. I confirm that it fixes the bug. Cheers, Aurelien [1] http://gcc.gnu.org/ml/gcc-patches/2003-09/msg00853.html #! /bin/sh -e

Processed: Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT)

2003-09-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tag 210848 + patch Bug#210848: g++-3.3: Code miscompilation with -O0 -finline (discovered in QT) Tags were: sid Tags added: patch thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread GOTO Masanori
severity 211610 wishlist reassign 211610 glibc thanks At Thu, 18 Sep 2003 18:17:42 -0500, Andrs Roldn wrote: When trying to executing a binary with the __thread keywork, the program segfaults. Below is the output. [pts/0] [EMAIL PROTECTED]:~$ cat tls.c __thread int a; int main (void)

Processed: Re: Bug#211610: gcc-3.3: Simple TLS code segfaults

2003-09-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: severity 211610 wishlist Bug#211610: gcc-3.3: Simple TLS code segfaults Severity set to `wishlist'. reassign 211610 glibc Bug#211610: gcc-3.3: Simple TLS code segfaults Bug reassigned from package `gcc-3.3' to `glibc'. thanks Stopping processing

[Bug optimization/12223] [3.3.2 regression] Compiler generates infinite loop

2003-09-19 Thread neroden at gcc dot gnu dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12223 neroden at gcc dot gnu dot org changed: What|Removed |Added GCC

[Bug optimization/12223] [3.3.2 regression] Compiler generates infinite loop

2003-09-19 Thread pinskia at gcc dot gnu dot org
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12223 pinskia at gcc dot gnu dot org changed: What|Removed |Added