public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4629
@ 2001-10-28 13:26 Jens Maurer
  0 siblings, 0 replies; only message in thread
From: Jens Maurer @ 2001-10-28 13:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/4629; it has been noted by GNATS.

From: Jens Maurer <Jens.Maurer@gmx.net>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
 	gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org,
 	schmid@snake.iap.physik.tu-darmstadt.de
Cc:  
Subject: Re: c++/4629
Date: Sun, 28 Oct 2001 22:20:12 +0100

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4629&database=gcc
 
 
 This bug is also a regression from gcc 3.0.1 -> 3.0.2, unfortunately.
 
 Here's an alternative test program:
 
 template<unsigned n, unsigned m>
 class A { };
 
 template<class T>
 class B
 {
   A<sizeof(T), sizeof(void*)> a;
 };
 
 
 Jens Maurer
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-28 13:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-28 13:26 c++/4629 Jens Maurer

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