This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add no_sanitize_undefined attribute (PR sanitizer/58411)


On Tue, Sep 17, 2013 at 06:26:52PM +0200, Marek Polacek wrote:
> Well I wonder too ;)  I thought it can't be NULL, and tried this
> 
> struct C {
>   C() { __builtin_unreachable (); }
> };

I was more wondering about stuff like:
int a = (__builtin_unreachable (), 1);
or similar.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]