public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/44857]  New: [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:4996
@ 2010-07-07 13:38 burnus at gcc dot gnu dot org
  2010-07-07 13:38 ` [Bug fortran/44857] " burnus at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: burnus at gcc dot gnu dot org @ 2010-07-07 13:38 UTC (permalink / raw)
  To: gcc-bugs

Juan Rodriguez-Carvajal reported at
http://gcc.gnu.org/ml/fortran/2010-07/msg00057.html

that compiling the following program ICEs with:

f951.exe: internal compiler error: in output_constructor_regular_field, at
varasm.c:4996

It works with GCC 4.5 and might be due to the constructor reorganization.



Module CFML_String_Utilities
  implicit none
  private

  Type, Public :: Err_Text_Type
    integer :: nlines
    character (len=132), dimension(5) :: txt
  End Type Err_Text_Type

  Type (Err_Text_Type), public :: Mess_FindFMT =  &
                                Err_Text_Type(0, (/" "," "," "," "," "/))
End Module CFML_String_Utilities


-- 
           Summary: [4.6 Regression] ICE in
                    output_constructor_regular_field, at varasm.c:4996
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

end of thread, other threads:[~2010-08-05 13:03 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-07 13:38 [Bug fortran/44857] New: [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:4996 burnus at gcc dot gnu dot org
2010-07-07 13:38 ` [Bug fortran/44857] " burnus at gcc dot gnu dot org
2010-07-07 16:24 ` jvdelisle at gcc dot gnu dot org
2010-07-07 21:29 ` burnus at gcc dot gnu dot org
2010-07-08 16:47 ` dfranke at gcc dot gnu dot org
2010-07-08 18:24 ` dfranke at gcc dot gnu dot org
2010-07-08 20:13 ` dfranke at gcc dot gnu dot org
2010-07-08 20:28 ` burnus at gcc dot gnu dot org
2010-07-27 13:36 ` burnus at gcc dot gnu dot org
2010-08-03 14:35 ` burnus at gcc dot gnu dot org
2010-08-03 15:34 ` burnus at gcc dot gnu dot org
2010-08-03 15:36 ` burnus at gcc dot gnu dot org
2010-08-03 16:06 ` burnus at gcc dot gnu dot org
2010-08-03 17:04 ` dominiq at lps dot ens dot fr
2010-08-04 11:51 ` burnus at gcc dot gnu dot org
2010-08-04 11:53 ` burnus at gcc dot gnu dot org
2010-08-04 14:19 ` clerman at fuse dot net
2010-08-04 18:50 ` burnus at gcc dot gnu dot org
2010-08-05 13:03 ` clerman at fuse dot net

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