public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap
@ 2004-10-22  3:17 aaronavay62 at aaronwl dot com
  2004-10-22  3:20 ` [Bug libfortran/18105] " aaronavay62 at aaronwl dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-10-22  3:17 UTC (permalink / raw)
  To: gcc-bugs

MinGW doesn't have the macros S_IRGRP, S_IWGRP, S_IROTH, or S_IWOTH that are
used in unix.c.

It also does not have mkstemp().  There is a mkstemps() in libiberty, but it
does not appear to be usable for this:
<http://gcc.gnu.org/ml/gcc/2004-09/msg00949.html>.

-- 
           Summary: Compile errors in libgfortran/io/unix.c break Windows
                    bootstrap
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libfortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aaronavay62 at aaronwl dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: i686-pc-mingw32


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap
  2004-10-22  3:17 [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap aaronavay62 at aaronwl dot com
@ 2004-10-22  3:20 ` aaronavay62 at aaronwl dot com
  2004-10-22  5:21 ` aaronavay62 at aaronwl dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-10-22  3:20 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aaronavay62 at aaronwl dot com  2004-10-22 03:20 -------
Patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01171.html>.  The
identifiers are defined if not, and temporary files are created with mktemp() if
mkstemp() is not availible.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap
  2004-10-22  3:17 [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap aaronavay62 at aaronwl dot com
  2004-10-22  3:20 ` [Bug libfortran/18105] " aaronavay62 at aaronwl dot com
@ 2004-10-22  5:21 ` aaronavay62 at aaronwl dot com
  2004-10-22 11:42 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-10-22  5:21 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |18107
              nThis|                            |


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap
  2004-10-22  3:17 [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap aaronavay62 at aaronwl dot com
  2004-10-22  3:20 ` [Bug libfortran/18105] " aaronavay62 at aaronwl dot com
  2004-10-22  5:21 ` aaronavay62 at aaronwl dot com
@ 2004-10-22 11:42 ` pinskia at gcc dot gnu dot org
  2004-10-27 20:37 ` aaronavay62 at aaronwl dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-22 11:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |16991
              nThis|                            |
         AssignedTo|unassigned at gcc dot gnu   |aaronavay62 at aaronwl dot
                   |dot org                     |com
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
           Keywords|                            |build
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-22 11:42:54
               date|                            |
   Target Milestone|---                         |4.0.0


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap
  2004-10-22  3:17 [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap aaronavay62 at aaronwl dot com
                   ` (2 preceding siblings ...)
  2004-10-22 11:42 ` pinskia at gcc dot gnu dot org
@ 2004-10-27 20:37 ` aaronavay62 at aaronwl dot com
  2004-10-27 21:19 ` aaronavay62 at aaronwl dot com
  2004-11-06  4:34 ` aaronavay62 at aaronwl dot com
  5 siblings, 0 replies; 7+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-10-27 20:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aaronavay62 at aaronwl dot com  2004-10-27 20:37 -------
Revised patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02417.html>.


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap
  2004-10-22  3:17 [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap aaronavay62 at aaronwl dot com
                   ` (3 preceding siblings ...)
  2004-10-27 20:37 ` aaronavay62 at aaronwl dot com
@ 2004-10-27 21:19 ` aaronavay62 at aaronwl dot com
  2004-11-06  4:34 ` aaronavay62 at aaronwl dot com
  5 siblings, 0 replies; 7+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-10-27 21:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aaronavay62 at aaronwl dot com  2004-10-27 21:19 -------
Revised patch here: <http://gcc.gnu.org/ml/gcc-patches/2004-10/msg02422.html> 
(honest).


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libfortran/18105] Compile errors in libgfortran/io/unix.c break Windows bootstrap
  2004-10-22  3:17 [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap aaronavay62 at aaronwl dot com
                   ` (4 preceding siblings ...)
  2004-10-27 21:19 ` aaronavay62 at aaronwl dot com
@ 2004-11-06  4:34 ` aaronavay62 at aaronwl dot com
  5 siblings, 0 replies; 7+ messages in thread
From: aaronavay62 at aaronwl dot com @ 2004-11-06  4:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aaronavay62 at aaronwl dot com  2004-11-06 04:34 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-11-06  4:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-22  3:17 [Bug libfortran/18105] New: Compile errors in libgfortran/io/unix.c break Windows bootstrap aaronavay62 at aaronwl dot com
2004-10-22  3:20 ` [Bug libfortran/18105] " aaronavay62 at aaronwl dot com
2004-10-22  5:21 ` aaronavay62 at aaronwl dot com
2004-10-22 11:42 ` pinskia at gcc dot gnu dot org
2004-10-27 20:37 ` aaronavay62 at aaronwl dot com
2004-10-27 21:19 ` aaronavay62 at aaronwl dot com
2004-11-06  4:34 ` aaronavay62 at aaronwl dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).