This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/48014] Bootstrap fails in stage2 on Fortran front end typedef collision.
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 7 Mar 2011 16:46:01 +0000
- Subject: [Bug target/48014] Bootstrap fails in stage2 on Fortran front end typedef collision.
- Auto-submitted: auto-generated
- References: <bug-48014-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48014
--- Comment #2 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-03-07 16:45:54 UTC ---
Under POSIX, *_t is part of the implementation namespace rather than the
user namespace if any POSIX header is included. (I don't know why this
particular non-POSIX header ends up getting included.)