public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "domob at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/35723] Can't use run-time array element in character declaration
Date: Thu, 09 Oct 2008 07:31:00 -0000	[thread overview]
Message-ID: <20081009072954.24278.qmail@sourceware.org> (raw)
In-Reply-To: <bug-35723-15620@http.gcc.gnu.org/bugzilla/>



------- Comment #3 from domob at gcc dot gnu dot org  2008-10-09 07:29 -------
Subject: Bug 35723

Author: domob
Date: Thu Oct  9 07:28:22 2008
New Revision: 141001

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141001
Log:
2008-10-09  Daniel Kraft  <d@domob.eu>

        PR fortran/35723
        * gfortran.h (gfc_suppress_error): Removed from header.
        (gfc_push_suppress_errors), (gfc_pop_suppress_errors): New methods.
        * array.c (gfc_array_size): Use new gfc_push/pop_suppress_errors
        instead of directly changing gfc_suppress_error.
        * intrinsic.c (gfc_intrinsic_func_interface): Ditto.
        (gfc_intrinsic_sub_interface): Ditto.
        * error.c (suppress_errors): Made static from `gfc_suppress_error'.
        (gfc_push_suppress_errors), (gfc_pop_suppress_errors): New methods.
        (gfc_notify_std), (gfc_error): Use new static name of global.
        * expr.c (check_arglist), (check_references): New methods.
        (check_restricted): Check arglists and references of EXPR_FUNCTIONs
        and EXPR_VARAIBALEs, respectively.  Allow PARAMETER symbols.

2008-10-09  Daniel Kraft  <d@domob.eu>

        PR fortran/35723
        * gfortran.dg/restricted_expression_1.f90: New test.
        * gfortran.dg/restricted_expression_2.f90: New test.
        * gfortran.dg/restricted_expression_3.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/restricted_expression_1.f90
    trunk/gcc/testsuite/gfortran.dg/restricted_expression_2.f90
    trunk/gcc/testsuite/gfortran.dg/restricted_expression_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/array.c
    trunk/gcc/fortran/error.c
    trunk/gcc/fortran/expr.c
    trunk/gcc/fortran/gfortran.h
    trunk/gcc/fortran/intrinsic.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


  parent reply	other threads:[~2008-10-09  7:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-27 20:34 [Bug fortran/35723] New: " dick dot hendrickson at gmail dot com
2008-03-28 19:40 ` [Bug fortran/35723] " burnus at gcc dot gnu dot org
2008-09-24 10:01 ` domob at gcc dot gnu dot org
2008-09-25 10:30 ` domob at gcc dot gnu dot org
2008-10-09  7:31 ` domob at gcc dot gnu dot org [this message]
2008-10-09  7:35 ` domob at gcc dot gnu dot 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=20081009072954.24278.qmail@sourceware.org \
    --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).