public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/13989] C++ method lookup fails for methods returning vector types (because of attribute)
Date: Tue, 03 Feb 2004 04:21:00 -0000	[thread overview]
Message-ID: <20040203042136.12530.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040203040134.13989.tjw@omnigroup.com>


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-03 04:21 -------
Confirmed, a shorter and self contained testcase, resummarizing as this is target independent:
#define vector __attribute__((vector_size(16)))
struct Constants {
    inline vector unsigned int deadbeef(void) const {
        return (vector unsigned int){0xdeadbeef, 0xabababab, 0x55555555, 0x12345678};
    };
};
vector unsigned int const_deadbeef(Constants &C)
{
    return C.deadbeef();
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|powerpc-apple-darwin7.2.0   |
   GCC host triplet|powerpc-apple-darwin7.2.0   |
 GCC target triplet|powerpc-apple-darwin7.2.0   |
           Keywords|                            |rejects-valid
      Known to fail|                            |3.4.0 3.3.1 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-02-03 04:21:33
               date|                            |
            Summary|C++ method lookup fails for |C++ method lookup fails for
                   |methods returning Altivec   |methods returning vector
                   |types                       |types (because of attribute)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13989


  reply	other threads:[~2004-02-03  4:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-03  4:01 [Bug c++/13989] New: C++ method lookup fails for methods returning Altivec types tjw at omnigroup dot com
2004-02-03  4:21 ` pinskia at gcc dot gnu dot org [this message]
2004-02-03  4:23 ` [Bug c++/13989] C++ method lookup fails for methods returning vector types (because of attribute) pinskia at gcc dot gnu dot org
2004-06-18  4:15 ` pinskia at gcc dot gnu dot org
2004-09-23 18:23 ` cvs-commit at gcc dot gnu dot org
2004-09-23 18:26 ` pinskia at gcc dot gnu dot org
2004-09-23 18:26 ` pinskia at gcc dot gnu dot org
2004-09-23 18:27 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040203042136.12530.qmail@sources.redhat.com \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).