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 libfortran/69651] [6 Regession] Usage of unitialized pointer io/list_read.c


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

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