[Bug fortran/19387] Fortran compiler tries to print HOST_WIDE_INT with %d format

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jan 14 23:08:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-14 23:08 -------
There are two ways to fix this, one way is to use gcc's diagnostic hooks (which is the long term fix).
Another way to fix this would be to make a new format for fortran's diagnostic functions which takes a 
HOST_WIDE_INT and that will fix this problem very quickly and most likely can be done for 4.0.0.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-14 23:08:20
               date|                            |


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



More information about the Gcc-bugs mailing list