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/33386] Fortran SELECT statement miscompiles



------- 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


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