public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libfortran/53445] New: No sticky bit on VxWorks - fix chmod.c
@ 2012-05-22  2:08 rbmj at verizon dot net
  2012-05-23  8:54 ` [Bug libfortran/53445] " burnus at gcc dot gnu.org
  2012-05-23  9:01 ` burnus at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: rbmj at verizon dot net @ 2012-05-22  2:08 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53445
           Summary: No sticky bit on VxWorks - fix chmod.c
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libfortran
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rbmj@verizon.net


Created attachment 27470
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27470
fix - add conditional compiles for VxWorks

intrinsics/chmod.c makes references to S_ISVTX, but VxWorks does not have a
sticky bit.  This patch simply doesn't compile those bits, similar to the MinGW
fixes.


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

* [Bug libfortran/53445] No sticky bit on VxWorks - fix chmod.c
  2012-05-22  2:08 [Bug libfortran/53445] New: No sticky bit on VxWorks - fix chmod.c rbmj at verizon dot net
@ 2012-05-23  8:54 ` burnus at gcc dot gnu.org
  2012-05-23  9:01 ` burnus at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-05-23  8:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-05-23 08:52:17 UTC ---
Author: burnus
Date: Wed May 23 08:52:09 2012
New Revision: 187797

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187797
Log:
2012-05-23  Robert Mason  <rbmj@verizon.net>
            Tobias Burnus  <burnus@net-b.de>

        PR libfortran/53445
        * intrinsics/chmod.c (chmod_func): Ignore S_ISVTX on VxWorks.


Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/intrinsics/chmod.c


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

* [Bug libfortran/53445] No sticky bit on VxWorks - fix chmod.c
  2012-05-22  2:08 [Bug libfortran/53445] New: No sticky bit on VxWorks - fix chmod.c rbmj at verizon dot net
  2012-05-23  8:54 ` [Bug libfortran/53445] " burnus at gcc dot gnu.org
@ 2012-05-23  9:01 ` burnus at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: burnus at gcc dot gnu.org @ 2012-05-23  9:01 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |burnus at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-05-23 08:54:14 UTC ---
FIXED on the trunk (4.8).

Thanks for the patch and for testing it on VxWorks!


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

end of thread, other threads:[~2012-05-23  8:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-22  2:08 [Bug libfortran/53445] New: No sticky bit on VxWorks - fix chmod.c rbmj at verizon dot net
2012-05-23  8:54 ` [Bug libfortran/53445] " burnus at gcc dot gnu.org
2012-05-23  9:01 ` burnus at gcc dot gnu.org

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).