Re: warnings from parser?

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: warnings from parser?
Date: 2018-09-10 17:55:31
Message-ID: CAFj8pRCAU+UgSUjZrhBeDbfrY58yav0mpNEoVy5t5cY7amrVbw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2018-09-10 19:39 GMT+02:00 Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>:

>
>
> 2018-09-10 19:38 GMT+02:00 Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>:
>
>> >>>>> "Pavel" == Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
>>
>> >> gram.y: In function ‘base_yyparse’:
>> >> gram.y:4507:20: warning: assignment to ‘CollateClause *’ {aka ‘struct
>> >> CollateClause *’} from incompatible pointer type ‘Node *’ {aka ‘>
>> >> n-> collClause = $7;
>> >> ^
>> >> gram.y:4519:20: warning: assignment to ‘CollateClause *’ {aka ‘struct
>> >> CollateClause *’} from incompatible pointer type ‘Node *’ {aka ‘>
>> >> n-> collClause = $10;
>> >> ^
>>
>> That's not the text that appears on those lines of gram.y in current git
>> master. What are you trying to compile?
>>
>> Pavel> /usr/bin/bison -Wno-deprecated -d -o preproc.c preproc.y
>> Pavel> preproc.y:4744.2: warning: empty rule for typed nonterminal, and
>> no action
>>
>> preproc.y is a generated file, created from gram.y and other files by a
>> perl script.
>>
>> So I'm guessing you're using a modified gram.y and everything else is
>> fallout from an error there.
>>
>>
> maybe my git repository is broken
>
> I'll recheck it.
>
> Thank you
>

It was from my branch.

I am sorry for noise.

Regards

Pavel

> Pavel
>
>> --
>> Andrew (irc:RhodiumToad)
>>
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2018-09-10 18:01:16 Re: can commitfest application resend a mail?
Previous Message Pavel Stehule 2018-09-10 17:53:59 can commitfest application resend a mail?