[Bug fortran/70149] Character pointer initialization causes ICE. (F2008)

2016-03-10 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70149 --- Comment #4 from Dominique d'Humieres --- > Removing the gcc_assert allows the code to compile. Confirmed, but it leads to wrong code: if I use the module with use myptr_mod print *, "'", char_data, "'", int_data print *, "'", number_string

[Bug fortran/70149] Character pointer initialization causes ICE. (F2008)

2016-03-09 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70149 --- Comment #3 from kargl at gcc dot gnu.org --- The ICE is due to the gcc_assert in svn annotate trans-decl.c ... 84542 pbrookif (TREE_CODE (length) != INTEGER_CST) 81764 dnovillo { 81764 dnovillo gfc_finish_var_dec

[Bug fortran/70149] Character pointer initialization causes ICE. (F2008)

2016-03-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70149 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/70149] Character pointer initialization causes ICE. (F2008)

2016-03-08 Thread w6ws at earthlink dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70149 --- Comment #1 from Walter Spector --- Typo: 5.8.4 -> 4.8.4