Gentoo Archives: gentoo-dev

From: "Harald van Dijk" <truedfx@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] strict-aliasing rules, don't break them
Date: Sat, 17 Jun 2006 17:36:41
Message-Id: 20060617172825.GA6507@gentoo.org
In Reply to: Re: [gentoo-dev] strict-aliasing rules, don't break them by Mike Frysinger
1 On Sat, Jun 17, 2006 at 01:15:58PM -0400, Mike Frysinger wrote:
2 > On Saturday 17 June 2006 06:17, Luca Barbato wrote:
3 > > Long term solution:
4 > > 1- check your new package for aliasing compliance, and if you have time
5 > > fix it in the code or in the makefile, if you haven't append
6 > > -fno-strict-aliasing to the cflags and maybe send a notice about it
7 > > upstream
8 > >
9 > > 2- append -fno-strict-aliasing to every source known to have such issue.
10 >
11 > 3 - include checking in portage
12 > http://bugs.gentoo.org/111436
13
14 Would this make builds fail by default, or would it provide a hook for
15 the user to allow builds to fail if specific conditions are matched ?
16 --
17 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] strict-aliasing rules, don't break them Mike Frysinger <vapier@g.o>