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
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
--- 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
--- 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
--
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
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
--- 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
>> 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
8 matches
Mail list logo