[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 --- Comment #7 from Dominique d'Humieres --- > Fixed. Still failing on darwin (r249501): see comment 4. Should I reopen this PR or file a new one?

[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed Jun 21 22:17:49 2017 New Revision: 249480 URL: https://gcc.gnu.org/viewcvs?rev=249480=gcc=rev Log: Backported from mainline 2017-06-20 Jakub Jelinek

[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-21 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 --- Comment #4 from Dominique d'Humieres --- Still fails on darwin /opt/gcc/_clean/gcc/testsuite/g++.dg/ubsan/pr81125.C: In constructor 'A::A(long int)': /opt/gcc/_clean/gcc/testsuite/g++.dg/ubsan/pr81125.C:19:14: internal compiler error: in

[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Tue Jun 20 07:10:14 2017 New Revision: 249397 URL: https://gcc.gnu.org/viewcvs?rev=249397=gcc=rev Log: PR sanitizer/81125 * ubsan.h (ubsan_encode_value): Workaround buggy

[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Mon Jun 19 15:28:42 2017 New Revision: 249376 URL: https://gcc.gnu.org/viewcvs?rev=249376=gcc=rev Log: PR sanitizer/81125 * ubsan.h (enum ubsan_encode_value_phase): New.

[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug sanitizer/81125] [7/8 Regression] -fsanitize=undefined ICE

2017-06-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81125 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---