public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: aiishymanel@tutanota.com
To: Gcc Help <gcc-help@gcc.gnu.org>
Subject: Empty element in CPATH variable
Date: Sun, 24 Jul 2022 14:40:48 +0200 (CEST)	[thread overview]
Message-ID: <N7kDMBZ--3-2@tutanota.com> (raw)

Hi everyone,

the documentation explicitly states that empty elements in CPATH and other variables that control header search path can appear at thebeginning or end of a list. 

https://gcc.gnu.org/onlinedocs/cpp/Environment-Variables.html

But in reality nothing stops you from putting empty element anywhere in the list.

export CPATH="$HOME/include::$HOME/project/include"

cpp -nostdinc /dev/null -o /dev/null -v 2>&1 | awk '/#include/,/End/'

#include "..." search starts here:
#include <...> search starts here:
/root/include
.
/root/project/include
End of search list.

In general I would not consider it to be a bug, but the accent on the beginning and end of the list makes me wonder it it is a bug or a bad description.

Thanks,
Andrii

             reply	other threads:[~2022-07-24 12:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-24 12:40 aiishymanel [this message]
2022-07-24 19:25 ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=N7kDMBZ--3-2@tutanota.com \
    --to=aiishymanel@tutanota.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).