https://bugs.kde.org/show_bug.cgi?id=371966

--- Comment #1 from Carl Ponder <cpon...@nvidia.com> ---
I attached the test-case here. You can reproduce the issue as follows:

pgfortran -o test03.pgi test03.f90 -O0 -gopt
valgrind test03.pgi                     # 12 errors.

pgfortran -o test03.pgi test03.f90 -O0 -gopt -Mstack_arrays
valgrind test03.pgi                     # 0 errors.

I'm using the PGI 16.9 compiler running on CentOS 7.2. The valgrind was built
with GCC 4.8.5.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to