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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2016-02-04 00:00:00         |2016-2-9
      Known to work|                            |5.3.1
            Summary|Usage of unitialized        |[6 Regession] Usage of
                   |pointer io/list_read.c      |unitialized pointer
                   |                            |io/list_read.c

--- Comment #8 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
This is a regression:

With gfortran 5.3.1:

$ ./a.out 
 res, (1) ==            1 !

With gfortran 6.0.0 20160207 (experimental)

$ ./a.out 
 res, (1) ==           80 �@�@�C

Reply via email to