public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "dominiq at lps dot ens dot fr" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/26769]  New: TRANSPOSE() requires _gfortran_transpose_i10 for REAL(10) arrays
Date: Mon, 20 Mar 2006 18:44:00 -0000	[thread overview]
Message-ID: <bug-26769-12313@http.gcc.gnu.org/bugzilla/> (raw)

The following program fails to link:

[scala] test/fortran> cat > transpose_10.f90
real(10) :: a(3,3)
a = 1.0_10
a(1,3) = 0.0_10
print *, transpose(a)
end
[scala] test/fortran> gfc transpose_10.f90
/tmp/ccaMoldQ.o(.text+0x1b2): In function `MAIN__':
: undefined reference to `_gfortran_transpose_i10'
collect2: ld returned 1 exit status


-- 
           Summary: TRANSPOSE() requires _gfortran_transpose_i10 for
                    REAL(10) arrays
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dominiq at lps dot ens dot fr


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


             reply	other threads:[~2006-03-20 18:44 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-20 18:44 dominiq at lps dot ens dot fr [this message]
2006-03-20 19:33 ` [Bug fortran/26769] " tkoenig at gcc dot gnu dot org
2006-03-20 20:13 ` tkoenig at gcc dot gnu dot org
2006-03-22 14:37 ` tkoenig at gcc dot gnu dot org
2006-03-22 20:06 ` tkoenig at gcc dot gnu dot org
2006-03-25 21:15 ` tkoenig at gcc dot gnu dot org
2006-03-25 21:54 ` tkoenig at gcc dot gnu dot org
2006-03-27  4:35 ` patchapp at dberlin dot org
2006-04-16 21:15 ` tkoenig at gcc dot gnu dot org
2006-04-16 21:19 ` [Bug fortran/26769] Implement transpose() and reshape() for real instead of using integer tkoenig at gcc dot gnu dot org
2006-04-22  7:09 ` jakub at gcc dot gnu dot org
2006-04-22  7:13 ` jakub at gcc dot gnu dot org
2006-06-20 11:45 ` fxcoudert at gcc dot gnu dot org
2006-06-21 11:15 ` fxcoudert at gcc dot gnu dot org
2006-06-22  6:06 ` fxcoudert at gcc dot gnu dot org
2006-06-22  6:07 ` fxcoudert at gcc dot gnu dot org
2006-06-22  6:33 ` fxcoudert 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=bug-26769-12313@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).