[Bug libfortran/62094] Program crash when executing DEALLOCATE with addresses that have 0 in bits 26 and higher (little-endian)
sgk at troutmask dot apl.washington.edu
gcc-bugzilla@gcc.gnu.org
Mon Aug 11 19:33:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62094
--- Comment #3 from Steve Kargl <sgk at troutmask dot apl.washington.edu> ---
On Mon, Aug 11, 2014 at 07:17:15PM +0000, sham at Central dot UH.EDU wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62094
>
> --- Comment #2 from sham at Central dot UH.EDU ---
> Thanks, Steve. My pick of libgfortran as "product line" was because
> it was the closest from the limited choices that the bug report form
> offered.
>
> As you observed, this is probably just a LIBC bug. On the other hand,
> I do not know the interconnections between the code generated for
> ALLOCATE/DEALLOCATE by GFortran and the conventions governing call
> to malloc()/free().
>
glibc is developed independently of gcc. You can go to
http://www.gnu.org/software/libc/bugs.html
for more information on reporting glibc bugs.
Unofortunately, I suspect the glibc developers will want
a C program that exposes the problem not a Fortran program.
More information about the Gcc-bugs
mailing list