public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/34868]  New: Internal error compiler errror appears.
@ 2008-01-19 11:40 yamagen at coral dot t dot u-tokyo dot ac dot jp
  2008-01-19 12:04 ` [Bug fortran/34868] " dominiq at lps dot ens dot fr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: yamagen at coral dot t dot u-tokyo dot ac dot jp @ 2008-01-19 11:40 UTC (permalink / raw)
  To: gcc-bugs

Following preprocessed program can not be compiled with "-ff2c" option due to
the internal compiler error (all the messages are listed below test.f).

----beginning of test.f----
      function f(a)
      implicit none
      complex(8)         :: f
      real(8),intent(in) :: a(:)
      f=cmplx(0d0,0d0,8)
      end function f
----end of test.f----

% gfortran -O0 -ff2c -c test.f
test.f: In function 'f':
test.f:5: internal compiler error: in convert_memory_address, at explow.c:325
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: Internal error compiler errror appears.
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: yamagen at coral dot t dot u-tokyo dot ac dot jp
 GCC build triplet: powerpc-apple-darwin8.10.0
  GCC host triplet: powerpc-apple-darwin8.11.0
GCC target triplet: powerpc-apple-darwin8.10.0


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-02-28 15:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-19 11:40 [Bug fortran/34868] New: Internal error compiler errror appears yamagen at coral dot t dot u-tokyo dot ac dot jp
2008-01-19 12:04 ` [Bug fortran/34868] " dominiq at lps dot ens dot fr
2008-01-19 13:10 ` [Bug fortran/34868] Internal error compiler errror appears with -ff2c pinskia at gcc dot gnu dot org
2008-01-19 14:17 ` [Bug fortran/34868] ICE with -ff2c for function returning a complex number burnus at gcc dot gnu dot org
2008-01-21  4:21 ` yamagen at coral dot t dot u-tokyo dot ac dot jp
2008-01-21  9:08 ` burnus at gcc dot gnu dot org
2008-01-31 16:05 ` fxcoudert at gcc dot gnu dot org
2008-02-27 10:35 ` fxcoudert at gcc dot gnu dot org
2008-02-27 14:52 ` fxcoudert at gcc dot gnu dot org
2008-02-28 10:43 ` fxcoudert at gcc dot gnu dot org
2008-02-28 15:43 ` fxcoudert at gcc dot gnu dot org
2008-02-28 15:44 ` fxcoudert at gcc dot gnu dot org

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).