[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2025-02-17 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 Thomas Koenig changed: What|Removed |Added Last reconfirmed|2012-02-14 00:00:00 |2025-2-17 CC|

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2014-09-08 Thread jtravs at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 John Travers changed: What|Removed |Added CC||jtravs at gmail dot com --- Comment #8 fr

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2012-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 --- Comment #7 from Tobias Burnus 2012-02-15 15:51:45 UTC --- (In reply to comment #5) > "%{E|M|MM|MT|MQ|MD|MMD:;:" F951_OPTIONS "}" Good idea - and looks cleaner. Except (my bug) that -MD and -MMD do not imply "-E". Thus, those shouldn't appear

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2012-02-15 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 --- Comment #6 from Kai Tietz 2012-02-15 15:30:58 UTC --- I have tested variant suggested in #comment 4 and those in #comment 5. Both are fixing the ICE. The file test.d (as used as crash example) will be created empty.

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2012-02-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5 f

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2012-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 --- Comment #4 from Tobias Burnus 2012-02-15 09:40:40 UTC --- Missed some parts. Better patch - still completely untested (not even built). A shorter version would be "%{!E:%{!M*:", which is also completely untested. --- a/gcc/fortran/lang-specs

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2012-02-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 --- Comment #3 from Tobias Burnus 2012-02-15 09:33:45 UTC --- Untested patch: --- a/gcc/fortran/lang-specs.h +++ b/gcc/fortran/lang-specs.h @@ -68,7 +68,8 @@ {"@f95", "f951 %i %{E:%{!cpp:%egfortran does not support -E without -cpp}}\

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2012-02-14 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/47486] gfortran -M exits with fatal error when -o option is used

2011-01-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org,