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|
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
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
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.
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
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
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}}\
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org,