[Bug libfortran/33386] Fortran SELECT statement miscompiles

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Sep 11 10:38:00 GMT 2007



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-09-11 10:38 -------
int
select_string (select_struct *table, int table_len, const char *selector,
               int selector_len)
{
  select_struct *t;
  int i, low, high, mid;
  int default_jump;


The issue is default_jump is used uninitialized.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|fortran                     |libfortran


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33386



More information about the Gcc-bugs mailing list