https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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&root=gcc&view=rev
Log:
Backported from mainline
2016-01-01 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055
--- Comment #10 from Jakub Jelinek ---
Fixed for GCC 6+ so far.
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&root=gcc&view=rev
Log:
PR sanitizer/69055
* ubsan.c (ubsan_instrument_float_cast)
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 unrela
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
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
/opt/gcc/_clean/gcc/testsuite/gcc.dg/atomic/c11-atomic-exec-2
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69055
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|