[Bug target/19201] [m68k] Inefficient code for array accesses (from old PROBLEMS)
schwab at suse dot de
gcc-bugzilla@gcc.gnu.org
Fri Dec 31 13:32:00 GMT 2004
------- Additional Comments From schwab at suse dot de 2004-12-31 13:32 -------
Test case (see also
<http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01109.html>):
struct X {
char *a;
/* other members */
int b;
};
void f (struct X *x)
{
x->a[x->b] = 0;
}
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |schwab at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201
More information about the Gcc-bugs
mailing list