public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD
Date: Mon, 14 Feb 2011 15:45:00 -0000	[thread overview]
Message-ID: <bug-47642-4-bN1vA3hNmd@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-47642-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #21 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-14 15:34:52 UTC ---
Author: jakub
Date: Mon Feb 14 15:34:44 2011
New Revision: 170135

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170135
Log:
    PR fortran/47642
    * libquadmath.texi (quadmath_snprintf): Document.
    (quadmath_flt128tostr): Remove.
    * Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
    Remove  quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
    gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
    * quadmath.h (quadmath_snprintf): New prototype.
    (quadmath_flt128tostr): Remove.
    * quadmath_weak.h (quadmath_snprintf): Add.
    (quadmath_flt128tostr): Remove.
    * configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
    wctype.h, limits.h, ctype.h, printf.h, errno.h.
    (AC_USE_SYSTEM_EXTENSIONS): Add.
    (HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
    USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
    * quadmath.map (QUADMATH_1.0): Add quadmath_snprintf.  Remove
    quadmath_flt128tostr.
    * printf/printf_fphex.c: New file.
    * printf/_itowa.h: New file.
    * printf/mul_n.c: New file.
    * printf/quadmath-printf.h: New file.
    * printf/submul_1.c: New file.
    * printf/quadmath-printf.c: New file.
    * printf/gmp-impl.h: New file.
    * printf/lshift.c: New file.
    * printf/fpioconst.h: New file.
    * printf/add_n.c: New file.
    * printf/cmp.c: New file.
    * printf/sub_n.c: New file.
    * printf/mul.c: New file.
    * printf/divrem.c: New file.
    * printf/addmul_1.c: New file.
    * printf/printf_fp.c: New file.
    * printf/_itoa.h: New file.
    * printf/fpioconst.c: New file.
    * printf/_i18n_number.h: New file.
    * printf/flt1282mpn.c: New file.
    * printf/rshift.c: New file.
    * printf/mul_1.c: New file.
    * quadmath_io.c: Removed.
    * gdtoa/gdtoa.c: Removed.
    * gdtoa/g__fmt.c: Removed.
    * gdtoa/g_Qfmt.c: Removed.
    * gdtoa/dmisc.c: Removed.
    * gdtoa/ulp.c: Removed.
    * config.h.in: Regenerated.
    * configure: Regenerated.
    * Makefile.in: Regenerated.

    * io/write_float.def (DTOAQ): Use quadmath_snprintf instead of
    quadmath_flt128tostr.
    * io/transfer128.c (tmp2): Initialize to quadmath_snprintf instead
    of quadmath_flt128tostr.

Added:
    trunk/libquadmath/printf/
    trunk/libquadmath/printf/_i18n_number.h
    trunk/libquadmath/printf/_itoa.h
    trunk/libquadmath/printf/_itowa.h
    trunk/libquadmath/printf/add_n.c
    trunk/libquadmath/printf/addmul_1.c
    trunk/libquadmath/printf/cmp.c
    trunk/libquadmath/printf/divrem.c
    trunk/libquadmath/printf/flt1282mpn.c
    trunk/libquadmath/printf/fpioconst.c
    trunk/libquadmath/printf/fpioconst.h
    trunk/libquadmath/printf/gmp-impl.h
    trunk/libquadmath/printf/lshift.c
    trunk/libquadmath/printf/mul.c
    trunk/libquadmath/printf/mul_1.c
    trunk/libquadmath/printf/mul_n.c
    trunk/libquadmath/printf/printf_fp.c
    trunk/libquadmath/printf/printf_fphex.c
    trunk/libquadmath/printf/quadmath-printf.c
    trunk/libquadmath/printf/quadmath-printf.h
    trunk/libquadmath/printf/rshift.c
    trunk/libquadmath/printf/sub_n.c
    trunk/libquadmath/printf/submul_1.c
Removed:
    trunk/libquadmath/gdtoa/dmisc.c
    trunk/libquadmath/gdtoa/g_Qfmt.c
    trunk/libquadmath/gdtoa/g__fmt.c
    trunk/libquadmath/gdtoa/gdtoa.c
    trunk/libquadmath/gdtoa/ulp.c
    trunk/libquadmath/quadmath_io.c
Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/transfer128.c
    trunk/libgfortran/io/write_float.def
    trunk/libquadmath/ChangeLog
    trunk/libquadmath/Makefile.am
    trunk/libquadmath/Makefile.in
    trunk/libquadmath/config.h.in
    trunk/libquadmath/configure
    trunk/libquadmath/configure.ac
    trunk/libquadmath/libquadmath.texi
    trunk/libquadmath/quadmath.h
    trunk/libquadmath/quadmath.map
    trunk/libquadmath/quadmath_weak.h


  parent reply	other threads:[~2011-02-14 15:35 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-08  9:56 [Bug fortran/47642] New: " mexas at bristol dot ac.uk
2011-02-08 10:44 ` [Bug fortran/47642] " dominiq at lps dot ens.fr
2011-02-08 12:51 ` jvdelisle at gcc dot gnu.org
2011-02-08 12:54 ` jakub at gcc dot gnu.org
2011-02-08 13:37 ` jvdelisle at gcc dot gnu.org
2011-02-08 14:06 ` jakub at gcc dot gnu.org
2011-02-08 18:28 ` burnus at gcc dot gnu.org
2011-02-08 20:25 ` jvdelisle at gcc dot gnu.org
2011-02-09  0:54 ` mexas at bristol dot ac.uk
2011-02-09  9:03 ` jakub at gcc dot gnu.org
2011-02-12 12:03 ` jakub at gcc dot gnu.org
2011-02-12 12:07 ` jakub at gcc dot gnu.org
2011-02-12 12:08 ` jakub at gcc dot gnu.org
2011-02-12 12:10 ` jakub at gcc dot gnu.org
2011-02-12 12:49 ` jakub at gcc dot gnu.org
2011-02-12 14:57 ` jakub at gcc dot gnu.org
2011-02-14 11:52 ` dominiq at lps dot ens.fr
2011-02-14 11:57 ` jakub at gcc dot gnu.org
2011-02-14 12:56 ` dominiq at lps dot ens.fr
2011-02-14 14:34 ` jakub at gcc dot gnu.org
2011-02-14 15:35 ` dominiq at lps dot ens.fr
2011-02-14 15:45 ` jakub at gcc dot gnu.org [this message]
2011-02-17 13:42 ` jakub at gcc dot gnu.org
2011-02-17 14:25 ` jakub at gcc dot gnu.org
2014-04-16 15:46 ` mexas at bristol dot ac.uk
2014-04-17  6:53 ` ubizjak at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-47642-4-bN1vA3hNmd@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).