[Bug tree-optimization/37368] [4.4 Regression] Segfault in remove_unused_locals
tbm at cyrius dot com
gcc-bugzilla@gcc.gnu.org
Thu Sep 4 10:26:00 GMT 2008
------- Comment #3 from tbm at cyrius dot com 2008-09-04 10:24 -------
/* Testcase by Martin Michlmayr <tbm@cyrius.com> */
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
More information about the Gcc-bugs
mailing list