public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/35321]  New: [4.1/4.2/4.3/4.4 regression] ICE with invalid use of __builtin_offsetof
@ 2008-02-23 18:31 reichelt at gcc dot gnu dot org
  2008-02-23 18:32 ` [Bug c++/35321] " reichelt at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2008-02-23 18:31 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet triggers an ICE since GCC 4.0.0:

=========================================
struct A
{
  A operator[] (int);
};

struct B
{
  A a;
};

void foo()
{
  __builtin_offsetof(B, a[0]);
}
=========================================

bug.cc: In function 'void foo()':
bug.cc:13: internal compiler error: in fold_offsetof_1, at c-common.c:6850
Please submit a full bug report, [etc.]

Before, the code was rejected as __builtin_offsetof was not yet supported.

The problem is related to PR28573.


-- 
           Summary: [4.1/4.2/4.3/4.4 regression] ICE with invalid use of
                    __builtin_offsetof
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
 BugsThisDependsOn: 28573


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-04-22 15:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-23 18:31 [Bug c++/35321] New: [4.1/4.2/4.3/4.4 regression] ICE with invalid use of __builtin_offsetof reichelt at gcc dot gnu dot org
2008-02-23 18:32 ` [Bug c++/35321] " reichelt at gcc dot gnu dot org
2008-03-03 16:27 ` rguenth at gcc dot gnu dot org
2008-07-04 22:35 ` [Bug c++/35321] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-08-17 15:42 ` paolo dot carlini at oracle dot com
2008-08-17 16:06 ` bonzini at gnu dot org
2008-08-17 16:18 ` paolo dot carlini at oracle dot com
2008-08-27 17:11 ` [Bug c++/35321] [4.2/4.3 " paolo at gcc dot gnu dot org
2008-08-27 17:11 ` paolo dot carlini at oracle dot com
2009-01-02 22:39 ` pinskia at gcc dot gnu dot org
2009-03-31 20:21 ` [Bug c++/35321] [4.3 " jsm28 at gcc dot gnu dot org
2009-04-22 15:31 ` rguenth at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).