Mail delivery failed: returning message to sender

Zack Weinberg zack@wolery.cumb.org
Mon Jul 17 12:20:00 GMT 2000


On Mon, Jul 17, 2000 at 12:01:58PM -0700, H . J . Lu wrote:
> With gcc in CVS on 20000716,
> 
> # work/build/gnu/bin/gcc-3.0-libstdc++v3/gcc/testsuite/../g++ -B/work/build/gnu/bin/gcc-3.0-libstdc++v3/gcc/testsuite/../  -E -I.  -ansi -pedantic-errors t.cc > /dev/null
> In file included from t.cc:1:
> t.h:2:2: ISO C does not allow #include_next

I am looking into this bug right now.  Please be patient.

In the future, please simply include the files of your example into
the body of the message, and mark their boundaries, like so:

== t.cc ==
#include <t.h>
===

== t.h ==
#pragma system_header
#include_next <exception>
===

This is roughly 40 times easier to read than 120 lines of
machine-generated shell script with the actual example buried
somewhere within.

zw


More information about the Gcc-bugs mailing list