public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Add no_sanitize attribute
@ 2018-04-18 12:22 Martin Liška
  2018-04-27 23:26 ` Jeff Law
  2018-10-07 12:53 ` Gerald Pfeifer
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Liška @ 2018-04-18 12:22 UTC (permalink / raw)
  To: GCC Patches; +Cc: Gerald Pfeifer

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

I would like to mention the attribute in GCC 8 changes.

Martin

[-- Attachment #2: add-no_sanitize-attribute.patch --]
[-- Type: text/x-patch, Size: 696 bytes --]

Index: htdocs/gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.67
diff -r1.67 changes.html
255a256,266
>   <li>
>     New <code>no_sanitize</code> attribute has been added.  The attribute
>     on functions is used to inform the compiler that it should
>     not do sanitization of all options mentioned in sanitize option.
>     A list of values acceptable by <code>-fsanitize</code> option can be
>     provided.
>     <blockquote><pre>
>     void __attribute__ ((no_sanitize ("alignment", "object-size")))
>     f () { /* Do something. */; }
>     </pre></blockquote>
>   </li>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-29 21:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18 12:22 [wwwdocs] Add no_sanitize attribute Martin Liška
2018-04-27 23:26 ` Jeff Law
2018-10-07 12:53 ` Gerald Pfeifer
2018-10-07 19:37   ` Sandra Loosemore
2018-10-08  8:49   ` Martin Liška
2018-12-29 23:41     ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).