------- Comment #4 from pinskia at gcc dot gnu dot org 2007-04-26 15:56 ------- >Thanks for clarifying. I still think it's completely confusing to have > a[b]==b[a] in general, but that's probably something that can't be changed > easily.
Well, this is what the C standard says how this is defined. C++ on the other hand, is different. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31712