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

--- Comment #2 from anlauf at gcc dot gnu.org ---
And without ASAN, but under valgrind:

==7714== Conditional jump or move depends on uninitialised value(s)
==7714==    at 0x4008F8: main2 (pdt_46.f03:52)
==7714==    by 0x4008F8: test (pdt_46.f03:32)
==7714==    by 0x4008F8: main (pdt_46.f03:29)
==7714== 
==7714== Conditional jump or move depends on uninitialised value(s)
==7714==    at 0x400981: main2 (pdt_46.f03:55)
==7714==    by 0x400981: test (pdt_46.f03:32)
==7714==    by 0x400981: main (pdt_46.f03:29)

This is consistent with ASAN.

Reply via email to