public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/21054] New: ICE in ssa check for -ftree-vectorize -fprofile-generate
@ 2005-04-15 23:01 janis at gcc dot gnu dot org
  2005-04-16  2:52 ` [Bug tree-optimization/21054] [4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: janis at gcc dot gnu dot org @ 2005-04-15 23:01 UTC (permalink / raw)
  To: gcc-bugs

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

Current mainline GCC gets an ICE in check_loop_closed_ssa_use building
any of ten benchmark programs from SPEC CPU2000 on powerpc-linux using
the options "-O2 -ftree-vectorize -maltivec -fprofile-generate".  This
minimized test case demonstrates the problem:
                                                                                
static int a[27];
void
foo (void)
{
   int i;
   for (i = 0; i < 27; i++)
      a[i] = 0;
}
                                                                                
elm3b11% /opt/gcc-nightly/mline/bin/gcc -O2 -ftree-vectorize -maltivec
-fprofile-generate -c bug.c
bug.c: In function ‘foo’:
bug.c:4: internal compiler error: in check_loop_closed_ssa_use, at
tree-ssa-loop-manip.c:394
                                                                                
Not that the information is useful, but the test starts failing on
mainline with the merge from tree-cleanup-branch on 2005-04-09, and it
started failing on the branch with a merge from mainline on 2005-04-01.

-- 
           Summary: ICE in ssa check for -ftree-vectorize -fprofile-generate
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: janis at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-linux
  GCC host triplet: powerpc-linux
GCC target triplet: powerpc-linux


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


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

* [Bug tree-optimization/21054] [4.1 Regression] ICE in ssa check for -ftree-vectorize -fprofile-generate
  2005-04-15 23:01 [Bug tree-optimization/21054] New: ICE in ssa check for -ftree-vectorize -fprofile-generate janis at gcc dot gnu dot org
@ 2005-04-16  2:52 ` pinskia at gcc dot gnu dot org
  2005-04-17 23:04 ` pinskia at gcc dot gnu dot org
  2005-05-03  8:25 ` micis at gmx dot de
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-16  2:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-16 02:52 -------
Very related to PR 20947.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |20947
           Keywords|                            |ice-on-valid-code
            Summary|ICE in ssa check for -ftree-|[4.1 Regression] ICE in ssa
                   |vectorize -fprofile-generate|check for -ftree-vectorize -
                   |                            |fprofile-generate
   Target Milestone|---                         |4.1.0


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


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

* [Bug tree-optimization/21054] [4.1 Regression] ICE in ssa check for -ftree-vectorize -fprofile-generate
  2005-04-15 23:01 [Bug tree-optimization/21054] New: ICE in ssa check for -ftree-vectorize -fprofile-generate janis at gcc dot gnu dot org
  2005-04-16  2:52 ` [Bug tree-optimization/21054] [4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-04-17 23:04 ` pinskia at gcc dot gnu dot org
  2005-05-03  8:25 ` micis at gmx dot de
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-17 23:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-17 23:04 -------
This is a dup of bug 20947, I will add this testcase which is further reduced there.

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

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


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


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

* [Bug tree-optimization/21054] [4.1 Regression] ICE in ssa check for -ftree-vectorize -fprofile-generate
  2005-04-15 23:01 [Bug tree-optimization/21054] New: ICE in ssa check for -ftree-vectorize -fprofile-generate janis at gcc dot gnu dot org
  2005-04-16  2:52 ` [Bug tree-optimization/21054] [4.1 Regression] " pinskia at gcc dot gnu dot org
  2005-04-17 23:04 ` pinskia at gcc dot gnu dot org
@ 2005-05-03  8:25 ` micis at gmx dot de
  2 siblings, 0 replies; 4+ messages in thread
From: micis at gmx dot de @ 2005-05-03  8:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 21054 depends on bug 20947, which changed state.

Bug 20947 Summary: [4.1 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:394 with -ftree-vectorize
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20947

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2005-05-03  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-15 23:01 [Bug tree-optimization/21054] New: ICE in ssa check for -ftree-vectorize -fprofile-generate janis at gcc dot gnu dot org
2005-04-16  2:52 ` [Bug tree-optimization/21054] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-04-17 23:04 ` pinskia at gcc dot gnu dot org
2005-05-03  8:25 ` micis at gmx dot de

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