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]
Other format: [Raw text]

[Bug c++/13071] New: no way to exclude backward C++ headers from include path


[forwarded from http://bugs.debian.org/211586]

$ cat bug-211586.cc 
extern "C" {
#include <complex.h>
}

on a Linux system this is supposed to include /usr/include/complex.h, but
/usr/include/c++/3.3/backward/complex.h is found. There is currently no way to
exclude the deprecated or antiquated header files from the include path.

-- 
           Summary: no way to exclude backward C++ headers from include path
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13071


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