public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/51844] New: [4.7 regression] configuring with --with-gxx-include-dir=<absolute path> adds a relative (non-existing) C++ include dir
@ 2012-01-13  8:59 doko at gcc dot gnu.org
  2012-01-13 10:12 ` [Bug driver/51844] " rguenth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: doko at gcc dot gnu.org @ 2012-01-13  8:59 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51844
           Summary: [4.7 regression] configuring with
                    --with-gxx-include-dir=<absolute path> adds a relative
                    (non-existing) C++ include dir
    Classification: Unclassified
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


a trunk build configured --with-gxx-include-dir=/usr/include/c++/4.7 adds a
relative include dir, not an absolute one:

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "usr/include/c++/4.7"
ignoring nonexistent directory "usr/include/c++/4.7/x86_64-linux-gnu"
ignoring nonexistent directory "usr/include/c++/4.7/backward"
ignoring nonexistent directory
"/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-linux-gnu/4.7.0/include
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/4.7.0/include-fixed
 /usr/include
End of search list.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-07-18 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-13  8:59 [Bug driver/51844] New: [4.7 regression] configuring with --with-gxx-include-dir=<absolute path> adds a relative (non-existing) C++ include dir doko at gcc dot gnu.org
2012-01-13 10:12 ` [Bug driver/51844] " rguenth at gcc dot gnu.org
2012-01-13 20:23 ` jakub at gcc dot gnu.org
2012-01-17 11:41 ` rguenth at gcc dot gnu.org
2012-01-25 14:34 ` jakub at gcc dot gnu.org
2012-01-25 16:33 ` doko at gcc dot gnu.org
2013-07-18 15:34 ` [Bug driver/51844] " typesylph at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).