public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos
@ 2003-09-04 14:09 ehrhardt at mathematik dot uni-ulm dot de
  2003-09-04 14:21 ` [Bug c++/12168] " pinskia at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-09-04 14:09 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=12168

           Summary: [3.4 regression] ICE (bus error) in
                    set_mem_attributes_minus_bitpos
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P1
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ehrhardt at mathematik dot uni-ulm dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.9
  GCC host triplet: sparc-sun-solaris2.9
GCC target triplet: sparc-sun-solaris2.9

The following code ICEs 3.4 as of 20030903 preventing compilation of
libstdc++. Compile with -O1
======================== cut ===========================================
template<typename _CharT, typename _Traits = char > struct basic_istream;
struct ios_base {
        virtual ~ios_base() {}
};
template<typename _CharT, typename _Traits>
struct basic_istream : virtual public ios_base { };
struct istrstream : public basic_istream<char> {
            virtual ~istrstream();
};
istrstream::~istrstream() { }
======================== cut ===========================================

This is a regression on the 3.4 branch. Testresults submitted to
gcc-testresults do not show successful g++ testsuite runs since
about Aug 29th.

    regards   Christian


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

end of thread, other threads:[~2003-10-17 17:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04 14:09 [Bug c++/12168] New: [3.4 regression] ICE (bus error) in set_mem_attributes_minus_bitpos ehrhardt at mathematik dot uni-ulm dot de
2003-09-04 14:21 ` [Bug c++/12168] " pinskia at gcc dot gnu dot org
2003-09-04 14:21 ` pinskia at gcc dot gnu dot org
2003-09-04 14:32 ` pinskia at gcc dot gnu dot org
2003-09-04 14:33 ` pinskia at gcc dot gnu dot org
2003-09-04 14:34 ` pinskia at gcc dot gnu dot org
2003-09-04 16:05 ` ehrhardt at mathematik dot uni-ulm dot de
2003-09-04 16:16 ` ehrhardt at mathematik dot uni-ulm dot de
2003-09-05  8:30 ` ehrhardt at mathematik dot uni-ulm dot de
2003-09-05 12:12 ` ro at techfak dot uni-bielefeld dot de
2003-09-05 14:02 ` pinskia at gcc dot gnu dot org
2003-09-05 15:52 ` pinskia at gcc dot gnu dot org
2003-09-05 16:12 ` ro at techfak dot uni-bielefeld dot de
2003-09-08 15:34 ` [Bug bootstrap/12168] " pinskia at gcc dot gnu dot org
2003-09-09  8:47 ` cvs-commit at gcc dot gnu dot org
2003-09-09  8:52 ` ebotcazou at gcc dot gnu dot org
2003-10-17 17:49 ` 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).