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]

Mail delivery failed: returning message to sender


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


-- 
H.J. Lu (hjl@gnu.org)
--
#!/bin/sh
# This is a shell archive (produced by GNU sharutils 4.2.1).
# To extract the files from this archive, save it to some FILE, remove
# everything before the `!/bin/sh' line above, then type `sh FILE'.
#
# Made on 2000-07-17 11:48 PDT by <hjl@osmium.su.varesearch.com>.
# Source directory was `/tmp'.
#
# Existing files will *not* be overwritten unless `-c' is specified.
#
# This shar contains:
# length mode       name
# ------ ---------- ------------------------------------------
#     15 -rw-r--r-- t.cc
#     48 -rw-r--r-- t.h
#
save_IFS="${IFS}"
IFS="${IFS}:"
gettext_dir=FAILED
locale_dir=FAILED
first_param="$1"
for dir in $PATH
do
  if test "$gettext_dir" = FAILED && test -f $dir/gettext \
     && ($dir/gettext --version >/dev/null 2>&1)
  then
    set `$dir/gettext --version 2>&1`
    if test "$3" = GNU
    then
      gettext_dir=$dir
    fi
  fi
  if test "$locale_dir" = FAILED && test -f $dir/shar \
     && ($dir/shar --print-text-domain-dir >/dev/null 2>&1)
  then
    locale_dir=`$dir/shar --print-text-domain-dir`
  fi
done
IFS="$save_IFS"
if test "$locale_dir" = FAILED || test "$gettext_dir" = FAILED
then
  echo=echo
else
  TEXTDOMAINDIR=$locale_dir
  export TEXTDOMAINDIR
  TEXTDOMAIN=sharutils
  export TEXTDOMAIN
  echo="$gettext_dir/gettext -s"
fi
if touch -am -t 200112312359.59 $$.touch >/dev/null 2>&1 && test ! -f 200112312359.59 -a -f $$.touch; then
  shar_touch='touch -am -t $1$2$3$4$5$6.$7 "$8"'
elif touch -am 123123592001.59 $$.touch >/dev/null 2>&1 && test ! -f 123123592001.59 -a ! -f 123123592001.5 -a -f $$.touch; then
  shar_touch='touch -am $3$4$5$6$1$2.$7 "$8"'
elif touch -am 1231235901 $$.touch >/dev/null 2>&1 && test ! -f 1231235901 -a -f $$.touch; then
  shar_touch='touch -am $3$4$5$6$2 "$8"'
else
  shar_touch=:
  echo
  $echo 'WARNING: not restoring timestamps.  Consider getting and'
  $echo "installing GNU \`touch', distributed in GNU File Utilities..."
  echo
fi
rm -f 200112312359.59 123123592001.59 123123592001.5 1231235901 $$.touch
#
if mkdir _sh02660; then
  $echo 'x -' 'creating lock directory'
else
  $echo 'failed to create lock directory'
  exit 1
fi
# ============= t.cc ==============
if test -f 't.cc' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 't.cc' '(file already exists)'
else
  $echo 'x -' extracting 't.cc' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 't.cc' &&
#include <t.h>
SHAR_EOF
  (set 20 00 07 17 11 46 45 't.cc'; eval "$shar_touch") &&
  chmod 0644 't.cc' ||
  $echo 'restore of' 't.cc' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 't.cc:' 'MD5 check failed'
f6e93eb9d30630052cc12b504e22bab2  t.cc
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 't.cc'`"
    test 15 -eq "$shar_count" ||
    $echo 't.cc:' 'original size' '15,' 'current size' "$shar_count!"
  fi
fi
# ============= t.h ==============
if test -f 't.h' && test "$first_param" != -c; then
  $echo 'x -' SKIPPING 't.h' '(file already exists)'
else
  $echo 'x -' extracting 't.h' '(text)'
  sed 's/^X//' << 'SHAR_EOF' > 't.h' &&
#pragma system_header
#include_next <exception>
SHAR_EOF
  (set 20 00 07 17 11 46 34 't.h'; eval "$shar_touch") &&
  chmod 0644 't.h' ||
  $echo 'restore of' 't.h' 'failed'
  if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
  && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
    md5sum -c << SHAR_EOF >/dev/null 2>&1 \
    || $echo 't.h:' 'MD5 check failed'
fe09088a8e0fcd1b7eb9ef1cf22f8981  t.h
SHAR_EOF
  else
    shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 't.h'`"
    test 48 -eq "$shar_count" ||
    $echo 't.h:' 'original size' '48,' 'current size' "$shar_count!"
  fi
fi
rm -fr _sh02660
exit 0

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