public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/12716] New: ICE building libstdc++-v3 for powerpc-eabi
@ 2003-10-21 21:53 green at redhat dot com
  2003-10-21 21:54 ` [Bug bootstrap/12716] " green at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: green at redhat dot com @ 2003-10-21 21:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE building libstdc++-v3 for powerpc-eabi
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: powerpc-eabi

Discovered while building tree-ssa powerpc-eabi compiler with tree-ssa native
toolchain.  

I'll upload the .ii file.

$ /opt/spindazzle/gnutools/build-X-powerpc-eabi/gcc/cc1plus --version
GNU C++ version 3.5-tree-ssa 20031021 (merged 20031017) (powerpc-eabi)
        compiled by GNU C version 3.5-tree-ssa 20031021 (merged 20031017).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096

$ /opt/spindazzle/gnutools/build-X-powerpc-eabi/gcc/cc1plus locale-inst.ii
-msoft-float -O1 -mstrict-align

results in...
[lots of stuff cut out]
 static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*,
__gnu_cxx::__normal_iterator<typename _Alloc::pointer, std::basic_string<_CharT,
_Traits, _Alloc> >, __gnu_cxx::__normal_iterator<typename _Alloc::pointer,
std::basic_string<_CharT, _Traits, _Alloc> >) [with _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]
 static void std::basic_string<_CharT, _Traits, _Alloc>::_S_copy_chars(_CharT*,
_CharT*, _CharT*) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc
= std::allocator<char>]
 void __static_initialization_and_destruction_0(int, int)
 {GC 20414k -> 13813k} {GC 17964k -> 13806k} {GC 17952k -> 13820k}
/opt/spindazzle/gnutools/build-X-powerpc-eabi/powerpc-eabi/nof/libstdc++-v3/include/bits/locale_facets.tcc:
In member function `_InIter std::time_get<_CharT, _InIter>::do_get_year(_InIter,
_InIter, std::ios_base&, std::_Ios_Iostate&, tm*) const [with _CharT = char,
_InIter = std::istreambuf_iterator<char, std::char_traits<char> >]':
/opt/spindazzle/gnutools/build-X-powerpc-eabi/powerpc-eabi/nof/libstdc++-v3/include/bits/locale_facets.tcc:1987:
internal compiler error: in expand_expr_1, at expr.c:6512
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


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

* [Bug bootstrap/12716] ICE building libstdc++-v3 for powerpc-eabi
  2003-10-21 21:53 [Bug bootstrap/12716] New: ICE building libstdc++-v3 for powerpc-eabi green at redhat dot com
@ 2003-10-21 21:54 ` green at redhat dot com
  2003-10-25  2:37 ` [Bug optimization/12716] [tree-ssa] " pinskia at gcc dot gnu dot org
  2003-10-31  6:14 ` green at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: green at redhat dot com @ 2003-10-21 21:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From green at redhat dot com  2003-10-21 21:53 -------
Created an attachment (id=4976)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4976&action=view)
Source for triggering problem

Compiler with -msoft-float -mstrict-align -O1 to reproduce the problem.


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

* [Bug optimization/12716] [tree-ssa] ICE building libstdc++-v3 for powerpc-eabi
  2003-10-21 21:53 [Bug bootstrap/12716] New: ICE building libstdc++-v3 for powerpc-eabi green at redhat dot com
  2003-10-21 21:54 ` [Bug bootstrap/12716] " green at redhat dot com
@ 2003-10-25  2:37 ` pinskia at gcc dot gnu dot org
  2003-10-31  6:14 ` green at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-25  2:37 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|bootstrap                   |optimization
           Keywords|                            |build, ice-on-valid-code
            Summary|ICE building libstdc++-v3   |[tree-ssa] ICE building
                   |for powerpc-eabi            |libstdc++-v3 for powerpc-
                   |                            |eabi
   Target Milestone|---                         |tree-ssa


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

* [Bug optimization/12716] [tree-ssa] ICE building libstdc++-v3 for powerpc-eabi
  2003-10-21 21:53 [Bug bootstrap/12716] New: ICE building libstdc++-v3 for powerpc-eabi green at redhat dot com
  2003-10-21 21:54 ` [Bug bootstrap/12716] " green at redhat dot com
  2003-10-25  2:37 ` [Bug optimization/12716] [tree-ssa] " pinskia at gcc dot gnu dot org
@ 2003-10-31  6:14 ` green at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: green at redhat dot com @ 2003-10-31  6:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


green at redhat dot com changed:

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


------- Additional Comments From green at redhat dot com  2003-10-31 05:20 -------
This appears to be fixed now.  Thanks!

AG


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

end of thread, other threads:[~2003-10-31  5:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-21 21:53 [Bug bootstrap/12716] New: ICE building libstdc++-v3 for powerpc-eabi green at redhat dot com
2003-10-21 21:54 ` [Bug bootstrap/12716] " green at redhat dot com
2003-10-25  2:37 ` [Bug optimization/12716] [tree-ssa] " pinskia at gcc dot gnu dot org
2003-10-31  6:14 ` green at redhat dot com

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