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