Luiz-Monad / aspectc

Automatically exported from code.google.com/p/aspectc
0 stars 0 forks source link

Acc_gcc command line error #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter command line "acc_gcc -D"abc(s)=\#s" -Ddef="kkk(akkk)" t1.c"

What is the expected output? What do you see instead?
The acc compiler should give no error since it will pass gcc compiler if 
"gcc -D"abc(s)=\#s" -Ddef="kkk(akkk)" t1.c" is entered as a command.

Please use labels and text to provide additional information.
The error is caused by the fact that the quote are removed by acc_gcc so it 
doesn't appear on the command line passed to gcc.

Original issue reported on code.google.com by kedeng1...@gmail.com on 12 May 2010 at 7:36

GoogleCodeExporter commented 8 years ago
A perl script is written for this. you can now use tacc for this problem

Original comment by lzmliz...@gmail.com on 19 Jul 2010 at 4:38