[Bug sanitizer/81097] UBSAN: false positive for not existing negation operator and a bogus message

2017-06-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/81097] UBSAN: false positive for not existing negation operator and a bogus message

2017-06-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097 --- Comment #5 from Richard Biener --- Author: rguenth Date: Tue Jun 20 12:46:46 2017 New Revision: 249407 URL: https://gcc.gnu.org/viewcvs?rev=249407=gcc=rev Log: 2017-06-20 Richard Biener PR middle-end/81097

[Bug sanitizer/81097] UBSAN: false positive for not existing negation operator and a bogus message

2017-06-20 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097 --- Comment #4 from rguenther at suse dot de --- On Tue, 20 Jun 2017, mpolacek at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097 > > --- Comment #3 from Marek Polacek --- > Well, my fix was > > ---

[Bug sanitizer/81097] UBSAN: false positive for not existing negation operator and a bogus message

2017-06-20 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097 --- Comment #3 from Marek Polacek --- Well, my fix was --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -850,7 +850,8 @@ split_tree (location_t loc, tree in, tree type, enum tree_code code, else if (TREE_CONSTANT (in)) *conp = in;

[Bug sanitizer/81097] UBSAN: false positive for not existing negation operator and a bogus message

2017-06-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097 Richard Biener changed: What|Removed |Added Assignee|mpolacek at gcc dot gnu.org|rguenth at gcc dot gnu.org ---

[Bug sanitizer/81097] UBSAN: false positive for not existing negation operator and a bogus message

2017-06-15 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81097 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|