This is the mail archive of the gcc@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: unused_prefix_warning - bogus?


DJ Delorie <dj@redhat.com> writes:

|> $ gcc -E -B/foobar/ -B/blah/ -B/garbage/ foo.c > /dev/null
|> gcc: file path prefix `/garbage/' never used
|> 
|> What about the other two?

AFAIK `-B' does not accumulate.  So there is only one.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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