[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #9 from Jerry DeLisle --- Author: jvdelisle Date: Sun Jun 26 01:03:19 2016 New Revision: 237789 URL: https://gcc.gnu.org/viewcvs?rev=237789&root=gcc&view=rev Log: 2016-06-25 Jerry DeLisle PR fortran/71649 * module

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #8 from Jerry DeLisle --- With: if (tmp_symtree) { if (tmp_symtree->n.sym && tmp_symtree->n.sym->module && strcmp (modname, tmp_symtree->n.sym->module) == 0) return; gfc_error ("Symbol %qs at %C al

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #7 from Jerry DeLisle --- I will regtest and commit the patch sometime today.

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #6 from kargl at gcc dot gnu.org --- (In reply to Jerry DeLisle from comment #4) > (In reply to jack.s...@nasa.gov from comment #2) > > > > > > > Could someone check that the problem is not darwin specific? > > > > > Not darwin speci

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #5 from Dominique d'Humieres --- > Not darwin specific. Is the sample code valid? Good question! The ICE disappears if I rename the subroutine Compiler_Options or the ISO_FORTRAN_ENV one, e.g., opts => Compiler_Options. Anyway an ICE

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #4 from Jerry DeLisle --- (In reply to jack.s...@nasa.gov from comment #2) > > > > Could someone check that the problem is not darwin specific? > > Not darwin specific. Is the sample code valid?

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW

[Bug fortran/71649] Internal compiler error

2016-06-24 Thread jack.saba at nasa dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #2 from jack.saba at nasa dot gov --- I tried it on a ubuntu machine and got the same error. Jack Saba jack.s...@nasa.gov Science, Systems, and Applications, Inc. Cryospheric Sciences Laboratory, Code 615 Bldg 33 Room A328 NASA/Godda

[Bug fortran/71649] Internal compiler error

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