Re: [Open64-devel] fix for driver handling of -x and input from stdin

2010-12-20 Thread Sun Chan
please go ahead Sun On Tue, Dec 21, 2010 at 4:19 AM, David Coakley wrote: > Could a gatekeeper please review the following fix for a corner case > in the driver?  Thanks, > > -David Coakley / AMD Open Source Compiler Engineering > > [Log message] > Fix handling of -x option in combination with st

[Open64-devel] fix for driver handling of -x and input from stdin

2010-12-20 Thread David Coakley
Could a gatekeeper please review the following fix for a corner case in the driver? Thanks, -David Coakley / AMD Open Source Compiler Engineering [Log message] Fix handling of -x option in combination with stdin input. The test case is: echo '#define TRUE 1' | opencc -c -x assembler-with-cpp