public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/27872]  New: Internal compiler error in verify_loop_structure
@ 2006-06-02  8:18 canqun at nudt dot edu dot cn
  2006-06-02  8:38 ` [Bug rtl-optimization/27872] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: canqun at nudt dot edu dot cn @ 2006-06-02  8:18 UTC (permalink / raw)
  To: gcc-bugs

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

This testcase will cause an internel error when compiled with options "-O3
-fprefetch-loop-arrays" on IA-64 + Linux.

      SUBROUTINE EBJFT()
      dimension  nmw(140)

      if(k.eq.0) goto 10
      go to 30
  10  continue

      do 20 l=1, 140
  20    nmw(l)= 0.0D0

  30  continue
      go to (10)lsn

      do 40 j=1, 140
        nmwj=nmw(j)
  40  continue
      write(*,*) nmwj

      end

The error message is:

prefetch-err.f: In function ‘ebjft�
prefetch-err.f:3: error: edge from 50 to 36 should be marked irreducible
prefetch-err.f:3: internal compiler error: in verify_loop_structure, at
cfgloop.c:1268
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: Internal compiler error in verify_loop_structure
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: canqun at nudt dot edu dot cn
 GCC build triplet: ia64-unkown-linux
  GCC host triplet: ia64-unkown-linux
GCC target triplet: ia64-unkown-linux


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


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

end of thread, other threads:[~2006-06-08 15:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-02  8:18 [Bug tree-optimization/27872] New: Internal compiler error in verify_loop_structure canqun at nudt dot edu dot cn
2006-06-02  8:38 ` [Bug rtl-optimization/27872] " pinskia at gcc dot gnu dot org
2006-06-03 21:26 ` pinskia at gcc dot gnu dot org
2006-06-05 15:28 ` rakdver at gcc dot gnu dot org
2006-06-06  9:37 ` rakdver at gcc dot gnu dot org
2006-06-08  8:26 ` rakdver at gcc dot gnu dot org
2006-06-08 15:32 ` 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).