12 May 20:11
bug with gcc 4.3.2 on openSUSE 11.1
Leonardo Lopez <leonardo_lopez_84 <at> yahoo.com.ar>
2009-05-12 18:11:20 GMT
2009-05-12 18:11:20 GMT
First of all, I'm really sorry for any english grammar mistake or any fault with any rule about bugs sending.
In this environment
Compiler: gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
OS: openSUSE 11.1
I got this warning
y.tab.c:2075: error: deprecated conversion from string constant to "char *"
due to gcc new checks, but the fact is the source is auto generated by the tool Bison 2.3
--- code begin ---
/* Identify Bison output. */
#define YYBISON 1
/* Bison version. */
#define YYBISON_VERSION "2.3"
--- code end ---
at this point
--- code begin ---
yyerror (YY_("memory exhausted"));
--- code end ---
or the same warning at
--- code begin ---
(Continue reading)
RSS Feed