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