This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/32563] [4.2/4.3 regression] ICE on pointer arithmetic



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-08-20 08:35 -------
Hmm, the difference between +/- 1 is that get_inner_reference returns bitpos of
8 and offset of 0 for +1, while -1 it returns bitpos of 0 and offset of -1.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32563


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]