diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2015-11-01 19:35:45 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2015-11-01 19:35:45 +0100 |
commit | fa1af8427798be23dc3a1a3936f43993d0e9da75 (patch) | |
tree | 9207b11ba143b7830735569345dde2ba4729dd5b /open_issues/strict_aliasing.mdwn | |
parent | 4ae03876c9a2c509bd187e6605706ab8c3ed4fe7 (diff) | |
download | web-fa1af8427798be23dc3a1a3936f43993d0e9da75.tar.gz web-fa1af8427798be23dc3a1a3936f43993d0e9da75.tar.bz2 web-fa1af8427798be23dc3a1a3936f43993d0e9da75.zip |
open_issues/binutils: binutils-gdb: Re-run after system updates.
Diffstat (limited to 'open_issues/strict_aliasing.mdwn')
-rw-r--r-- | open_issues/strict_aliasing.mdwn | 10 |
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. |