This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with preproccesor


Hello, I am using:

Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20010902 (Debian prerelease)

The attached file will not compile with "gcc -c test.c".  The reason
is that get_pgd_slow refers an (erroneously) undefined symbol.  This
symbol is clearly #define'd earlier in the file.

If you re-process the file again, with "cpp test.c", you will see that
the body of get_pgd_slow is now what it should be.

John Wiegley <johnw@gnu.org>

test.c.bz2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]