commit: 0cd8097a6e28908f22d76c714f2baeb2da5139d9
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 08:09:56 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 08:09:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0cd8097a
doc: add another strict aliasing link
doc/qa.docbook | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/qa.docbook b/doc/qa.docbook
index d0986e2..6e25714 100644
--- a/doc/qa.docbook
+++ b/doc/qa.docbook
@@ -224,7 +224,8 @@
For information, please review these links:
<ulink
url="http://mail-index.netbsd.org/tech-kern/2003/08/11/0001.html">NetBSD
Explanation</ulink>,
<ulink url="http://thread.gmane.org/gmane.linux.gentoo.devel/39495">Gentoo
Dev Thread</ulink>,
- <ulink url="http://gcc.gnu.org/bugs.html#nonbugs_c">GCC Docs</ulink>
+ <ulink url="http://gcc.gnu.org/bugs.html#nonbugs_c">GCC Docs</ulink>,
+ <ulink
url="http://cellperformance.beyond3d.com/articles/2006/06/understanding-strict-aliasing.html">Practical
examples</ulink>.
</para>
<para>
To fix this issue, use the methods proposed in the links mentioned earlier.