public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libquadmath/60349] New: Any call to expq (or libquadmath function that might possibly call expq) segfaults in mingw-gcc.
@ 2014-02-26 19:28 john at johnmaddock dot co.uk
  2014-02-27  9:00 ` [Bug libquadmath/60349] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: john at johnmaddock dot co.uk @ 2014-02-26 19:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60349

            Bug ID: 60349
           Summary: Any call to expq (or libquadmath function that might
                    possibly call expq) segfaults in mingw-gcc.
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: libquadmath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: john at johnmaddock dot co.uk

This effects gcc-4.8.1 and 4.8.2 (at least), on both mingw32 and mingw64, the
following program segfaults:


#include <quadmath.h>

int main()
{
   __float128 a = expq(2.0Q);
    return 0;
}

Mingw gcc-4.7.x and Linux are obviously both fine.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-08 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26 19:28 [Bug libquadmath/60349] New: Any call to expq (or libquadmath function that might possibly call expq) segfaults in mingw-gcc john at johnmaddock dot co.uk
2014-02-27  9:00 ` [Bug libquadmath/60349] " rguenth at gcc dot gnu.org
2014-02-27 11:25 ` ssbssa at yahoo dot de
2014-10-08 14:59 ` fxcoudert at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).