public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23159] New: internal compiler error: in change_address_1, at emit-rtl.c:2022
@ 2005-07-31  9:52 thierry at FreeBSD dot org
  2005-07-31 13:25 ` [Bug c++/23159] " falk at debian dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: thierry at FreeBSD dot org @ 2005-07-31  9:52 UTC (permalink / raw)
  To: gcc-bugs

gcc 3.3.6 fails on FreeBSD-5.4 / sparc64 with the following message:

basiclinalg/calcinverse.cpp: In function `void 
   ngbla::CalcInverse(ngbla::FlatMatrix<T>, ngbla::FlatMatrix<T2>) [with T = 
   ngbla::Mat<7, 7, ngbla::Complex>, T2 = ngbla::Mat<7, 7, ngbla::Complex>]':
basiclinalg/calcinverse.cpp:166:   instantiated from here
basiclinalg/calcinverse.cpp:124: internal compiler error: in change_address_1, 
   at emit-rtl.c:2022
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
linalg/jacobi.cpp: In member function `void 
   ngla::JacobiPrecondSymmetric<TM>::GSSmoothBack(ngla::BaseVector&, const 
   ngla::BaseVector&) const [with TM = ngbla::Mat<3, 3, ngbla::Complex>]':
linalg/jacobi.cpp:235:   instantiated from here
linalg/jacobi.cpp:170: internal compiler error: in change_address_1, at 
   emit-rtl.c:2022
Please submit a full bug report,
with preprocessed source if appropriate.

Full log available at <http://people.freebsd.org/~thierry/ports/netgen-4.4.log>

Source of the program fetchable at <http://www.hpfem.jku.at/netgen/ngs44.tar.gz>

Remark: same error already reported in Bug 21307, but on another platform.
-- 
Th. Thomas.

-- 
           Summary: internal compiler error: in change_address_1, at emit-
                    rtl.c:2022
           Product: gcc
           Version: 3.3.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: thierry at FreeBSD dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: FreeBSD 5.4 sparc64
  GCC host triplet: FreeBSD 5.4 sparc64
GCC target triplet: FreeBSD 5.4 sparc64


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


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

* [Bug c++/23159] internal compiler error: in change_address_1, at emit-rtl.c:2022
  2005-07-31  9:52 [Bug c++/23159] New: internal compiler error: in change_address_1, at emit-rtl.c:2022 thierry at FreeBSD dot org
@ 2005-07-31 13:25 ` falk at debian dot org
  2005-07-31 14:22 ` thierry at FreeBSD dot org
  2005-07-31 17:25 ` [Bug middle-end/23159] " pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: falk at debian dot org @ 2005-07-31 13:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From falk at debian dot org  2005-07-31 12:59 -------
Can you please try with a newer compiler, preferably 4.0.1? The 3.3 branch
is closed. If you can then still reproduce it, please attach the preprocessed
source.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug c++/23159] internal compiler error: in change_address_1, at emit-rtl.c:2022
  2005-07-31  9:52 [Bug c++/23159] New: internal compiler error: in change_address_1, at emit-rtl.c:2022 thierry at FreeBSD dot org
  2005-07-31 13:25 ` [Bug c++/23159] " falk at debian dot org
@ 2005-07-31 14:22 ` thierry at FreeBSD dot org
  2005-07-31 17:25 ` [Bug middle-end/23159] " pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: thierry at FreeBSD dot org @ 2005-07-31 14:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From thierry at FreeBSD dot org  2005-07-31 14:13 -------
Thanks for your quick answer. Unfortunately, I cannot use 4.0.1: I'm using
gcc-3.3 because the code is broken even with gcc-3.4. I shall see that with the
author.

Regards,
-- 
Th. Thomas.

-- 


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


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

* [Bug middle-end/23159] internal compiler error: in change_address_1, at emit-rtl.c:2022
  2005-07-31  9:52 [Bug c++/23159] New: internal compiler error: in change_address_1, at emit-rtl.c:2022 thierry at FreeBSD dot org
  2005-07-31 13:25 ` [Bug c++/23159] " falk at debian dot org
  2005-07-31 14:22 ` thierry at FreeBSD dot org
@ 2005-07-31 17:25 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-31 17:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-31 17:22 -------
Use -save-temps and supply the preprocessed source, the .ii file.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


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

end of thread, other threads:[~2005-07-31 17:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-31  9:52 [Bug c++/23159] New: internal compiler error: in change_address_1, at emit-rtl.c:2022 thierry at FreeBSD dot org
2005-07-31 13:25 ` [Bug c++/23159] " falk at debian dot org
2005-07-31 14:22 ` thierry at FreeBSD dot org
2005-07-31 17:25 ` [Bug middle-end/23159] " pinskia 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).