[Bug sanitizer/60535] [4.9 Regression] Link failure with -flto and -fsanitize=undefined
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 17 10:58:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60535
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-03-17
Ever confirmed|0 |1
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Reduced testcase (-flto -fsanitize=undefined -O2):
struct A { int c; };
A *a;
int b = a->c;
int
main ()
{
}
More information about the Gcc-bugs
mailing list