public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/9459: typeof in return type specification of template not supported
@ 2003-02-16 15:37 lerdsuwa
  0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2003-02-16 15:37 UTC (permalink / raw)
  To: bangerth, gcc-bugs, gcc-prs, lerdsuwa, nobody

Synopsis: typeof in return type specification of template not supported

Responsible-Changed-From-To: unassigned->lerdsuwa
Responsible-Changed-By: lerdsuwa
Responsible-Changed-When: Sun Feb 16 15:37:43 2003
Responsible-Changed-Why:
    Working on a fix.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9459


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

* Re: c++/9459: typeof in return type specification of template not supported
@ 2003-02-16 17:51 lerdsuwa
  0 siblings, 0 replies; 4+ messages in thread
From: lerdsuwa @ 2003-02-16 17:51 UTC (permalink / raw)
  To: bangerth, gcc-bugs, gcc-prs, lerdsuwa

Synopsis: typeof in return type specification of template not supported

State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Sun Feb 16 17:51:53 2003
State-Changed-Why:
    Fixed

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9459


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

* Re: c++/9459: typeof in return type specification of template not supported
@ 2003-02-01 21:38 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-02-01 21:38 UTC (permalink / raw)
  To: bangerth, gcc-bugs, gcc-prs, nobody

Synopsis: typeof in return type specification of template not supported

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Sat Feb  1 21:38:50 2003
State-Changed-Why:
    Still an issue.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9459


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

* c++/9459: typeof in return type specification of template not supported
@ 2003-01-27 16:36 bangerth
  0 siblings, 0 replies; 4+ messages in thread
From: bangerth @ 2003-01-27 16:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9459
>Category:       c++
>Synopsis:       typeof in return type specification of template not supported
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 27 16:36:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Wolfgang Bangerth
>Release:        unknown-1.0
>Organization:
>Environment:
all versions of gcc until present 3.4 CVS
>Description:
This has never worked in C++ (2.95 ICEs, more recent version
just fail, see below):
----------------------------
void foo (int) {}
void foo (double) {}


template <typename C>
typeof(foo(1))
bar () { return foo(1); }
----------------------------

g/a> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c bug34-4.cc
bug34-4.cc:7: sorry, unimplemented: `typeof_type' not supported by
   dump_type_prefix
bug34-4.cc:7: sorry, unimplemented: `typeof_type' not supported by
   dump_type_suffix


While typeof is a gcc extension, it is a very valuable
one, and in this particular instance, cannot even be
replaced by template magic, as far as I know...

W.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2003-02-16 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-16 15:37 c++/9459: typeof in return type specification of template not supported lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2003-02-16 17:51 lerdsuwa
2003-02-01 21:38 bangerth
2003-01-27 16:36 bangerth

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