Bug#319570: g++-4.0: ICE: Segmentation fault

2005-07-22 Thread Brian M. Carlson
Package: g++-4.0 Version: 4.0.1-2 Severity: important Justification: may break C++ transition of libcrypto++ -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -fno-strict-aliasing -O2 -frepo -Wno-unused -Werror -MT dll.lo -MD -MP -MF .deps/dll.Tpo -c d

Bug#319553: g++-4.0: HUGE_VAL causes error with -pedantic

2005-07-22 Thread Ben Burton
Package: g++-4.0 Version: 4.0.1-2 Severity: normal Hi, I've run into a build failure whilst transitioning one of my packages to g++-4.0. The error occurs when HUGE_VAL is used with -pedantic in C++ code, as in the following program: #include int main() { double d = 1.0; if (d

[Bug c++/19004] [3.4/4.0/4.1 Regression] ICE in uses_template_parms at cp/pt.c:4860

2005-07-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-22 21:13 --- Moving to 4.0.2 pre Mark. -- What|Removed |Added Target Milestone|3.4.5

[Bug target/22585] [4.0/4.1 regression] ICE with long doubles in expand_simple_unop

2005-07-22 Thread uros at kss-loka dot si
--- Additional Comments From uros at kss-loka dot si 2005-07-22 12:34 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg01490.html Patch fixes compilation of testcase from comment #3 and compilation of fractal.c. -- What|Removed |Added --

Bug#319328: [m68k] ICE: Segmentation fault with g++-4.0 -O2

2005-07-22 Thread Steve Langasek
On Thu, Jul 21, 2005 at 04:29:50PM +0200, Matthias Klose wrote: > Steve Langasek writes: > > Package: g++-4.0 > > Version: 4.0.1-2 > > Severity: important > > jigdo is failing to build with g++-4.0 on m68k with the following error: > > The unstable chroot on crest still has only g++-3.3 and g++-3

Bug#319255: Bug #319255: gcc-4.0: Please include Fix for GCC Bug 22278

2005-07-22 Thread Matthias Klose
Nathanael Nerode writes: > > >> GCC bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22278 causes problems > >> for the X.Org X server. We currently have a work around in place for the > >> most noticeable issues, but code potentially displaying this problem is > >> scattered throughout the X.Org c

[Bug target/22585] [4.0/4.1 regression] ICE with long doubles in expand_simple_unop

2005-07-22 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-07-22 09:41 --- Uros' patch for PR22576 indeed fixes the ICEs in redirect_branch and extract_insn on the 4.0 branch and mainline. But I can now confirm the bug in expand_simple_unop, I just had to add -march=i486 to the c

Bug#319255: Bug #319255: gcc-4.0: Please include Fix for GCC Bug 22278

2005-07-22 Thread Nathanael Nerode
>> GCC bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22278 causes problems >> for the X.Org X server. We currently have a work around in place for the >> most noticeable issues, but code potentially displaying this problem is >> scattered throughout the X.Org codebase, particularly in different