------- Comment #10 from jvdelisle at gcc dot gnu dot org  2010-07-31 16:28 
-------
I can see one here on a 32 bit machine. Moving string.h down in the file as
noted by David Edelsohn fixes it.  I also changed the return type to void in
trans-io.c.

Index: inquire.c
===================================================================
--- inquire.c   (revision 162724)
+++ inquire.c   (working copy)
@@ -26,9 +26,9 @@

 /* Implement the non-IOLENGTH variant of the INQUIRY statement */

-#include <string.h>
 #include "io.h"
 #include "unix.h"
+#include <string.h>


 static const char undefined[] = "UNDEFINED";


-- 

jvdelisle at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jvdelisle at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2010-07-30 09:32:24         |2010-07-31 16:28:49
               date|                            |


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

Reply via email to