[Bug c++/14962] g++ appears to ignore #pragma redirect_extname
phil at fsel dot com
gcc-bugzilla@gcc.gnu.org
Thu Apr 15 13:47:00 GMT 2004
------- Additional Comments From phil at fsel dot com 2004-04-15 13:14 -------
The same problem occurs with 3.4 (CVS checkout of gcc-3_4-branch, as of 20040415):
turing$ /usr/local/gcc-3.4/bin/gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
statfs.c -o statfs
turing$ nm -g statfs | grep statvfs
[71] | 133364| 0|FUNC |GLOB |0 |UNDEF |statvfs64
turing$ /usr/local/gcc-3.4/bin/g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
statfs.c -o statfs
turing$ nm -g statfs | grep statvfs
[59] | 133516| 0|FUNC |GLOB |0 |UNDEF |statvfs
--
What |Removed |Added
----------------------------------------------------------------------------
Version|3.3.3 |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14962
More information about the Gcc-bugs
mailing list