Bug#201550: gcc-3.3: {hppa} [3.2-3.3 regression] ICE when building hdf5 with -O2/-O3

2003-07-16 Thread Josselin Mouette
Package: gcc-3.3 Version: 1:3.3.1-0pre0 Severity: important hdf5 fails to build on hppa with this error: ../../../src/H5Tconv.c: In function `H5T_conv_vlen': ../../../src/H5Tconv.c:2372: internal compiler error: in verify_local_live_at_start, at flow.c:575 The preprocessed source can be found

[Bug optimization/11366] [3.3 regression] miscompiles XDM-AUTHORIZATION-1 key generation and/or validation in XFree86 at -O2

2003-07-16 Thread pinskia at physics dot uc dot edu
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11366 --- Additional Comments From pinskia at physics dot uc dot edu 2003-07-16 16:08 --- Can you also try with -fno-gcse, since there was a bug in gcse where it would

Bug#166940: [Bug target/10984] x86/sse2 ICEs on vector intrinsics with constant argument

2003-07-16 Thread pinskia at physics dot uc dot edu
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10984 pinskia at physics dot uc dot edu changed: What|Removed |Added

[x86] alignment problem for local mmx/sse/sse2 data inside threads

2003-07-16 Thread Vladimir Grebinskiy
Hi, I tried to switch from Intel's icc to gcc for an application that uses both threads and SSE/SSE2 data. The problem is that local mmx/sse/sse2 variables are not correctly aligned for functions inside threads, thus segfaulting on access. I filed bug report with gcc-bugzilla (bug 10395 ), but

Bug#201658: gcc-3.3: unjustified warning for C89 code using HUGE_VAL

2003-07-16 Thread Adam M. Costello
Package: gcc-3.3 Version: 1:3.3.1-0pre0 Severity: minor Consider the following .c file: #include math.h double x = HUGE_VAL; gcc -ansi -pedantic -Wall gives the warning use of C99 hexadecimal floating constant. There is nothing remotely suspicious about the code that would deserve a

[Bug optimization/11366] [3.3 regression] miscompiles XDM-AUTHORIZATION-1 key generation and/or validation in XFree86 at -O2

2003-07-16 Thread pinskia at physics dot uc dot edu
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11366 pinskia at physics dot uc dot edu changed: What|Removed |Added