public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9373: [<3.3,3.4> regression] ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932
@ 2003-01-20 15:47 ehrhardt
  0 siblings, 0 replies; only message in thread
From: ehrhardt @ 2003-01-20 15:47 UTC (permalink / raw)
  To: adam, ehrhardt, gcc-bugs, gcc-prs, nobody

Old Synopsis: GCC-3.3 internal compiler error with -fstrict-aliasing
New Synopsis: [<3.3,3.4> regression] ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932

Responsible-Changed-From-To: cae->unassigned
Responsible-Changed-By: cae
Responsible-Changed-When: Mon Jan 20 15:47:44 2003
Responsible-Changed-Why:
    Testcase reduced.
State-Changed-From-To: open->analyzed
State-Changed-By: cae
State-Changed-When: Mon Jan 20 15:47:44 2003
State-Changed-Why:
    Here's a reduced test case that ICEs with 3.4 on sparc-sun-solaris
    and linux-gnu-i686: This reduced testcase is probably no longer legal
    but as I can't comment on the legality of the original code I leave this
    in ice-on-legal state. Priority high because this is a regression from 3.2.
    
    ------------- cut ---------------------------------
    typedef unsigned int Mword;
    struct Thread
    {
      Mword sys_ipc_log();
      void hook_ipc_vector();
      unsigned (Thread::*syscall_table)();
    };
    
    void Thread::hook_ipc_vector()
    {
        syscall_table = &Thread::sys_ipc_log;
    }
    ------------- cut ---------------------------------
    
    Compile with -fstrict-aliasing. Here's the ICE again:
    
    9373-2.cc: In member function `void Thread::hook_ipc_vector()':
    9373-2.cc:11: internal compiler error: in set_mem_alias_set, at emit-rtl.c:1934
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
    

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9373


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-20 15:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-20 15:47 c++/9373: [<3.3,3.4> regression] ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932 ehrhardt

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).