This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [obv] compile-print.exp: xfail->kfail for '@' GDB array operator
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: gdb-patches at sourceware dot org, Phil Muldoon <pmuldoon at redhat dot com>
- Date: Fri, 5 Jun 2015 15:24:52 +0200
- Subject: Re: [obv] compile-print.exp: xfail->kfail for '@' GDB array operator
- Authentication-results: sourceware.org; auth=none
- References: <20150604193820 dot GA18453 at host1 dot jankratochvil dot net> <86d21ao5vw dot fsf at gmail dot com>
On Fri, 05 Jun 2015 11:34:43 +0200, Yao Qi wrote:
> If '@' is rejected in GCC,
BTW '@' was implemented in the GCC patch only under condition of being run by
GDB/libcc1.
> '@' isn't a valid operator for C language,
So even if the GCC patch was accepted '@' still would not be a valid operator
for C language; that is correct.
Jan