[Bug c++/72868] Constexpr expressions mistreat case ranges

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Jakub Jelinek  ---
Fixed.

[Bug c++/72868] Constexpr expressions mistreat case ranges

2017-05-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

--- Comment #9 from Jakub Jelinek  ---
Author: jakub
Date: Tue May 30 07:11:09 2017
New Revision: 248595

URL: https://gcc.gnu.org/viewcvs?rev=248595&root=gcc&view=rev
Log:
Backported from mainline
2016-08-11  Jakub Jelinek  

PR c++/72868
* constexpr.c (label_matches): Handle case range expressions.

* g++.dg/cpp1y/constexpr-switch4.C: New test.

Added:
branches/gcc-5-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C
Modified:
branches/gcc-5-branch/gcc/cp/ChangeLog
branches/gcc-5-branch/gcc/cp/constexpr.c
branches/gcc-5-branch/gcc/testsuite/ChangeLog

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

--- Comment #8 from Jakub Jelinek  ---
Author: jakub
Date: Thu Aug 11 16:03:32 2016
New Revision: 239380

URL: https://gcc.gnu.org/viewcvs?rev=239380&root=gcc&view=rev
Log:
PR c++/72868
* constexpr.c (label_matches): Handle case range expressions.

* g++.dg/cpp1y/constexpr-switch4.C: New test.

Added:
branches/gcc-6-branch/gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C
Modified:
branches/gcc-6-branch/gcc/cp/ChangeLog
branches/gcc-6-branch/gcc/cp/constexpr.c
branches/gcc-6-branch/gcc/testsuite/ChangeLog

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

--- Comment #7 from Jakub Jelinek  ---
Author: jakub
Date: Thu Aug 11 15:59:53 2016
New Revision: 239379

URL: https://gcc.gnu.org/viewcvs?rev=239379&root=gcc&view=rev
Log:
PR c++/72868
* constexpr.c (label_matches): Handle case range expressions.

* g++.dg/cpp1y/constexpr-switch4.C: New test.

Added:
trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/constexpr.c
trunk/gcc/testsuite/ChangeLog

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

Jakub Jelinek  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2016-08-10
   Assignee|unassigned at gcc dot gnu.org  |jakub at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #6 from Jakub Jelinek  ---
Created attachment 39120
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39120&action=edit
gcc7-pr72868.patch

Untested fix.

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-10 Thread amarquez at sigovs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

--- Comment #5 from Alex Marquez  ---
Created attachment 39104
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39104&action=edit
Preprocessed test case

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-10 Thread amarquez at sigovs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

--- Comment #4 from Alex Marquez  ---
(In reply to Daniel Krügler from comment #3)
> The quoted essentials also require you to provide the full command line (A
> range in a switch case is not Standard C++), please read about what's needed
> in the quoted document.

Cmdline:
g++ -std=gnu++1y test.cpp

Output:
test.cpp:12:1: error: static assertion failed: Oops!
 static_assert(is_single_decimal_digit(3), "Oops!");

System GCC:
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu2'
--with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-5 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--with-default-libstdcxx-abi=new --enable-gnu-unique-object
--disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
--with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2)

Alternate GCC (also fails):
COLLECT_GCC=avr-g++
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/avr/6.1.1/lto-wrapper
Target: avr
Configured with: ../gcc-6-20160714/configure --prefix=/usr/local/ --target=avr
--enable-languages=c,c++ --disable-nls --disable-libssp --with-avrlibc
--enable-target-optspace --disable-threads --program-prefix=avr- --enable-lto
--with-multilib-list=avr5 --disable-tls --disable-libstdcxx
Thread model: single
gcc version 6.1.1 20160714 (GCC)

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-10 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

--- Comment #3 from Daniel Krügler  ---
The quoted essentials also require you to provide the full command line (A
range in a switch case is not Standard C++), please read about what's needed in
the quoted document.

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-10 Thread amarquez at sigovs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

--- Comment #2 from Alex Marquez  ---
Created attachment 39099
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39099&action=edit
Test case

[Bug c++/72868] Constexpr expressions mistreat case ranges

2016-08-10 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72868

Daniel Krügler  changed:

   What|Removed |Added

 CC||daniel.kruegler@googlemail.
   ||com

--- Comment #1 from Daniel Krügler  ---
This is an incomplete bug report, please read https://gcc.gnu.org/bugs/#need
and provide a test case