Skip to content

Commit

Permalink
[pmc] add tt reference to NotFound++'s Float PMC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Jan 18, 2011
1 parent aad4e61 commit 248434e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/float.pmc
Expand Up @@ -286,7 +286,7 @@ Returns the result of comparing the number with C<*value>.

MULTI INTVAL cmp_num(DEFAULT value) {
/* fix an apparent gcc 4.4.x and 4.5.x bug that manifests itself when
* using g++ and an optimized build.
* using g++ and an optimized build. See TT #1978.
*/
volatile FLOATVAL n1 = SELF.get_number();
volatile FLOATVAL n2 = VTABLE_get_number(INTERP, value);
Expand Down

0 comments on commit 248434e

Please sign in to comment.