Gentoo Archives: gentoo-dev

From: Luca Barbato <lu_zero@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: GCC 4.8 unmasking
Date: Wed, 14 Aug 2013 15:55:17
Message-Id: 520BA8BA.2040802@gentoo.org
In Reply to: [gentoo-dev] Re: GCC 4.8 unmasking by Ryan Hill
1 On 14/08/13 01:40, Ryan Hill wrote:
2 > On Tue, 13 Aug 2013 07:13:13 +0200
3 > Luca Barbato <lu_zero@g.o> wrote:
4 >
5 >> On 13/08/13 03:41, Ryan Hill wrote:
6 >>> I don't see any reason to keep this masked other than bug #416069, which
7 >>> needs to be fixed anyways. How does Friday sound?
8 >>>
9 >>> https://bugs.gentoo.org/416069 xorg-2.eclass: add
10 >>> --disable-selective-werror to configure https://bugs.gentoo.org/461954 GCC
11 >>> 4.8 porting
12 >>
13 >> gcc-4.8 can miscompile libc
14 >>
15 >> http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56888
16 >>
17 >> We should make sure we do not get bitten by this.
18 >
19 > We don't build glibc with -O3. Other libc's should either not use -O3 or
20 > use -fno-tree-loop-distribute-patterns where applicable.
21 >
22
23 On certain arches the memcpy tranformation happens even on lower
24 optimization levels or so I saw reported.
25
26
27 lu

Replies

Subject Author
[gentoo-dev] Re: GCC 4.8 unmasking Ryan Hill <dirtyepic@g.o>