https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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-
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.
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.
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.
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?
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88912
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|