public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "kargl at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/48426] [patch] Quad precision promotion
Date: Mon, 16 Jan 2012 18:28:00 -0000	[thread overview]
Message-ID: <bug-48426-4-mNSTXqU0XK@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-48426-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #18 from kargl at gcc dot gnu.org 2012-01-16 18:22:20 UTC ---
Author: kargl
Date: Mon Jan 16 18:22:16 2012
New Revision: 183217

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183217
Log:
2012-01-16  Zydrunas Gimbutas  <gimbutas@cims.nyu.edu>
        Andreas Kloeckner  <kloeckner@cims.nyu.edu>
        Steven G. Kargl  <kargl@gcc.gnu.org>

    PR fortran/48426
    * gfortran.h (gfc_option_t): Add members flag_*_kind to store kind.
    * lang.opt: Add options -freal-4-real-8, -freal-4-real-10,
    -freal-4-real-16, -freal-8-real-4, -freal-8-real-10, -freal-8-real-16
    and -finteger-4-integer-8. User-desired type conversion information.
    * decl.c (gfc_match_old_kind_spec,kind_expr): Type conversions
    in declaration parsing.
    * trans-types.c (gfc_init_kinds): User-specified type conversion
    checked for current backend.
    * primary.c (match_integer_constant,match_real_constant): Implement
    type conversion in constant parsing.
    * options.c (gfc_init_options,gfc_handle_option): Translate input
    options to flags in internal options data structure.
    * invoke.texi: Document new options.  Re-order options in Options
    summary section.

Modified:
    trunk/gcc/fortran/decl.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/invoke.texi
    trunk/gcc/fortran/lang.opt
    trunk/gcc/fortran/options.c
    trunk/gcc/fortran/primary.c
    trunk/gcc/fortran/trans-types.c


  parent reply	other threads:[~2012-01-16 18:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-03 18:04 [Bug fortran/48426] New: " inform at tiker dot net
2011-04-03 18:05 ` [Bug fortran/48426] " inform at tiker dot net
2011-04-03 19:25 ` kargl at gcc dot gnu.org
2011-04-03 19:50 ` inform at tiker dot net
2011-04-03 21:14   ` Jerry DeLisle
2011-04-03 20:33 ` sgk at troutmask dot apl.washington.edu
2011-04-03 21:14 ` jvdelisle at frontier dot com
2011-04-05  2:12 ` inform at tiker dot net
2011-04-05  2:13 ` inform at tiker dot net
2011-04-15 14:57 ` inform at tiker dot net
2011-04-15 15:31 ` jvdelisle at gcc dot gnu.org
2011-04-15 16:12 ` sgk at troutmask dot apl.washington.edu
2011-04-15 16:43 ` jvdelisle at gcc dot gnu.org
2011-04-15 17:00 ` sgk at troutmask dot apl.washington.edu
2011-04-15 19:49 ` inform at tiker dot net
2011-04-15 20:32 ` jvdelisle at gcc dot gnu.org
2011-11-07 19:28 ` inform at tiker dot net
2011-11-07 20:04 ` sgk at troutmask dot apl.washington.edu
2011-11-10  0:37 ` inform at tiker dot net
2012-01-16 18:28 ` kargl at gcc dot gnu.org [this message]
2012-01-16 18:29 ` kargl at gcc dot gnu.org
2012-01-18 18:50 ` kargl at gcc dot gnu.org
2012-01-19  8:55 ` burnus at gcc dot gnu.org
2012-01-19 17:11 ` kargl at gcc dot gnu.org

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-48426-4-mNSTXqU0XK@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).