Thorsten Glaser
2012-09-22 19:16:42 UTC
First, an older pcc where it worked:
***@blau:~ $ /usr/mpkg/bin/pcc -v
pcc 1.1.0.DEVEL 20110422 for i386-ecce-mirbsd10, MirPorts:pcc-1.0.999-20110422-0
no input files
8|***@blau:~ $ (:|/usr/mpkg/bin/pcc -E -dD -; echo >&2 ${PIPESTATUS[*]}) | tail -1
0 0
# 1 "<stdin>"
Now, in current pcc, it fails:
***@blau:~ $ /opt/pcc/bin/pcc -v
pcc 1.1.0.DEVEL 20120921 for i386-ecce-mirbsd10
no input files
8|***@blau:~ $ (:|/opt/pcc/bin/pcc -E -dD -; echo >&2 ${PIPESTATUS[*]}) | tail -1
warning: unknown option '-dD'
0 0
That was a rather important option (plus, the exit status is
all wrong), and this regression is bad. Please fix.
Thanks,
//mirabilos
***@blau:~ $ /usr/mpkg/bin/pcc -v
pcc 1.1.0.DEVEL 20110422 for i386-ecce-mirbsd10, MirPorts:pcc-1.0.999-20110422-0
no input files
8|***@blau:~ $ (:|/usr/mpkg/bin/pcc -E -dD -; echo >&2 ${PIPESTATUS[*]}) | tail -1
0 0
# 1 "<stdin>"
Now, in current pcc, it fails:
***@blau:~ $ /opt/pcc/bin/pcc -v
pcc 1.1.0.DEVEL 20120921 for i386-ecce-mirbsd10
no input files
8|***@blau:~ $ (:|/opt/pcc/bin/pcc -E -dD -; echo >&2 ${PIPESTATUS[*]}) | tail -1
warning: unknown option '-dD'
0 0
That was a rather important option (plus, the exit status is
all wrong), and this regression is bad. Please fix.
Thanks,
//mirabilos
--
"Using Lynx is like wearing a really good pair of shades: cuts out
the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
-- Henry Nelson, March 1999
"Using Lynx is like wearing a really good pair of shades: cuts out
the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
-- Henry Nelson, March 1999