Bug in preprocessor which be integrated with C++ frontend

Dave Raggett dave_raggett@hotmail.com
Thu Feb 15 22:38:00 GMT 2001


Take a look at this file (~/test/test.cpp)

#ifndef __TEST_CPP__
#define __TEST_CPP__
#include "../test/test.cpp"
#endif

I found it will be read twice in preprocessor that integrated with C++
frontend.
But if i use #include "./test.cpp",it will be cached and only be read once.




_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com .



More information about the Gcc mailing list