CBE Not Generating BITCAST_TEMPORARY Declarations #1430
Labels
bugzilla
Issues migrated from bugzilla
compile-fail
Use [accepts-invalid] and [rejects-valid] instead
Extended Description
In some cases, the CBE is not generating the BITCAST_TEMPORARY variable needed
to perform a fp<->int bitcast. This was originally reported by Evan Cheng.
The symptom is compile errors like this:
Output/462.libquantum.cbe.c: In function 'quantum_objcode_put':
Output/462.libquantum.cbe.c:674: error: 'ltmp_118_4__BITCAST_TEMPORARY'
undeclared (first use in this function)
The text was updated successfully, but these errors were encountered: