Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

use of "this.class.name" causes assertion failures #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run "class A { void f() { StaticString(this.class.name); } }"

What is the expected output?
  nothing

What do you see instead?
  lt-crack: builder/LLVMBuilder.cc:549: void<unnamed>::BBuilderContextData::addPlaceholder(<unnamed>::PlaceholderInstruction*): Assertion `!complete && "Adding placeholder to a completed class"' failed.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mind...@gmail.com on 1 Jul 2010 at 5:31

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 1 Jul 2010 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 4 Aug 2010 at 10:56

GoogleCodeExporter commented 9 years ago
Not sure what fixed it, but this works now.

Original comment by mind...@gmail.com on 4 Aug 2010 at 11:53