public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "howisjw at hotmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/94578] Incorrect assignment of RESHAPE() result to a Fortran pointer
Date: Mon, 13 Apr 2020 13:53:53 +0000	[thread overview]
Message-ID: <bug-94578-4-VZzMKx2kgm@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-94578-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94578

--- Comment #1 from Jan-Willem Blokland <howisjw at hotmail dot com> ---
Below are the results of the test program. The results of array1d should have
been identical to array2d.

 --- array2d ---
1 1   0.1000000E+01   0.1000000E+01   0.1000000E+01   0.1000000E+00  
0.1000000E+00   0.1000000E+00 T
2 1   0.2000000E+01   0.2000000E+01   0.1000000E+01   0.2000000E+00  
0.2000000E+00   0.1000000E+00 T
3 1   0.3000000E+01   0.3000000E+01   0.1000000E+01   0.3000000E+00  
0.3000000E+00   0.1000000E+00 T
1 2   0.2000000E+01   0.1000000E+01   0.2000000E+01   0.2000000E+00  
0.1000000E+00   0.2000000E+00 T
2 2   0.4000000E+01   0.2000000E+01   0.2000000E+01   0.4000000E+00  
0.2000000E+00   0.2000000E+00 T
3 2   0.6000000E+01   0.3000000E+01   0.2000000E+01   0.6000000E+00  
0.3000000E+00   0.2000000E+00 T
1 3   0.3000000E+01   0.1000000E+01   0.3000000E+01   0.3000000E+00  
0.1000000E+00   0.3000000E+00 T
2 3   0.6000000E+01   0.2000000E+01   0.3000000E+01   0.6000000E+00  
0.2000000E+00   0.3000000E+00 T
3 3   0.9000000E+01   0.3000000E+01   0.3000000E+01   0.9000000E+00  
0.3000000E+00   0.3000000E+00 T
1 4   0.4000000E+01   0.1000000E+01   0.4000000E+01   0.4000000E+00  
0.1000000E+00   0.4000000E+00 T
2 4   0.8000000E+01   0.2000000E+01   0.4000000E+01   0.8000000E+00  
0.2000000E+00   0.4000000E+00 T
3 4   0.1200000E+02   0.3000000E+01   0.4000000E+01   0.1200000E+01  
0.3000000E+00   0.4000000E+00 T
 --- array1d ---
1   0.1000000E+01   0.1000000E+01   0.1000000E+01   0.1000000E+00  
0.1000000E+00   0.1000000E+00 T
2   0.3000000E+01   0.3000000E+01   0.1000000E+01   0.3000000E+00  
0.3000000E+00   0.1000000E+00 T
3   0.4000000E+01   0.2000000E+01   0.2000000E+01   0.4000000E+00  
0.2000000E+00   0.2000000E+00 T
4   0.3000000E+01   0.1000000E+01   0.3000000E+01   0.3000000E+00  
0.1000000E+00   0.3000000E+00 T
5   0.9000000E+01   0.3000000E+01   0.3000000E+01   0.9000000E+00  
0.3000000E+00   0.3000000E+00 T
6   0.8000000E+01   0.2000000E+01   0.4000000E+01   0.8000000E+00  
0.2000000E+00   0.4000000E+00 T
7   0.6930324-309   0.6953253-309   0.6953253-309   0.6930324-309  
0.6930226-309   0.6930324-309 T
8   0.6930324-309   0.3952525-322   0.1096251-314   0.0000000E+00  
0.1712892-316   0.2302373-314 T
9   0.4940656-323   0.0000000E+00   0.4940656-323   0.6930324-309  
0.6930324-309   0.3102445-313 T
*   0.6930324-309   0.6930324-309   0.6930324-309   0.0000000E+00  
0.4940656-323   0.6930324-309 T
*   0.0000000E+00   0.6930324-309   0.4940656-323   0.0000000E+00  
0.4646021-309   0.6930324-309 T
*   0.6930324-309   0.6930324-309   0.4940656-323   0.3575029-316  
0.2964394-322   0.4171992-308 T

  reply	other threads:[~2020-04-13 13:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-13 13:46 [Bug fortran/94578] New: " howisjw at hotmail dot com
2020-04-13 13:53 ` howisjw at hotmail dot com [this message]
2020-04-13 13:56 ` [Bug fortran/94578] " howisjw at hotmail dot com
2020-04-14 15:05 ` tkoenig at gcc dot gnu.org
2020-04-14 15:08 ` tkoenig at gcc dot gnu.org
2020-04-16 14:21 ` tkoenig at gcc dot gnu.org
2020-04-16 14:24 ` tkoenig at gcc dot gnu.org
2020-04-17  7:02 ` howisjw at hotmail dot com
2020-04-17 14:16 ` tkoenig at gcc dot gnu.org
2020-04-17 15:17 ` tkoenig at gcc dot gnu.org
2020-04-25 10:29 ` cvs-commit at gcc dot gnu.org
2020-04-27  9:42 ` howisjw at hotmail dot com
2020-04-27 16:57 ` tkoenig 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-94578-4-VZzMKx2kgm@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).