[Bug target/10589] For Hitachi SH target, GCC craches when both -fomit-frame-pointer and -mdalign options are specified
kazu at cs dot umass dot edu
gcc-bugzilla@gcc.gnu.org
Tue Jul 15 17:02:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10589
------- Additional Comments From kazu at cs dot umass dot edu 2003-07-15 17:02 -------
Here is an even smaller testcase.
int
foo (int a, int b)
{
return a / b;
}
More information about the Gcc-bugs
mailing list