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: Phil Edwards <pedwards@disaster.jaj.com>
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 15:59:13 -0500

 On Wed, Jan 17, 2001 at 08:33:22PM -0000, daniel@ncsu.edu wrote:
 > >Priority:       high
 
 Please note that this setting is restricted to GCC maintainers:
 http://gcc.gnu.org/gnats.html
 
 
 > >How-To-Repeat:
 > Just recompiling a program with X11/Xlib.h included will
 > show it.  Lose the tcl:
 > #include <X11/Xlib.h>
 > int main() {}
 > g++ -I/usr/openwin/include crap.C
 > same deal.
 
 This is a bug in Solaris' X11 headers.  See
 http://gcc.gnu.org/fom_serv/cache/25.html for a workaround.
 

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