From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Oliva To: Eric Dumazet Cc: egcs-bugs@cygnus.com, egcs-patches@cygnus.com, jason@cygnus.com Subject: Re: Bug report Date: Tue, 29 Sep 1998 13:10:00 -0000 Message-id: References: <3610E64A.87AE7CC9@COSMOSBAY.COM> X-SW-Source: 1998-09/msg00942.html Content-type: multipart/mixed; boundary="----------=_1583533105-4112-108" List-Id: This is a multi-part message in MIME format... ------------=_1583533105-4112-108 Content-length: 470 Eric Dumazet writes: > const char * const strvar = "@(#)ident" ; > printf("%lx '%s'\n", strvar, (strvar == 0) ? "(null)" : strvar) ; > 8049258 '(null)' > which is obviously wrong. > Is this bug already known ? I don't think so. Jason, may I install the attached testcase in g++.other? -- Alexandre Oliva mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org http://www.dcc.unicamp.br/~oliva Universidade Estadual de Campinas, SP, Brasil ------------=_1583533105-4112-108 Content-Type: text/x-c; charset=us-ascii; name="null2.C" Content-Disposition: inline; filename="null2.C" Content-Transfer-Encoding: base64 Content-Length: 395 Ly8gQmFzZWQgb24gYSB0ZXN0Y2FzZSBieSBFcmljIER1bWF6ZXQgPEVyaWMu RHVtYXpldEBDT1NNT1NCQVkuQ09NPgoKLy8gZXhlY3V0aW9uIHRlc3QgLSBY RkFJTCAqLSotKgoKI2luY2x1ZGUgPGNzdGRsaWI+CmNvbnN0IGNoYXIgKiBj b25zdCBmb28gPSAiIjsgLy8gZm9vIGlzIG5vdCBOVUxMCgppbnQgbWFpbigp IHsKICBpZiAoKGZvbyA9PSAwKSA/IDAgOiBmb28pICAvLyBzbyB0aGlzIHNo b3VsZCBldmFsdWF0ZSB0byBgZm9vJwogICAgcmV0dXJuIDA7CiAgZWxzZQog ICAgc3RkOjphYm9ydCgpOwp9Cg== ------------=_1583533105-4112-108-- >>From oliva@dcc.unicamp.br Tue Sep 29 13:41:00 1998 From: Alexandre Oliva To: Sang Kang Cc: egcs-bugs@cygnus.com Subject: Re: g++ bug Date: Tue, 29 Sep 1998 13:41:00 -0000 Message-id: References: X-SW-Source: 1998-09/msg00943.html Content-length: 294 Sang Kang writes: > c++ -fall-virtual -c hw5.C The latest snapshot says that -fall-virtual is no longer supported. -- Alexandre Oliva mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org http://www.dcc.unicamp.br/~oliva Universidade Estadual de Campinas, SP, Brasil