You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
the files.txt are the files used when profiling the joomla
not the entire system, just the executed files.
you can see the source code that I used and my apache config here.
http://code.google.com/p/sfck/wiki/InstallNotes
1. Run my script
for x in `cat files.txt`
do echo $x;
/home/mdupont/2009/01/php/install/bin/phc --generate-c $x > $x.c
2>$x.err;
echo $x >> report.txt
cat $x.err >> report.txt
done
What is the expected output? What do you see instead?
should have no errors
Could not generate code for unknown construct
What version of the product are you using? On what operating system?
trunk
Please provide any additional information below.
see the attached report.
if you think they are new and or relevant,i can extract test cases.
Original issue reported on code.google.com by JamesMikeDuPont on 2009-01-28 12:18:05
I've reviewed all the errors - they're all either static variables, or default
values. It looks like we have the code for default values done for classes -
hopefully that can be used gracefully for default values. Statics are not implemented
yet - perhaps move them up the priorities?
Found 1 other bug, I think
/home/mdupont/2009/01/conference/code/joomla/plugins/system/debug.php
phc: src/codegen/Generate_C.cpp:1281: virtual void
Pattern_assign_expr_bin_op::generate_code(Generate_C*): Assertion `op_functions.has
(*op->value->value)' failed.
SIGABRT received!
This could be a bug in phc. If you suspect it is, please email
a bug report to [email protected].
Original issue reported on code.google.com by paul.biggar on 2009-01-28 12:27:54
Original issue reported on code.google.com by
JamesMikeDuPont
on 2009-01-28 12:18:05- _Attachment: [report.txt](https://storage.googleapis.com/google-code-attachments/phc/issue-105/comment-0/report.txt)_ - _Attachment: [files.txt](https://storage.googleapis.com/google-code-attachments/phc/issue-105/comment-0/files.txt)_
The text was updated successfully, but these errors were encountered: