public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kargl at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/29446]  New: VRP ICE in compare_names
Date: Thu, 12 Oct 2006 22:37:00 -0000	[thread overview]
Message-ID: <bug-29446-10110@http.gcc.gnu.org/bugzilla/> (raw)

troutmask:kargl[206] gfc -m32 -O3 -fbounds-check -c vrp.f90
vrp.f90: In function 'abc':
vrp.f90:1: internal compiler error: in compare_names, at tree-vrp.c:3645

The Fortran code is

function abc(n)
integer :: xsd(n), abc(size(xsd),n), i, j, n
do i=1,2
   do j=1,3
      if (i /= j) then
         abc(1,1) = 0
      else
         abc(1,j) = xsd(1)
      end if
   end do
end do
end function abc


-- 
           Summary: VRP ICE in compare_names
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kargl at gcc dot gnu dot org


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


             reply	other threads:[~2006-10-12 22:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-12 22:37 kargl at gcc dot gnu dot org [this message]
2006-10-13  3:19 ` [Bug tree-optimization/29446] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-10-13  3:34 ` pinskia at gcc dot gnu dot org
2006-10-13  8:22 ` rguenth at gcc dot gnu dot org
2006-10-13  9:19 ` rguenth at gcc dot gnu dot org
2006-10-13 10:07 ` rguenth at gcc dot gnu dot org
2006-10-13 10:39 ` rguenth at gcc dot gnu dot org
2006-10-13 12:45 ` patchapp at dberlin dot org
2006-10-13 20:09 ` rguenth at gcc dot gnu dot org
2006-10-13 20:09 ` rguenth at gcc dot gnu dot org
2007-04-25 16:10 ` rguenth at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29446-10110@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).