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/45092] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:5016
Date: Tue, 27 Jul 2010 06:15:00 -0000	[thread overview]
Message-ID: <20100727061524.28276.qmail@sourceware.org> (raw)
In-Reply-To: <bug-45092-15125@http.gcc.gnu.org/bugzilla/>



------- Comment #7 from kargl at gcc dot gnu dot org  2010-07-27 06:15 -------
(In reply to comment #5)
> From the error location it looks like a duplicate of PR 44857.
> 

Yes, I think you're right.  I've reduced it further in 
comment #6.  The code compiles if the array constructor is
changed.  That is, this compiles

MODULE FunctionTypes

  IMPLICIT NONE

  integer, parameter :: OpconNameLength = 4

  TYPE, PUBLIC :: TTermDefinition
    CHARACTER (OpconNameLength) :: termName(2)    
  END TYPE TTermDefinition

  TYPE (TTermDefinition), PARAMETER :: e = TTermDefinition (["    ", "    "])

end module FunctionTypes


-- 


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


  parent reply	other threads:[~2010-07-27  6:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-26 23:26 [Bug fortran/45092] New: internal compiler error regression bug in the latest trunk build of the gfortran compiler clerman at fuse dot net
2010-07-26 23:29 ` [Bug fortran/45092] " clerman at fuse dot net
2010-07-27  4:53 ` kargl at gcc dot gnu dot org
2010-07-27  4:54 ` kargl at gcc dot gnu dot org
2010-07-27  6:08 ` [Bug fortran/45092] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:5016 burnus at gcc dot gnu dot org
2010-07-27  6:11 ` kargl at gcc dot gnu dot org
2010-07-27  6:15 ` kargl at gcc dot gnu dot org [this message]
2010-07-27 13:33 ` hjl dot tools at gmail dot com
2010-08-03 14:35 ` burnus 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=20100727061524.28276.qmail@sourceware.org \
    --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).