This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/78054] gfortran.dg/pr70673.f90 FAILs at -O0


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-10-20
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed. On x86_64-apple-darwin10 I see

...
==73059== Conditional jump or move depends on uninitialised value(s)
==73059==    at 0x100000A5B: __m_MOD_s (in ./a.out)
==73059==    by 0x100000D5B: MAIN__ (in ./a.out)
==73059==    by 0x100000D94: main (in ./a.out)
==73059== 
==73059== Conditional jump or move depends on uninitialised value(s)
==73059==    at 0x100000A66: __m_MOD_s (in ./a.out)
==73059==    by 0x100000D5B: MAIN__ (in ./a.out)
==73059==    by 0x100000D94: main (in ./a.out)
==73059== 
==73059== Conditional jump or move depends on uninitialised value(s)
==73059==    at 0x100000AB7: __m_MOD_s (in ./a.out)
==73059==    by 0x100000D5B: MAIN__ (in ./a.out)
==73059==    by 0x100000D94: main (in ./a.out)
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]