public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/2182
@ 2003-05-06  0:46 Wolfgang Bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Bangerth @ 2003-05-06  0:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR inline-asm/2182; it has been noted by GNATS.

From: Wolfgang Bangerth <bangerth@ices.utexas.edu>
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: c++/2182
Date: Mon, 5 May 2003 19:40:40 -0500 (CDT)

 Only my last testcase still ICEs:
 ------------------------
 void foo(unsigned char * destination,
           const unsigned char * Y,
           const unsigned char * Cb,
           const unsigned char * Cr,
           int width, int height, int  stride)
  {
    static unsigned short delta[];
    static short scale[];
  
    asm volatile(
      "emms\n"
      :
      : "r" (destination), "r" (Cb), "r" (Cr), "r" (stride),
      "m" (delta), "m" (scale), "m" (width)
      );
  }
 -------------------------------
 g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c -fpic x.cc -O2
 x.cc: In function `void foo(unsigned char*, const unsigned char*, const
    unsigned char*, const unsigned char*, int, int, int)':
 x.cc:7: error: storage size of `delta' isn't known
 x.cc:8: error: storage size of `scale' isn't known
 x.cc:7: internal compiler error: tree check: expected class 't', have 'x' 
 (
    error_mark) in set_mem_attributes_minus_bitpos, at emit-rtl.c:1889
 Please submit a full bug report,
 
 Seems like an error recovery problem.
 
 W.
 


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

* Re: c++/2182
@ 2001-07-04  4:46 Ingo Krabbe
  0 siblings, 0 replies; 3+ messages in thread
From: Ingo Krabbe @ 2001-07-04  4:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2182; it has been noted by GNATS.

From: Ingo Krabbe <ikrabbe@earthling.net>
To: <gcc-bugs@gcc.gnu.org>, <nathan@gcc.gnu.org>, <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: c++/2182
Date: Wed, 4 Jul 2001 13:49:03 +0200 (CEST)

 Synopsis: Internal compiler error in latest gcc (trunk & gcc 3 branch)
 using -fpic
 
 I got the same internal compiler error with cvs update of gcc from May 26
 2001, compiling a glibc with it. This error occurres not only with c++ but
 also with plain C.
 
 Work around: To work around this error while compiling the glibc package
 (it occurred at about 5 different C files) I removed the -O2 option.
 
 CU INGO
 
 


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

* Re: c++/2182
@ 2001-04-27  8:36 nathan
  0 siblings, 0 replies; 3+ messages in thread
From: nathan @ 2001-04-27  8:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/2182; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: fnf@ninemoons.com, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/2182
Date: 27 Apr 2001 15:29:01 -0000

 Synopsis: Internal compiler error in latest gcc (trunk & gcc 3 branch) using -fpic
 
 State-Changed-From-To: open->analyzed
 State-Changed-By: nathan
 State-Changed-When: Fri Apr 27 11:29:01 2001
 State-Changed-Why:
     confirmed as a bug
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=2182&database=gcc


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

end of thread, other threads:[~2003-05-06  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06  0:46 c++/2182 Wolfgang Bangerth
  -- strict thread matches above, loose matches on Subject: below --
2001-07-04  4:46 c++/2182 Ingo Krabbe
2001-04-27  8:36 c++/2182 nathan

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