public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function
@ 2014-07-13  8:49 kariya_mitsuru at hotmail dot com
  2014-07-13  9:00 ` [Bug libstdc++/61791] " kariya_mitsuru at hotmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kariya_mitsuru at hotmail dot com @ 2014-07-13  8:49 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61791
           Summary: [C++11] [constexpr] Additional overloads of std::real
                    should be a constexpr function
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: kariya_mitsuru at hotmail dot com

I think that the sample code below should be compiled successfully.

===========================================
#include <complex>

static constexpr double d = std::real(10);

int main() {}
===========================================

Note that it is compiled successfully if the argument is
std::complex<double>(10) instead of 10.

According to C++11 standard 26.4.9[cmplx.over] paragraph 2, "if either argument
has type complex<double>, double, or an integer type, then both arguments are
effectively cast to complex<double>."

Therefore, I think it should be compiled successfully too.


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

* [Bug libstdc++/61791] [C++11] [constexpr] Additional overloads of std::real should be a constexpr function
  2014-07-13  8:49 [Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function kariya_mitsuru at hotmail dot com
@ 2014-07-13  9:00 ` kariya_mitsuru at hotmail dot com
  2014-07-13 13:21 ` daniel.kruegler at googlemail dot com
  2015-04-09 15:44 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: kariya_mitsuru at hotmail dot com @ 2014-07-13  9:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Mitsuru Kariya <kariya_mitsuru at hotmail dot com> ---
Sorry, the text which should be quoted was mistaken.

> According to C++11 standard 26.4.9[cmplx.over] paragraph 2, "if either
> argument has type complex<double>, double, or an integer type, then both
> arguments are effectively cast to complex<double>."

According to C++11 standard 26.4.9[cmplx.over] paragraph 2, "if the argument
has type double or an integer type, then it is effectively cast to
complex<double>."


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

* [Bug libstdc++/61791] [C++11] [constexpr] Additional overloads of std::real should be a constexpr function
  2014-07-13  8:49 [Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function kariya_mitsuru at hotmail dot com
  2014-07-13  9:00 ` [Bug libstdc++/61791] " kariya_mitsuru at hotmail dot com
@ 2014-07-13 13:21 ` daniel.kruegler at googlemail dot com
  2015-04-09 15:44 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: daniel.kruegler at googlemail dot com @ 2014-07-13 13:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Daniel Krügler <daniel.kruegler at googlemail dot com> ---
The problem still exists in gcc trunk version 4.10.0 20140707 (experimental)
>From gcc-bugs-return-456209-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sun Jul 13 13:23:44 2014
Return-Path: <gcc-bugs-return-456209-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 26824 invoked by alias); 13 Jul 2014 13:23:43 -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 26770 invoked by uid 48); 13 Jul 2014 13:23:37 -0000
From: "paolo.carlini at oracle dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/60967] ICE with range for in template function with C++11 and cilkplus
Date: Sun, 13 Jul 2014 13:23:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: c++
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: paolo.carlini at oracle dot com
X-Bugzilla-Status: UNCONFIRMED
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:
Message-ID: <bug-60967-4-2qpEkPSqpO@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60967-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60967-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-07/txt/msg00800.txt.bz2
Content-length: 170

https://gcc.gnu.org/bugzilla/show_bug.cgi?id`967

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> ---
I'm adding the testcase and closing the bug.


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

* [Bug libstdc++/61791] [C++11] [constexpr] Additional overloads of std::real should be a constexpr function
  2014-07-13  8:49 [Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function kariya_mitsuru at hotmail dot com
  2014-07-13  9:00 ` [Bug libstdc++/61791] " kariya_mitsuru at hotmail dot com
  2014-07-13 13:21 ` daniel.kruegler at googlemail dot com
@ 2015-04-09 15:44 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2015-04-09 15:44 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-04-09
     Ever confirmed|0                           |1


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

end of thread, other threads:[~2015-04-09 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-13  8:49 [Bug libstdc++/61791] New: [C++11] [constexpr] Additional overloads of std::real should be a constexpr function kariya_mitsuru at hotmail dot com
2014-07-13  9:00 ` [Bug libstdc++/61791] " kariya_mitsuru at hotmail dot com
2014-07-13 13:21 ` daniel.kruegler at googlemail dot com
2015-04-09 15:44 ` redi at gcc dot gnu.org

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