public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/66065] New: ICE on assignment to deferred-length character array
@ 2015-05-08  5:18 damian at sourceryinstitute dot org
  2015-05-08  8:18 ` [Bug fortran/66065] " dominiq at lps dot ens.fr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: damian at sourceryinstitute dot org @ 2015-05-08  5:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66065

            Bug ID: 66065
           Summary: ICE on assignment to deferred-length character array
           Product: gcc
           Version: 5.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: damian at sourceryinstitute dot org
  Target Milestone: ---

I see several other deferred-length character variable bug reports, including a
few ICE report, but I think this is sufficiently different from the others to
warrant a separate submission:

$ cat parse_command_line.f90 
character(len=:), allocatable :: original,copy(:)
copy = [original]
end 

$ gfortran parse_command_line.f90 
parse_command_line.f90:2:0:

 copy = [original]
 ^
internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:1797

parse_command_line.f90:2:0: internal compiler error: Abort trap: 6
gfortran: internal compiler error: Abort trap: 6 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://trac.macports.org/newticket> for instructions.

$ gfortran --version
GNU Fortran (MacPorts gcc5 5.1.0_0) 5.1.0


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

* [Bug fortran/66065] ICE on assignment to deferred-length character array
  2015-05-08  5:18 [Bug fortran/66065] New: ICE on assignment to deferred-length character array damian at sourceryinstitute dot org
@ 2015-05-08  8:18 ` dominiq at lps dot ens.fr
  2015-06-13  0:40 ` damian at sourceryinstitute dot org
  2015-06-13 16:33 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-05-08  8:18 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66065

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-05-08
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 4.8.4 up to trunk (6.0).


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

* [Bug fortran/66065] ICE on assignment to deferred-length character array
  2015-05-08  5:18 [Bug fortran/66065] New: ICE on assignment to deferred-length character array damian at sourceryinstitute dot org
  2015-05-08  8:18 ` [Bug fortran/66065] " dominiq at lps dot ens.fr
@ 2015-06-13  0:40 ` damian at sourceryinstitute dot org
  2015-06-13 16:33 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: damian at sourceryinstitute dot org @ 2015-06-13  0:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66065

--- Comment #2 from Damian Rouson <damian at sourceryinstitute dot org> ---
Hi Dominique,

Do you know if anyone is working on fixing this bug?  Would it be worthwhile
for me to mail the gfortran developers list for an update?

Damian


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

* [Bug fortran/66065] ICE on assignment to deferred-length character array
  2015-05-08  5:18 [Bug fortran/66065] New: ICE on assignment to deferred-length character array damian at sourceryinstitute dot org
  2015-05-08  8:18 ` [Bug fortran/66065] " dominiq at lps dot ens.fr
  2015-06-13  0:40 ` damian at sourceryinstitute dot org
@ 2015-06-13 16:33 ` dominiq at lps dot ens.fr
  2 siblings, 0 replies; 4+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-06-13 16:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66065

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Do you know if anyone is working on fixing this bug?  

Nobody as far as know.

> Would it be worthwhile for me to mail the gfortran developers list for an update?

see my answer at https://gcc.gnu.org/ml/fortran/2015-06/msg00047.html (I did my
best to remain nice!-).


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

end of thread, other threads:[~2015-06-13 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-08  5:18 [Bug fortran/66065] New: ICE on assignment to deferred-length character array damian at sourceryinstitute dot org
2015-05-08  8:18 ` [Bug fortran/66065] " dominiq at lps dot ens.fr
2015-06-13  0:40 ` damian at sourceryinstitute dot org
2015-06-13 16:33 ` dominiq at lps dot ens.fr

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