[Bug fortran/81416] OpenMP craches if large arrays passed

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jul 14 07:53:00 GMT 2017


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
If b is not used, then it is removed and not put on either the stack or the
heap.  That is what your second test case is showing.


More information about the Gcc-bugs mailing list