[Bug middle-end/62242] ICE in expand_expr_real_1

2015-10-02 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/62242] ICE in expand_expr_real_1

2015-10-01 Thread lkrupp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 --- Comment #6 from lkrupp at gcc dot gnu.org --- Author: lkrupp Date: Fri Oct 2 04:03:34 2015 New Revision: 228368 URL: https://gcc.gnu.org/viewcvs?rev=228368&root=gcc&view=rev Log: 2015-10-01 Louis Krupp PR fortran/62242 PR

[Bug middle-end/62242] ICE in expand_expr_real_1

2015-07-30 Thread t56xjcu6dh at snkmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 --- Comment #5 from Louis Krupp --- Created attachment 36097 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36097&action=edit Possible patch The problem seems to be with an array constructor with an array element whose value is a character

[Bug middle-end/62242] ICE in expand_expr_real_1

2015-07-30 Thread t56xjcu6dh at snkmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 --- Comment #4 from Louis Krupp --- Created attachment 36096 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36096&action=edit Executable test case

[Bug middle-end/62242] ICE in expand_expr_real_1

2015-07-30 Thread t56xjcu6dh at snkmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 Louis Krupp changed: What|Removed |Added CC||t56xjcu6dh at snkmail dot com --- Comment

[Bug middle-end/62242] ICE in expand_expr_real_1

2014-08-24 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 --- Comment #2 from Joost VandeVondele --- Further reduced: > cat bug.f90.orig module gfbug contains pure function UpperCase(string) result(upper) character(*), intent(IN) :: string character(LEN(string)) :: upper

[Bug middle-end/62242] ICE in expand_expr_real_1

2014-08-24 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62242 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|