[Bug fortran/109865] different results when routine moved inside the contains statement

jvdelisle at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 17 03:08:15 GMT 2023


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu.org

--- Comment #15 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to GARY.WHITE@ColoState.edu from comment #11)
> I've never used valgrind -- what would it do?
> 
 valgrind tracks and checks memory allocations during execution and can spot
where things, such as pointers that go astray.  This sometimes happens with
optimization bugs.

>From the man page. It has many tools and is very useful.

       Valgrind is a flexible program for debugging and profiling Linux
       executables. It consists of a core, which provides a synthetic CPU in
       software, and a series of debugging and profiling tools. The
       architecture is modular, so that new tools can be created easily and
       without disturbing the existing structure.


More information about the Gcc-bugs mailing list