[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread knyyys at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 --- Comment #10 from Karin Nyström --- Thanks for looking into this so quickly, will upgrading gcc and following that feature request.

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread knyyys at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 --- Comment #8 from Karin Nyström --- NO_DAY is an array

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 --- Comment #7 from Tobias Burnus --- (In reply to Joost VandeVondele from comment #6) > for 4.8 gives a segfault Which has seemingly be fixed in GCC 4.9. > for 4.9 reports: > allocate (diffdays, source=NO_DAY) > 1

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 --- Comment #6 from Joost VandeVondele --- Reduced testcase: subroutine Change_calendar (ts_arr, target_calendar) integer, dimension(1) :: NO_DAY = (/ 0 /), ONE_DAY = (/ 180 /) integer, allocatable :: diffdays(:), diffdays_leap(:)

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread knyyys at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 --- Comment #5 from Karin Nyström --- Created attachment 30551 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30551&action=edit logini.inc logini.inc is normally created by the makefile which is why I forgot that one as well >.< Here it is.

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 Joost VandeVondele changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread knyyys at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 --- Comment #2 from Karin Nyström --- Created attachment 30550 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30550&action=edit Parameters.f90 (missing in archive) Sorry about that. All dependencies should be there now.

[Bug fortran/57978] f951: internal compiler error: Segmentation fault

2013-07-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57978 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1