aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-30 04:09:56 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-30 04:09:56 -0400
commit0cd8097a6e28908f22d76c714f2baeb2da5139d9 (patch)
tree7ad9be3c86d3d04170f9b84919764613175e4247 /doc
parentslot_conflict_handler: suggest --verbose-conflicts (bug 556172) (diff)
downloadportage-0cd8097a6e28908f22d76c714f2baeb2da5139d9.tar.gz
portage-0cd8097a6e28908f22d76c714f2baeb2da5139d9.tar.bz2
portage-0cd8097a6e28908f22d76c714f2baeb2da5139d9.zip
doc: add another strict aliasing link
Diffstat (limited to 'doc')
-rw-r--r--doc/qa.docbook3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/qa.docbook b/doc/qa.docbook
index d0986e2d3..6e2571439 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.