This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Is the order of parse '?:' operator not defined?
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 21 Dec 2008 13:53:07 -0700
- Subject: Re: Is the order of parse '?:' operator not defined?
- References: <200812211743.01414.dmixm@marine.febras.ru> <494E8120.7020008@redhat.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>> Dmitry K. wrote:
>> Is the abort of program below correct?
Andrew> I think it 's a bug. Forwarding to Tom tromey for comment.
I tried it with svn trunk and it worked fine. This was probably fixed
by the fix for PR 35313.
Tom