------- Comment #2 from schwab at suse dot de 2007-04-26 12:18 ------- There is no implicit cast here. a[b] is the same as (*((a)+(b))), and since addition is commutative, this is the same as (b)[a].
-- schwab at suse dot de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31712