This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH v2] PR c/20385: more detection of unknown type names


On Tue, 30 Nov 2010, Paolo Bonzini wrote:

> typeof (t11 *) c3;      /* { dg-error "unknown type name 't12'" "" { xfail *-*-* } } */

The expected (and XFAILed) message here should refer to t11 not t12 as the 
unknown type.

The C parts of the patch are OK with that change.

-- 
Joseph S. Myers
joseph@codesourcery.com


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