This is the mail archive of the gcc-bugs@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: c++/8749: undefined reference error when declaring a function as inline and using -O3 switch


On  1 Dec, jocelyn fournier wrote:

> MySQL team have updated their code to respect ISO-C++ paragraph 7.1.2.4, but
> it still doesn't compile.
> I join to this mail the ii file of new item_sum.cc (where mark_as_sum_func
> function is) and of sql_yacc.cc (from where the error occurs during the
> link).

There's still no definition of mark_as_sum_func in sql_yacc.ii.
There's just a declaration and three calls, but no definition.

Regards,
Volker

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8749



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