public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/26335]  New: [4.1 Regression] ICE in lhd_set_decl_assembler_name
@ 2006-02-17 11:22 jakub at gcc dot gnu dot org
  2006-02-17 11:24 ` [Bug middle-end/26335] " jakub at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-02-17 11:22 UTC (permalink / raw)
  To: gcc-bugs

struct U
{
  unsigned int u[256];
};

struct S
{
  int u, v, w, x;
  int s[255];
};

int
foo (struct U *x, struct S *y)
{
  register int i;
  for (i = 0; i < 255; i++)
    {
      unsigned int v, w = x->u[i + 1];
      __asm__ ("" : "=r" (v) : "0" (w) : "cc");
      y->s[i] = v;
    }
  return 0;
}

ICEs in lhd_set_decl_assembler_name at -O2, seems to work with 4.0.2 as well
as trunk.


-- 
           Summary: [4.1 Regression] ICE in lhd_set_decl_assembler_name
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: i386-linux, x86_64-linux


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


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

* [Bug middle-end/26335] [4.1 Regression] ICE in lhd_set_decl_assembler_name
  2006-02-17 11:22 [Bug middle-end/26335] New: [4.1 Regression] ICE in lhd_set_decl_assembler_name jakub at gcc dot gnu dot org
@ 2006-02-17 11:24 ` jakub at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: jakub at gcc dot gnu dot org @ 2006-02-17 11:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2006-02-17 11:24 -------
Oops, sorry for the dups.

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


-- 

jakub at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2006-02-17 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-17 11:22 [Bug middle-end/26335] New: [4.1 Regression] ICE in lhd_set_decl_assembler_name jakub at gcc dot gnu dot org
2006-02-17 11:24 ` [Bug middle-end/26335] " jakub 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).