public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/39292]  New: [4.3/4.4 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:3884
@ 2009-02-24 16:48 rguenth at gcc dot gnu dot org
  2009-02-24 16:48 ` [Bug fortran/39292] " rguenth at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-02-24 16:48 UTC (permalink / raw)
  To: gcc-bugs

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

program bug
         integer :: n
         real, dimension(2) ::&
            &a = (/ ( (float(n))**(1.0), n=1,2) /)
         write(*,*) a(1), a(2)
         stop
      end program bug

gfortran-4.3 -S t.f90 
t.f90: In function ‘bug’:
t.f90:1: internal compiler error: in gfc_conv_array_initializer, at
fortran/trans-array.c:3884
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.opensuse.org/> for instructions.


-- 
           Summary: [4.3/4.4 Regression] ICE in gfc_conv_array_initializer,
                    at fortran/trans-array.c:3884
           Product: gcc
           Version: 4.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

end of thread, other threads:[~2009-03-07 15:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-24 16:48 [Bug fortran/39292] New: [4.3/4.4 Regression] ICE in gfc_conv_array_initializer, at fortran/trans-array.c:3884 rguenth at gcc dot gnu dot org
2009-02-24 16:48 ` [Bug fortran/39292] " rguenth at gcc dot gnu dot org
2009-02-24 17:09 ` kargl at gcc dot gnu dot org
2009-02-24 18:26 ` pault at gcc dot gnu dot org
2009-02-24 19:28 ` kargl at gcc dot gnu dot org
2009-02-25 13:05 ` pault at gcc dot gnu dot org
2009-02-26  6:24 ` pault at gcc dot gnu dot org
2009-02-26  9:34 ` pault at gcc dot gnu dot org
2009-02-26  9:37 ` [Bug fortran/39292] [4.3 " rguenth at gcc dot gnu dot org
2009-02-26 10:21 ` pault at gcc dot gnu dot org
2009-02-26 18:46 ` pault at gcc dot gnu dot org
2009-03-07 15:57 ` pault at gcc dot gnu dot org
2009-03-07 15:59 ` pault 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).