[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-02-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-02-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 --- Comment #7 from Martin Liška --- Author: marxin Date: Mon Feb 4 12:20:59 2019 New Revision: 268517 URL: https://gcc.gnu.org/viewcvs?rev=268517&root=gcc&view=rev Log: Report error when -fpre-include can't be opened (PR fortran/88912). 2019-

[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-01-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 --- Comment #6 from Jakub Jelinek --- No, you should add a proper error for that case.

[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-01-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 --- Comment #5 from Martin Liška --- May I close the issue as invalid? As noted by Jakub, the option should not be used by users directly and is not documented right now.

[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 --- Comment #4 from Jakub Jelinek --- #define TARGET_F951_OPTIONS "%{!nostdinc:\ %:fortran-preinclude-file(-fpre-include= math-vector-fortran.h finclude%s/)}" in config/gnu-user.h adds that if the file is found.

[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-01-18 Thread sje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 --- Comment #3 from Steve Ellcey --- It is quite possible I am using the option incorrectly (though that should not result in a segfault of course). Should some other flag be adding this to the command line for me?

[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-01-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug fortran/88912] Fortran compiler segfaults when pre-include file is not found

2019-01-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|