This is the mail archive of the gcc-prs@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]

Re: c++/1688: Includes causing extern "C" not to behave correctly (?)


The following reply was made to PR c++/1688; it has been noted by GNATS.

From: Neil Booth <neil@daikokuya.demon.co.uk>
To: daniel@ncsu.edu
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: c++/1688: Includes causing extern "C" not to behave correctly (?)
Date: Wed, 17 Jan 2001 21:52:41 +0000

 daniel@ncsu.edu wrote:-
 
 > After scanning the preprocessor output and everything we can
 > not come up with anything that "makes sense" as to why it's
 > not working.
 
 CPP treats extern "C" things slightly differently if they're #include
 <>'d rather than #include ""'d.  Is that the issue?
 
 Look at the # LINENO directives created.  Are they different?  (The
 flag "4" at the end is to do with extern "C").
 
 Neil.

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