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

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
$ gfc pr123868.f90 
$ valgrind ./a.out 
==53355== Memcheck, a memory error detector
==53355== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==53355== Using Valgrind-3.26.0 and LibVEX; rerun with -h for copyright info
==53355== Command: ./a.out
==53355== 
 zz
==53355== 
==53355== HEAP SUMMARY:
==53355==     in use at exit: 0 bytes in 0 blocks
==53355==   total heap usage: 21 allocs, 21 frees, 5,502 bytes allocated
==53355== 
==53355== All heap blocks were freed -- no leaks are possible
==53355== 
==53355== For lists of detected and suppressed errors, rerun with: -s
==53355== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Reply via email to