public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/34856]  New: ICE with some constant vectors
@ 2008-01-18 19:51 pinskia at gcc dot gnu dot org
  2008-01-18 19:51 ` [Bug middle-end/34856] " ismail at pardus dot org dot tr
                   ` (36 more replies)
  0 siblings, 37 replies; 38+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-01-18 19:51 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

Testcase:
#undef __vector
#define __vector __attribute__((vector_size(16) ))
typedef __vector signed char qword;
typedef __vector unsigned int VU32;
extern short g[192 +16];
void f(qword);
void f1 (unsigned ctr)
{
  VU32 pin;
  pin = (VU32){(unsigned int)&g[16]};
  do {
   f((qword)pin);
   ctr--;
  }
while(ctr);
}

---- CUT ----
The ICE at -O1 and above:
t.c: In function ‘calc_tentexps_opm’:
t.c:13: error: invalid reference prefix
{(unsigned int) &tentwork[16]}


-- 
           Summary: ICE with some constant vectors
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: spu-elf, powerpc-linux-gnu


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


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

end of thread, other threads:[~2010-05-22 18:21 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-18 19:51 [Bug middle-end/34856] New: ICE with some constant vectors pinskia at gcc dot gnu dot org
2008-01-18 19:51 ` [Bug middle-end/34856] " ismail at pardus dot org dot tr
2008-01-18 19:52 ` [Bug middle-end/34856] [4.3 Regression] " pinskia at gcc dot gnu dot org
2008-01-18 20:53 ` rguenth at gcc dot gnu dot org
2008-01-18 22:04 ` dominiq at lps dot ens dot fr
2008-01-21 14:16 ` rguenth at gcc dot gnu dot org
2008-01-21 14:27 ` rguenth at gcc dot gnu dot org
2008-01-21 16:35 ` rguenth at gcc dot gnu dot org
2008-01-21 16:38 ` [Bug rtl-optimization/34856] " rguenth at gcc dot gnu dot org
2008-01-23  0:14 ` dominiq at lps dot ens dot fr
2008-01-23  1:46 ` [Bug middle-end/34856] " pinskia at gcc dot gnu dot org
2008-01-23  1:51 ` pinskia at gcc dot gnu dot org
2008-01-23 10:39 ` rguenther at suse dot de
2008-01-23 10:40 ` dominiq at lps dot ens dot fr
2008-01-23 22:50 ` [Bug middle-end/34856] [4.2/4.3 " rguenth at gcc dot gnu dot org
2008-01-23 22:58 ` pinskia at gcc dot gnu dot org
2008-01-24 12:06 ` ebotcazou at gcc dot gnu dot org
2008-01-24 12:13 ` pinskia at gcc dot gnu dot org
2008-01-24 12:17 ` ebotcazou at gcc dot gnu dot org
2008-01-24 13:44 ` pinskia at gcc dot gnu dot org
2008-01-24 13:49 ` pinskia at gcc dot gnu dot org
2008-01-24 13:51 ` [Bug target/34856] " rguenth at gcc dot gnu dot org
2008-01-24 14:02 ` ubizjak at gmail dot com
2008-01-24 15:15 ` dominiq at lps dot ens dot fr
2008-01-24 17:10 ` dominiq at lps dot ens dot fr
2008-01-24 17:20 ` uros at gcc dot gnu dot org
2008-01-24 17:24 ` ubizjak at gmail dot com
2008-01-25 12:10 ` uros at gcc dot gnu dot org
2008-01-28 13:13 ` ubizjak at gmail dot com
2008-03-14 17:08 ` [Bug target/34856] [4.2/4.3/4.4 " rguenth at gcc dot gnu dot org
2008-05-19 20:32 ` jsm28 at gcc dot gnu dot org
2008-06-28 10:49 ` uweigand at gcc dot gnu dot org
2008-06-28 10:50 ` uweigand at gcc dot gnu dot org
2008-08-16 23:32 ` [Bug target/34856] [4.2/4.3 " pinskia at gcc dot gnu dot org
2008-09-09 13:52 ` luisgpm at linux dot vnet dot ibm dot com
2009-03-31 20:17 ` [Bug target/34856] [4.3 " jsm28 at gcc dot gnu dot org
2009-08-04 12:38 ` rguenth at gcc dot gnu dot org
2010-05-22 18:21 ` 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).