[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2016-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2016-02-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #11 from Jakub Jelinek --- Author: jakub Date: Wed Feb 10 18:27:20 2016 New Revision: 233287 URL: https://gcc.gnu.org/viewcvs?rev=233287=gcc=rev Log: Backported from mainline 2016-01-01 Jakub Jelinek

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2016-01-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Fri Jan 1 11:55:02 2016 New Revision: 232024 URL: https://gcc.gnu.org/viewcvs?rev=232024=gcc=rev Log: PR sanitizer/69055 * ubsan.c (ubsan_instrument_float_cast): Call

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2016-01-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #10 from Jakub Jelinek --- Fixed for GCC 6+ so far.

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-31 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #8 from Dominique d'Humieres --- > Created attachment 37174 [details] > gcc6-pr69055.patch > > Untested fix. All the failures seen with gfortran are gone with the patch without regression. > The c11-atomic* ICE is completely

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #6 from Dominique d'Humieres --- Similar(?) ICE with C [Book15] f90/bug% gcc /opt/gcc/_clean/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-2.c -fsanitize=float-cast-overflow

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/69055] Internal compiler error -fsanitize=float-cast-overflow

2015-12-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055 --- Comment #5 from Dominique d'Humieres --- Reduced test subroutine tstd implicit none integer n real(8) :: b b = huge(1.0D0) n = b end subroutine tstd