public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/21663] New: [4.0 Regression] ICE in assign_stack_temp_for_type
@ 2005-05-19 13:57 jakub at gcc dot gnu dot org
  2005-05-19 14:18 ` [Bug middle-end/21663] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: jakub at gcc dot gnu dot org @ 2005-05-19 13:57 UTC (permalink / raw)
  To: gcc-bugs

void
foo (int x, void *y, void *z)
{
  typedef struct { char val[x]; } T;
  T bar (void *w)
  {
    __builtin_return (w);
  }
  *(T *)y = bar (z);
}

ICEs on at least {i386,x86_64,ppc,ppc64}-linux at any optimization level.
Works with 3.4.3 as well as HEAD.

-- 
           Summary: [4.0 Regression] ICE in assign_stack_temp_for_type
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug middle-end/21663] [4.0 Regression] ICE in assign_stack_temp_for_type
  2005-05-19 13:57 [Bug middle-end/21663] New: [4.0 Regression] ICE in assign_stack_temp_for_type jakub at gcc dot gnu dot org
@ 2005-05-19 14:18 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-05-19 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-19 14:18 -------
Actually this is not a regression, see PR 8081.  There is a patch included there but I don't know the 
status about it though.  I think it was waiting on copyright assignment but I could be wrong.

*** This bug has been marked as a duplicate of 8081 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2005-05-19 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-19 13:57 [Bug middle-end/21663] New: [4.0 Regression] ICE in assign_stack_temp_for_type jakub at gcc dot gnu dot org
2005-05-19 14:18 ` [Bug middle-end/21663] " pinskia 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).