public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/50163] New: Internal compiler error: initialization expression
@ 2011-08-23  9:41 pmason at ricardo dot com
  2011-08-23 10:21 ` [Bug fortran/50163] " dominiq at lps dot ens.fr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pmason at ricardo dot com @ 2011-08-23  9:41 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50163
           Summary: Internal compiler error: initialization expression
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: fortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pmason@ricardo.com


Get following error message when compiling (gfortran -c test.f90):

f951: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Offending source code (test.f90):

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
module stringy
character(len=2) :: xx='aa'
integer :: iloc=index(xx,'bb')
end module stringy
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

NOTE: I think the code is slightly illegal - i.e. xx should be compile-time
constant. Compiles OK if xx is qualified as a parameter.


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

end of thread, other threads:[~2011-08-30 12:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-23  9:41 [Bug fortran/50163] New: Internal compiler error: initialization expression pmason at ricardo dot com
2011-08-23 10:21 ` [Bug fortran/50163] " dominiq at lps dot ens.fr
2011-08-23 12:14 ` [Bug fortran/50163] [4.3/4.4/4.5/4.6/4.7 Regression] ICE: " burnus at gcc dot gnu.org
2011-08-24 13:26 ` burnus at gcc dot gnu.org
2011-08-24 14:02 ` jakub at gcc dot gnu.org
2011-08-25  8:33 ` burnus at gcc dot gnu.org
2011-08-30  7:26 ` [Bug fortran/50163] [4.4/4.5 " burnus at gcc dot gnu.org
2011-08-30 12:24 ` [Bug fortran/50163] [4.4/4.5/4.6/4.7 " burnus at gcc dot gnu.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).