This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/32563] [4.2/4.3 regression] ICE on pointer arithmetic
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Aug 2007 08:35:08 -0000
- Subject: [Bug debug/32563] [4.2/4.3 regression] ICE on pointer arithmetic
- References: <bug-32563-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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