https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67540

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-09-12
                 CC|                            |fxcoudert at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
(In reply to Vittorio Zecca from comment #0)
> During make check-fortran in gcc build the sanitizer complains
> that a null pointer is passed to memcpy in string_intrinsics_inc.c:89

Which test case generates that? It seems weird to be calling string_compare()
with a NULL pointer, so it may actually be a front-end issue.

Reply via email to