[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2014-01-22 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 --- Comment #7 from Yury Gribov y.gribov at samsung dot com --- Volker, could you close this bug if gcc trunk works for you?

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2014-01-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 Volker Reichelt reichelt at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2013-11-07 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2013-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 --- Comment #3 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to Yury Gribov from comment #2) Created attachment 31177 [details] Draft patch Aha, looks like the ICE is caused by destination address being INTEGER_CST instead of

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2013-11-07 Thread ygribov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 --- Comment #4 from ygribov at gcc dot gnu.org --- Author: ygribov Date: Thu Nov 7 12:04:45 2013 New Revision: 204508 URL: http://gcc.gnu.org/viewcvs?rev=204508root=gccview=rev Log: Allow integer literals as addresses in instrumented builtins.

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2013-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- (In reply to ygribov from comment #4) URL: http://gcc.gnu.org/viewcvs?rev=204508root=gccview=rev Log: Allow integer literals as addresses in instrumented builtins. Note, patches

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2013-11-07 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 --- Comment #6 from Yury Gribov y.gribov at samsung dot com --- (In reply to Jakub Jelinek from comment #5) Note, patches should still go to gcc-patches, even when you just say in subject [committed] and in the description that it has been

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2013-11-06 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 --- Comment #1 from Volker Reichelt reichelt at gcc dot gnu.org --- The broken caret diagnostic seems to be a general problem of today's build. I'll open a separate bug report for this.

[Bug sanitizer/59029] ICE with builtin function and -fsanitize=address

2013-11-06 Thread y.gribov at samsung dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59029 Yury Gribov y.gribov at samsung dot com changed: What|Removed |Added CC||y.gribov at