public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4933: [2003-01-13]tree_list not supported by dump_expr
@ 2003-04-04 17:56 Giovanni Bajo
  0 siblings, 0 replies; only message in thread
From: Giovanni Bajo @ 2003-04-04 17:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<gcc-bugs@gcc.gnu.org>,
	<nobody@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>,
	<anthwil@nortelnetworks.com>
Cc:  
Subject: Re: c++/4933: [2003-01-13]tree_list not supported by dump_expr
Date: Fri, 4 Apr 2003 19:47:34 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=4933
 
 Redux:
 --------------------------------------------
 template<unsigned F>
 struct Foo;
 
 template<typename T>
 T makeT();
 
 template<typename T,typename U>
 struct Bar
 {
     typedef Foo
     <
         sizeof((makeT<T>(), makeT<U>()))
     > Type;
 };
 ----------------------------------------------
 pr4933.cpp:14: sorry, unimplemented: `tree_list' not supported by dump_expr
 pr4933.cpp:14: sorry, unimplemented: `tree_list' not supported by dump_expr
 
 
 It's now easy to see that GCC simply doesn't like the comma operator in that
 context.
 
 Confirmed with 2.95, 3.2 and 3.3 20030401.
 
 Giovanni Bajo
 


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

only message in thread, other threads:[~2003-04-04 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-04 17:56 c++/4933: [2003-01-13]tree_list not supported by dump_expr Giovanni Bajo

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