This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/26440] ICE in expand_copysign, at optabs.c:2930 with using -ff2c



------- Comment #3 from reichelt at gcc dot gnu dot org  2006-02-23 15:33 -------
Confirmed. Reduced testcase:

===========================
      real function FOO()
          real X
          FOO=SIGN(FOO,X)
      end
===========================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |monitored
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-23 15:33:56
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26440


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]