public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jv244 at cam dot ac dot uk" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/41278] internal compiler error related to matmul and transpose
Date: Sat, 05 Sep 2009 15:34:00 -0000	[thread overview]
Message-ID: <20090905153417.20061.qmail@sourceware.org> (raw)
In-Reply-To: <bug-41278-18155@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from jv244 at cam dot ac dot uk  2009-09-05 15:34 -------
853       gcc_assert (src_info->dimen == 2);
(gdb) list
848       dest_ss = se->ss;
849
850       src_info = &src_ss->data.info;
851       dest_info = &dest_ss->data.info;
852       gcc_assert (dest_info->dimen == 2);
853       gcc_assert (src_info->dimen == 2);
854
855       /* Get a descriptor for EXPR.  */
856       gfc_init_se (&src_se, NULL);
857       gfc_conv_expr_descriptor (&src_se, expr, src_ss);


-- 

jv244 at cam dot ac dot uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |32834
              nThis|                            |
      Known to fail|                            |4.3.1 4.4.0 4.5.0


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


  parent reply	other threads:[~2009-09-05 15:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-05 14:38 [Bug fortran/41278] New: " cmklaij at hetnet dot nl
2009-09-05 14:54 ` [Bug fortran/41278] " jvdelisle at gcc dot gnu dot org
2009-09-05 15:19 ` rguenth at gcc dot gnu dot org
2009-09-05 15:34 ` jv244 at cam dot ac dot uk [this message]
2009-09-08 16:22 ` tkoenig at gcc dot gnu dot org
2009-11-26 13:02 ` jvdelisle at gcc dot gnu dot org
2009-11-26 14:35 ` jvdelisle at gcc dot gnu dot org
2009-11-26 17:50 ` jvdelisle at gcc dot gnu dot org
2009-11-26 19:06 ` jvdelisle at gcc dot gnu dot org
2009-11-26 19:11 ` jvdelisle at gcc dot gnu dot org
2009-11-26 21:46 ` burnus at gcc dot gnu dot org
2009-11-26 22:11 ` jvdelisle at gcc dot gnu dot org
2009-11-27  8:34 ` burnus at gcc dot gnu dot org
2009-12-01  4:36 ` jvdelisle at gcc dot gnu dot org
2009-12-01  4:40 ` jvdelisle at gcc dot gnu dot org
2009-12-01  4:41 ` jvdelisle 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=20090905153417.20061.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).