public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/43475]  New: [4.5 Regression] ICE in form_sum, at reload.c:5348
@ 2010-03-22 11:04 rguenth at gcc dot gnu dot org
  2010-03-22 11:11 ` [Bug middle-end/43475] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-03-22 11:04 UTC (permalink / raw)
  To: gcc-bugs

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

subroutine ss(w)
  implicit none
  integer :: w(:)
  integer :: b,c,d
  b = w(8)
  c = 5
  d = 3
  call s1(c)
  call s2(b+c)
  call s3(w(b))
end subroutine ss

> gfortran-4.5 -O2 -S t.f90
t.f90: In function ‘ss’:
t.f90:1:0: internal compiler error: in form_sum, at reload.c:5348
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.


-- 
           Summary: [4.5 Regression] ICE in form_sum, at reload.c:5348
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org
GCC target triplet: x86-64-*-*


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


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

end of thread, other threads:[~2010-03-25 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-22 11:04 [Bug middle-end/43475] New: [4.5 Regression] ICE in form_sum, at reload.c:5348 rguenth at gcc dot gnu dot org
2010-03-22 11:11 ` [Bug middle-end/43475] " rguenth at gcc dot gnu dot org
2010-03-22 11:57 ` matz at gcc dot gnu dot org
2010-03-22 16:29 ` matz at gcc dot gnu dot org
2010-03-22 16:30 ` matz at gcc dot gnu dot org
2010-03-25 16:41 ` hjl 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).