This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/23862] Select Fortran source form appropriately for "-pipe"
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2006 11:14:44 -0000
- Subject: [Bug fortran/23862] Select Fortran source form appropriately for "-pipe"
- References: <bug-23862-9019@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from fxcoudert at gcc dot gnu dot org 2006-06-21 11:14 -------
I'm rediscovering that bug, so I'm assigning this bug to myself in order to not
forget it again :)
One remark: I don't understand exactly why the second part would be needed:
-{"@f95", "%{!E:f951 %i %(cc1_options) %{J*} %{I*}\
+{"@f95", "%{!E:f951 %i %{!ffixed-form:-ffree-form} %(cc1_options) %{J*} %{I*}\
%{!fsyntax-only:%(invoke_as)}}", 0, 0, 0},
as currently, the @f95 sources (files with .f95 and .f90) are compiled
correctly.
--
fxcoudert at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Known to fail| |4.1.2 4.2.0
Last reconfirmed|2005-12-15 05:03:07 |2006-06-21 11:14:44
date| |
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23862