public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/12581] New: [3.4 Regression ] gcc rejects typeof use for the return type
@ 2003-10-11 16:26 pinskia at gcc dot gnu dot org
  2003-10-13  3:27 ` [Bug c++/12581] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-10-11 16:26 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=12581

           Summary: [3.4 Regression ] gcc rejects typeof use for the return
                    type
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 12577
             nThis:

struct bar
{
    void setfoobar(int);
    int getfoobar(void) const;
    static int (bar::* const getter1)(void) const;
};

template <typename T>
T* JustAPointer(void);

__typeof__(JustAPointer<bar>()->getfoobar()) (bar::* const bar::getter1)(void)
const = &bar::getfoobar;


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

end of thread, other threads:[~2003-11-13  8:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-11 16:26 [Bug c++/12581] New: [3.4 Regression ] gcc rejects typeof use for the return type pinskia at gcc dot gnu dot org
2003-10-13  3:27 ` [Bug c++/12581] " pinskia at gcc dot gnu dot org
2003-10-16 16:14 ` ehrhardt at mathematik dot uni-ulm dot de
2003-10-22  1:25 ` [Bug c++/12581] [3.4 Regression] " bangerth at dealii dot org
2003-10-22  1:27 ` bangerth at dealii dot org
2003-11-12  3:14 ` mmitchel at gcc dot gnu dot org
2003-11-12  3:16 ` mmitchel at gcc dot gnu dot org
2003-11-12 12:35 ` gabor dot greif at lucent dot com
2003-11-12 12:43 ` gdr at integrable-solutions dot net
2003-11-12 14:03 ` gabor dot greif at lucent dot com
2003-11-12 14:29 ` gdr at integrable-solutions dot net
2003-11-12 16:14 ` mmitchel at gcc dot gnu dot org
2003-11-13  8:23 ` gabor dot greif at lucent dot com

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