[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-03-03 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-03-03 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #23 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Mar 3 19:02:28 2018 New Revision: 258222 URL: https://gcc.gnu.org/viewcvs?rev=258222=gcc=rev Log: 2018-03-03 Steven G. Kargl PR

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-03-03 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #22 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Mar 3 18:20:32 2018 New Revision: 258220 URL: https://gcc.gnu.org/viewcvs?rev=258220=gcc=rev Log: 2018-03-03 Steven G. Kargl PR

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-02-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #21 from Dominique d'Humieres --- > > Should not it be > > > > abcde > > a > > No. ... OK! Sorry for my limited understanding of TRANSFER.

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-02-27 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #20 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #18) > > After several people including have gone down rabbit > > holes trying to fix this bug, I have found a patch! > > The patch at

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-02-27 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #19 from Steve Kargl --- On Tue, Feb 27, 2018 at 01:54:11PM +, dominiq at lps dot ens.fr wrote: > > In addition, I don't understand why > > type t > character :: z > end type t > type(t), parameter :: s(5) = t('a') >

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-02-27 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #18 from Dominique d'Humieres --- > After several people including have gone down rabbit > holes trying to fix this bug, I have found a patch! The patch at https://gcc.gnu.org/ml/fortran/2018-02/msg00181.html fixes several tests in

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2018-02-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2017-09-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2012-06-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #14 from Tobias Burnus burnus at gcc dot gnu.org 2012-06-25 13:28:34 UTC --- (In reply to comment #13) Is the following variant ... valid? Looks valid - and with other compilers it does compile and run. What works in gfortran is

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2012-06-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #15 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-06-25 13:45:09 UTC --- The following test character(len=2), parameter :: z(5) = ['af', 'bg', 'ch', 'di', 'ej'] type b character :: y(5) = transfer('zyxwvutsrq',

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2012-06-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #9 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-07 11:44:48 UTC --- (In reply to comment #7) Any guess when this ICE might get some attention and into a release version? Well, as you can see from the discussion here, it does

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #10 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-07 15:31:11 UTC --- (In reply to comment #9) Draft patch - one probably needs to do something similar for derived types. The patch breaks the Different CHARACTER lengths

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-07 Thread andy.nelson at lanl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #11 from Andy Nelson andy.nelson at lanl dot gov 2011-12-07 16:11:38 UTC --- On Dec 6, 2011, at 7:17 PM, sgk at troutmask dot apl.washington.edu wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #8 from Steve

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #12 from Tobias Burnus burnus at gcc dot gnu.org 2011-12-07 17:20:14 UTC --- (In reply to comment #10) Draft patch - one probably needs to do something similar for derived types. The patch breaks the Different CHARACTER lengths

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-06 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #5 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-12-06 15:47:41 UTC --- On Tue, Dec 06, 2011 at 06:40:07AM +, andy.nelson at lanl dot gov wrote: character(c_char) :: raidnum(lenname) = (/

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-06 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #6 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-12-06 15:59:17 UTC --- On Tue, Dec 06, 2011 at 06:40:07AM +, andy.nelson at lanl dot gov wrote: Can you recommend a better way to solve this problem, besides

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-06 Thread andy.nelson at lanl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #7 from Andy Nelson andy.nelson at lanl dot gov 2011-12-06 22:25:00 UTC --- Seems it doesn't work in general. My attempt at getting it to work (perhaps messed up, but still an attempt) on intel generated an error about length not

[Bug fortran/51434] ICE with scalar init of an array parameter, used in DT default init with transfer

2011-12-06 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51434 --- Comment #8 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-12-07 02:17:48 UTC --- On Tue, Dec 06, 2011 at 10:25:00PM +, andy.nelson at lanl dot gov wrote: Any guess when this ICE might get some attention and into a