public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pault at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/55362] [4.6/4.7/4.8 Regression] ICE with size() on character pointer
Date: Sat, 12 Jan 2013 16:11:00 -0000	[thread overview]
Message-ID: <bug-55362-4-cus3cr3x9q@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-55362-4@http.gcc.gnu.org/bugzilla/>


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

Paul Thomas <pault at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pault at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |pault at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #3 from Paul Thomas <pault at gcc dot gnu.org> 2013-01-12 16:11:23 UTC ---
Applying Tobias' fix to array_check seems to do the job.  As to his question
about the DIM arg; this and probably many more need such a check.  I am
surprised that it is not picked up in resolution. ifort gives

[pault@localhost pr55789]$ ifort ../pr55362/p*.f90../pr55362/pr55362.f90(3):
error #6423: This name has already been used as an external function name.  
[ERROR_MSG]
  write(*,*) 'message: ', size(Error_Msg),Error_Msg()
-------------------------------^
../pr55362/pr55362.f90(3): error #6361: An array-valued argument is required in
this context.   [SIZE]
  write(*,*) 'message: ', size(Error_Msg),Error_Msg()
-------------------------------^
compilation aborted for ../pr55362/pr55362.f90 (code 1)


  parent reply	other threads:[~2013-01-12 16:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-17 10:36 [Bug fortran/55362] New: " dominiq at lps dot ens.fr
2012-11-17 10:39 ` [Bug fortran/55362] " dominiq at lps dot ens.fr
2012-12-11 10:39 ` rguenth at gcc dot gnu.org
2012-12-11 14:46 ` burnus at gcc dot gnu.org
2013-01-12 16:11 ` pault at gcc dot gnu.org [this message]
2013-02-09  9:50 ` pault at gcc dot gnu.org
2013-02-09  9:55 ` [Bug fortran/55362] [4.6/4.7 " pault at gcc dot gnu.org
2013-03-02 17:25 ` mikael at gcc dot gnu.org
2013-03-03 18:09 ` paul.richard.thomas at gmail dot com
2013-03-10 18:35 ` pault at gcc dot gnu.org
2013-03-10 20:15 ` pault at gcc dot gnu.org
2013-03-10 21:03 ` pault at gcc dot gnu.org
2013-03-11  6:20 ` izamyatin at gmail dot com
2013-03-11  8:31 ` burnus at gcc dot gnu.org
2013-03-11 17:43 ` dominiq at lps dot ens.fr

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-55362-4-cus3cr3x9q@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).