------- Comment #3 from tbm at cyrius dot com  2008-09-04 10:24 -------
/* Testcase by Martin Michlmayr <[EMAIL PROTECTED]> */

static int
FindSmallestPitch (int i)
{
  int Pitches1[5];
  int *linePitches = ((void *) 0);
  switch (i)
  {
    case 0x0519:
      linePitches = Pitches1;
  }
  return *linePitches;
}
void MGASetupDGAMode (int i)
{
  FindSmallestPitch (i);
}


-- 


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

Reply via email to