[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-11-09 Thread reichelt at gcc dot gnu dot org
--- Comment #15 from reichelt at gcc dot gnu dot org 2009-11-09 21:42 --- The bug is not a regression, because the code snippet is invalid and was never correctly rejected since the introduction of __builtin_offsetof. Since it's fixed now we can close it. -- reichelt at gcc dot gnu

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-11-03 Thread dodji at gcc dot gnu dot org
--- Comment #14 from dodji at gcc dot gnu dot org 2009-11-03 13:20 --- Subject: Bug 38699 Author: dodji Date: Tue Nov 3 13:20:08 2009 New Revision: 153848 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153848 Log: Move builtin-offsetof.c test PR c++/38699 * c-c

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-11-03 Thread dodji at gcc dot gnu dot org
--- Comment #13 from dodji at gcc dot gnu dot org 2009-11-03 10:46 --- Subject: Bug 38699 Author: dodji Date: Tue Nov 3 10:46:00 2009 New Revision: 153844 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153844 Log: Fix PR c++/38699 gcc/ChangeLog: PR c++/38699 *

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-11-03 Thread dodji at gcc dot gnu dot org
--- Comment #12 from dodji at gcc dot gnu dot org 2009-11-03 10:44 --- Subject: Bug 38699 Author: dodji Date: Tue Nov 3 10:44:36 2009 New Revision: 153843 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153843 Log: Fix PR c++/38699 gcc/ChangeLog: PR c++/38699 *

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-10-29 Thread dodji at gcc dot gnu dot org
--- Comment #11 from dodji at gcc dot gnu dot org 2009-10-29 21:18 --- Sent an updated patch to http://gcc.gnu.org/ml/gcc-patches/2009-10/msg01746.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38699

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-10-28 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-10-28 Thread dodji at redhat dot com
--- Comment #10 from dodji at gcc dot gnu dot org 2009-10-28 15:42 --- Subject: Re: [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses I am testing the patch below. I am not sure the approach is the right one though. Comments welcome. diff --git a/gcc

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2009-09-20 20:12 --- I am no longer working on this patch ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-08-04 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-08-04 12:29 --- GCC 4.3.4 is being released, adjusting target milestone. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/38699] [4.3/4.4/4.5 regression] ICE using offsetof with pointer and array accesses

2009-03-31 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-31 21:06 --- Closing 4.2 branch. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Summary|