aboutsummaryrefslogtreecommitdiff
path: root/open_issues/strict_aliasing.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-03-18 10:51:44 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-03-18 10:51:44 +0100
commit74cea5526f697635a3b7a702c733c27a6258eb8e (patch)
tree19e1a6deda4d1f70c2dd8fc6ac96ad2070e55392 /open_issues/strict_aliasing.mdwn
parentf4ebd8729a7bd62cda48798cd19f47d2805c5f1d (diff)
parent895751fb07e382499b4afb8339a5bdd0ee9a2c2b (diff)
downloadweb-74cea5526f697635a3b7a702c733c27a6258eb8e.tar.gz
web-74cea5526f697635a3b7a702c733c27a6258eb8e.tar.bz2
web-74cea5526f697635a3b7a702c733c27a6258eb8e.zip
Merge commit '895751fb07e382499b4afb8339a5bdd0ee9a2c2b'
Diffstat (limited to 'open_issues/strict_aliasing.mdwn')
-rw-r--r--open_issues/strict_aliasing.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/open_issues/strict_aliasing.mdwn b/open_issues/strict_aliasing.mdwn
index 0e59f796..61960480 100644
--- a/open_issues/strict_aliasing.mdwn
+++ b/open_issues/strict_aliasing.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2012, 2013 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2012, 2013, 2015 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -42,3 +43,10 @@ License|/fdl]]."]]"""]]
use techniques that assume aliasing
<braunr> exactly
<teythoon> right, I agree
+
+
+# 2015-10-30
+
+Noticed that there are no `warning: dereferencing type-punned pointer will
+break strict-aliasing rules [-Wstrict-aliasing]` diagnostics when compiling a
+[[GDB|binutils]] build's MIG-generated stub files.