This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
20000717 snapshot broken specs setup in gcc/config/i386/cygwin.h
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: 20000717 snapshot broken specs setup in gcc/config/i386/cygwin.h
- From: "Tim Prince" <tprince at computer dot org>
- Date: Wed, 19 Jul 2000 13:52:37 -0700
2 items in the specs file are not digestible by tradcpp, producing
failure of the g77 pre-processing in all cases. These are the -remap,
which I've been told already should not be there, and
the -D__declspec(x)=__attribute(x) items, both of which appear to be
invoked as unconditional options. As I don't know how the specs are
used elsewhere, I don't know how these should be corrected. Without
these items, tradcpp appears to be working for g77 in i686-pc-cygwin.
Tim Prince