Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...
Дата
Msg-id 27712.1035644833@sss.pgh.pa.us
обсуждение исходный текст
Ответ на UnixWare 7.1.3 (BETA), C99 compiler, current CVS, error...  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: UnixWare 7.1.3 (BETA), C99 compiler, current CVS,  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
Larry Rosenman <ler@lerctr.org> writes:
> Without specifying the -Xb switch to kill the C99 interpretation of
> inline, I get the following from current CVS:

> UX:acomp: ERROR: "tuplesort.c", line 1854: "inline" functions cannot use
> "static" identifier: myFunctionCall2

I don't understand what it's unhappy about.  My C99 draft sez
      [#6] Any function with internal linkage  can  be  an  inline      function.

so the text of the message is surely not what they are really
complaining about?  Or is the compiler broken?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: UnixWare 7.1.3 (BETA), compile error (with cc -Xb)