Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@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:19:06
Message-Id: 200606171315.58369.vapier@gentoo.org
In Reply to: [gentoo-dev] strict-aliasing rules, don't break them by Luca Barbato
1 On Saturday 17 June 2006 06:17, Luca Barbato wrote:
2 > Long term solution:
3 > 1- check your new package for aliasing compliance, and if you have time
4 > fix it in the code or in the makefile, if you haven't append
5 > -fno-strict-aliasing to the cflags and maybe send a notice about it
6 > upstream
7 >
8 > 2- append -fno-strict-aliasing to every source known to have such issue.
9
10 3 - include checking in portage
11 http://bugs.gentoo.org/111436
12 -mike

Replies

Subject Author
Re: [gentoo-dev] strict-aliasing rules, don't break them "Harald van Dijk" <truedfx@g.o>