public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17337] New: ICE in rs6000_split_multireg_move when -msdata=default.
@ 2004-09-06 14:10 osv at javad dot ru
  2004-09-06 14:12 ` [Bug c++/17337] " osv at javad dot ru
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: osv at javad dot ru @ 2004-09-06 14:10 UTC (permalink / raw)
  To: gcc-bugs

The bug has been discovered when building powerpc-eabi c++ cross-compiler using
custom multilib flags. However the bug is easily reproduceable with "standard"
powerpc-eabi compiler, the -msdata=default causes the ICE:

osv@falcon$ ~/try-3.4/tools/libexec/gcc/powerpc-eabi/3.4.1/cc1plus
-fpreprocessed allocator.ii -quiet -msdata=default -version -o allocator.s
GNU C++ version 3.4.1 (powerpc-eabi)
        compiled by GNU C version 2.95.4 20011002 (Debian prerelease).
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64501
../../../../../../gcc/libstdc++-v3/src/allocator.cc: In function `void
__static_initialization_and_destruction_0(int, int)':
../../../../../../gcc/libstdc++-v3/src/allocator.cc:51: internal compiler error:
in rs6000_split_multireg_move, at config/rs6000/rs6000.c:10448
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
osv@falcon$ ~/try-3.4/tools/bin/powerpc-eabi-gcc -v
Reading specs from
/var/local/osv/try-3.4/tools/bin/../lib/gcc/powerpc-eabi/3.4.1/specs
Configured with: ../../gcc/configure --prefix=/home/osv/try-3.4/tools
--target=powerpc-eabi --enable-languages=c,c++ --with-gnu-as --with-gnu-ld
-with-newlib
Thread model: single
gcc version 3.4.1
osv@falcon$

[Bugzilla interface trouble: while I'm assembling this bug-report in the
Bugzilla WWW frontend, it's unclear how to attach gzipped preprocessed file.
Let's see what happens after pressing the "Commit" button...]

-- 
           Summary: ICE in rs6000_split_multireg_move when -msdata=default.
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: osv at javad dot ru
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux
  GCC host triplet: i686-pc-linux
GCC target triplet: powerpc-eabi


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


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

* [Bug c++/17337] ICE in rs6000_split_multireg_move when -msdata=default.
  2004-09-06 14:10 [Bug c++/17337] New: ICE in rs6000_split_multireg_move when -msdata=default osv at javad dot ru
@ 2004-09-06 14:12 ` osv at javad dot ru
  2004-09-07 18:30 ` [Bug target/17337] " pinskia at gcc dot gnu dot org
  2004-11-24  2:14 ` amodra at bigpond dot net dot au
  2 siblings, 0 replies; 4+ messages in thread
From: osv at javad dot ru @ 2004-09-06 14:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From osv at javad dot ru  2004-09-06 14:12 -------
Created an attachment (id=7055)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7055&action=view)
The preprocessed input file.


-- 


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


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

* [Bug target/17337] ICE in rs6000_split_multireg_move when -msdata=default.
  2004-09-06 14:10 [Bug c++/17337] New: ICE in rs6000_split_multireg_move when -msdata=default osv at javad dot ru
  2004-09-06 14:12 ` [Bug c++/17337] " osv at javad dot ru
@ 2004-09-07 18:30 ` pinskia at gcc dot gnu dot org
  2004-11-24  2:14 ` amodra at bigpond dot net dot au
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-07 18:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c++                         |target
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/17337] ICE in rs6000_split_multireg_move when -msdata=default.
  2004-09-06 14:10 [Bug c++/17337] New: ICE in rs6000_split_multireg_move when -msdata=default osv at javad dot ru
  2004-09-06 14:12 ` [Bug c++/17337] " osv at javad dot ru
  2004-09-07 18:30 ` [Bug target/17337] " pinskia at gcc dot gnu dot org
@ 2004-11-24  2:14 ` amodra at bigpond dot net dot au
  2 siblings, 0 replies; 4+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-11-24  2:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From amodra at bigpond dot net dot au  2004-11-24 02:14 -------
Fixed

*** This bug has been marked as a duplicate of 16480 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2004-11-24  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-06 14:10 [Bug c++/17337] New: ICE in rs6000_split_multireg_move when -msdata=default osv at javad dot ru
2004-09-06 14:12 ` [Bug c++/17337] " osv at javad dot ru
2004-09-07 18:30 ` [Bug target/17337] " pinskia at gcc dot gnu dot org
2004-11-24  2:14 ` amodra at bigpond dot net dot au

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