Hi Dmitry,
I will take a look at it. Thanks!
- Yang
On 5/19/13 3:08 PM, Дмитрий Дьяченко wrote:
Hi!
with creduce-current i got crash-input-files to send to list :)
But, probably, its my fault : i can incorrectly modify creduce to
clang-3.4-current...
At least, there are crash files.
Thank You!
Dmitry
---------------------------
$ cat clang_delta_crash_tmp_file0M1yxx.ii
extern "C" extern "C"
int soap_call_lcdpanel__ShowLCDPanelMessage ( );
int main_res;
main ( )
{
soap_call_lcdpanel__ShowLCDPanelMessage ( );
}
// this should reproduce the crash:
// /usr/local/libexec/clang_delta --transformation=return-void
--counter=2 /home/dimhen/errs/gcc-4.9/clang_delta_crash_tmp_file0M1yxx.ii
[dimhen@dim gcc-4.9]$ /usr/local/libexec/clang_delta
--transformation=return-void --counter=2
/home/dimhen/errs/gcc-4.9/clang_delta_crash_tmp_file0M1yxx.ii
clang_delta: ReturnVoid.cpp:191: bool
RVASTVisitor::rewriteFuncDecl(clang::FunctionDecl*): Assertion `Offset
= 0' failed.
Stack dump:
0.<eof> parser at end of file
Aborted (core dumped)
-----------------