https://bugzilla.gdcproject.org/show_bug.cgi?id=283
Bug ID: 283
Summary: Wrong code with -O, possible cleanup_point_expr bug
Product: GDC
Version: development
Hardware: All
OS: All
Status: NEW
Severity: no
https://bugzilla.gdcproject.org/show_bug.cgi?id=283
--- Comment #2 from Iain Buclaw ---
The above reduced test fails when compiled with: 'gdc -frelease -O'
It runs just fine when compiling with: 'gdc -frelease'
An earlier, more complex version of this test passed when built with -O2, but
failed
https://bugzilla.gdcproject.org/show_bug.cgi?id=283
Iain Buclaw changed:
What|Removed |Added
Severity|normal |critical
Priority|Normal