This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/53445] New: No sticky bit on VxWorks - fix chmod.c
- From: "rbmj at verizon dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 May 2012 01:14:56 +0000
- Subject: [Bug libfortran/53445] New: No sticky bit on VxWorks - fix chmod.c
- Auto-submitted: auto-generated
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.