public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/48996] New: fixincl on Red Hat EL 5 breaks sys/stat.h fstat64()
@ 2011-05-14  6:47 psmith at gnu dot org
  2011-05-16 11:28 ` [Bug c/48996] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: psmith at gnu dot org @ 2011-05-14  6:47 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: fixincl on Red Hat EL 5 breaks sys/stat.h fstat64()
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: psmith@gnu.org


Hi all.  When I run fixincl from GCC 4.5.3 on my Red Hat EL 5 system, the
resulting sys/stat.h will throw an error whenever I try to call fstat64() from
my code.  If I delete sys/stat.h from the include-fixed directory, so the
original is used, then all is happy again.

Before fixincl the code reads:

extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));

After fixincl it reads:

#ifdef __GNUC_GNU_INLINE__
extern
#endif
__inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull
((2));

and the compiler error I get is:

include-fixed/sys/stat.h:255:16: error: inline function 'int fstat64(int,
stat64*)' used but never defined

where line 255 is the __inline__ line above.

Checking with the preprocessor I see that __GNUC_GNU_INLINE__ is built-in
defined to be 1.


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

end of thread, other threads:[~2015-03-18 19:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-14  6:47 [Bug c/48996] New: fixincl on Red Hat EL 5 breaks sys/stat.h fstat64() psmith at gnu dot org
2011-05-16 11:28 ` [Bug c/48996] " rguenth at gcc dot gnu.org
2011-05-16 13:00 ` psmith at gnu dot org
2011-05-16 13:26 ` rguenth at gcc dot gnu.org
2011-05-16 15:29 ` psmith at gnu dot org
2011-05-16 16:22 ` psmith at gnu dot org
2015-03-17  6:49 ` mpolacek at gcc dot gnu.org
2015-03-18 19:35 ` psmith at gnu dot 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).