public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/21817] New: [4.0 Regression] ICE in for_each_index, at tree-ssa-loop-im.c:200
@ 2005-05-30 14:09 betasoft at acc dot umu dot se
  2005-05-30 14:14 ` [Bug tree-optimization/21817] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: betasoft at acc dot umu dot se @ 2005-05-30 14:09 UTC (permalink / raw)
  To: gcc-bugs

giraff:~/edu/exjobb/src/mkexpl> /scratch/dva00mkn/gcc-4.0/bin/gcc bug.c -O -c
bug.c: In function 'foo':
bug.c:4: internal compiler error: in for_each_index, at tree-ssa-loop-im.c:200
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

giraff:~/> /scratch/dva00mkn/gcc-4.0/bin/gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.8
Configured with: /scratch/dva00mkn/gcc-4.0.0/configure
--prefix=/scratch/dva00mkn/gcc-4.0 --disable-multilib
Thread model: posix
gcc version 4.0.0

giraff:~/edu/exjobb/src/mkexpl> cat bug.c
typedef float v4sf __attribute__((vector_size(16)));
v4sf value;
void foo(void)
{
   unsigned int band;
   for(band=0; band < 2; band++)
   {
      value += (v4sf){1e9f,1e9f,1e9f,1e9f};
   }
}

Works with 3.4.3

-- 
           Summary: [4.0 Regression] ICE in for_each_index, at tree-ssa-
                    loop-im.c:200
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: betasoft at acc dot umu dot se
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-06-17 21:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-30 14:09 [Bug tree-optimization/21817] New: [4.0 Regression] ICE in for_each_index, at tree-ssa-loop-im.c:200 betasoft at acc dot umu dot se
2005-05-30 14:14 ` [Bug tree-optimization/21817] " pinskia at gcc dot gnu dot org
2005-05-30 19:06 ` rakdver at gcc dot gnu dot org
2005-05-31 23:08 ` cvs-commit at gcc dot gnu dot org
2005-05-31 23:20 ` cvs-commit at gcc dot gnu dot org
2005-06-11  0:56 ` danglin at gcc dot gnu dot org
2005-06-17 21:34 ` 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).