public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "daniel.kruegler at googlemail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/63732] constexpr is not constant expression, when cast member data pointer to data parent type
Date: Tue, 04 Nov 2014 20:44:00 -0000	[thread overview]
Message-ID: <bug-63732-4-YROoaw0ScE@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-63732-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63732

Daniel Krügler <daniel.kruegler at googlemail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |daniel.kruegler@googlemail.
                   |                            |com

--- Comment #1 from Daniel Krügler <daniel.kruegler at googlemail dot com> ---
I disagree with your interpretation. Note that in your code example for yyy
there is an effective C-cast or reinterpret_cast. This is so, because your are
attempting to convert an address to a pointer of member of type

Number ComplexProperty::*

to

PropertyBase ComplexProperty::*

Irrespective of the private base classes, this kind of pointer conversion is
not allowed without a reinterpret_cast, but reinterpret_casts are not valid in
constants expressions.

The conversion to xxx is valid, because there is no type change involved
(Number ComplexProperty::* is converted to Number ComplexProperty::*) and for
the out-of-class member ComplexProperty::m_members definition the code is
well-formed, because you do have an effective reinterpret_cast but not in a
place where a constant expression would be required.
>From gcc-bugs-return-465746-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Tue Nov 04 20:52:24 2014
Return-Path: <gcc-bugs-return-465746-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31214 invoked by alias); 4 Nov 2014 20:52:24 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 31155 invoked by uid 48); 4 Nov 2014 20:52:20 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug regression/61887] vect.exp UNRESOLVED tests
Date: Tue, 04 Nov 2014 20:52:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: regression
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-61887-4-PEFoPJkvqi@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61887-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61887-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg00218.txt.bz2
Content-length: 429

https://gcc.gnu.org/bugzilla/show_bug.cgi?ida887

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Indeed.


  reply	other threads:[~2014-11-04 20:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-04  9:37 [Bug c++/63732] New: " pavel.kral at omsquare dot com
2014-11-04 20:44 ` daniel.kruegler at googlemail dot com [this message]
2014-11-04 21:37 ` [Bug c++/63732] " pavel.kral at omsquare dot com

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=bug-63732-4-YROoaw0ScE@http.gcc.gnu.org/bugzilla/ \
    --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).