[fortran,committed] Fix quad-prec NORM2 by creating missing decl for quad-prec BUILT_IN_SQRT
FX
fxcoudert@gmail.com
Sun Aug 16 19:50:00 GMT 2015
BUILT_IN_SQRT is a bit special in the Fortran front-end, because it’s part of our math built-ins which map one-to-one to Fortran intrinsics (and get special treatment for that), but it is only a built-in we call directly in the front-end when emitting code for NORM2.
I didn’t realize this corner case when I first implemented quad-prec in the front-end (now several years ago!). Yet, the fix is simple.
Regtested on x86_64-apple-darwin14. Fixes PR 54656 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54656).
Committed as revision 226929.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sqrt_quad.diff
Type: application/octet-stream
Size: 3051 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20150816/6bf8e789/attachment.obj>
More information about the Fortran
mailing list