This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
warning: #import is a deprecated GCC extension
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 12 Nov 2008 23:46:37 -0500
- Subject: warning: #import is a deprecated GCC extension
The darwin-specific gcc.dg/cpp/subframework1.c -fno-show-column test case
is failing under gcc trunk for the excessive errors test because we now
get warnings...
warning: #import is a deprecated GCC extension
Is there a particular way to modify an excessive errors test case to
have a particular warning like this be ignored? Thanks in advance for
any hints on solving this issue.
Jack
ps This is PR38098.