public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12064] New: [3.4 regression] ICE with -O3 in expand_or_defer_fn at cp/semantics.c:2921
@ 2003-08-26 11:43 ehrhardt at mathematik dot uni-ulm dot de
  2003-08-26 12:37 ` [Bug c++/12064] " pinskia at gcc dot gnu dot org
  2003-10-17 17:46 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: ehrhardt at mathematik dot uni-ulm dot de @ 2003-08-26 11:43 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=12064

           Summary: [3.4 regression] ICE with -O3 in expand_or_defer_fn at
                    cp/semantics.c:2921
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: critical
          Priority: P2
         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,stip at mathematik dot
                    uni-ulm dot de
GCC target triplet: sparc-sun-solaris2.9

The following piece of code ICEs 3.4 (20030729). This is a regression
on the 3.4 branch because 20030620 compiled the code just fine.
Compile with -O3.

----------------------- cut ---------------------------
template < class > struct ConstVector
{
	virtual ~ ConstVector () ;
} ;

template < class D > struct Vector : virtual ConstVector < D >
{
} ;

template < typename , typename > struct X ;

Vector < X < double , long > > DoubleVector ;
----------------------- cut ---------------------------

I'll no retest with a more recent version of 3.4.

   regards  Christian


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

* [Bug c++/12064] [3.4 regression] ICE with -O3 in expand_or_defer_fn at cp/semantics.c:2921
  2003-08-26 11:43 [Bug c++/12064] New: [3.4 regression] ICE with -O3 in expand_or_defer_fn at cp/semantics.c:2921 ehrhardt at mathematik dot uni-ulm dot de
@ 2003-08-26 12:37 ` pinskia at gcc dot gnu dot org
  2003-10-17 17:46 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-26 12: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=12064


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-26 12:37 -------
I think this was fixed already for 20030801 (two days later), Phil's regression says this.
I also I cannot reproduce on the mainline (20030825), so closing as fixed.


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

* [Bug c++/12064] [3.4 regression] ICE with -O3 in expand_or_defer_fn at cp/semantics.c:2921
  2003-08-26 11:43 [Bug c++/12064] New: [3.4 regression] ICE with -O3 in expand_or_defer_fn at cp/semantics.c:2921 ehrhardt at mathematik dot uni-ulm dot de
  2003-08-26 12:37 ` [Bug c++/12064] " pinskia at gcc dot gnu dot org
@ 2003-10-17 17:46 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-17 17:46 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=12064


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-26 11:43 [Bug c++/12064] New: [3.4 regression] ICE with -O3 in expand_or_defer_fn at cp/semantics.c:2921 ehrhardt at mathematik dot uni-ulm dot de
2003-08-26 12:37 ` [Bug c++/12064] " pinskia at gcc dot gnu dot org
2003-10-17 17:46 ` 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).