Commit 7bfe2b4b by Marek Polacek Committed by Marek Polacek

re PR c++/79781 (ICE on valid C++ code with -std=c++14 (in assemble_integer, at varasm.c:2733))

	PR c++/79781
	* g++.dg/ext/goto1.C: New test.

From-SVN: r272527
parent 2cf4aa79
2019-06-20 Marek Polacek <polacek@redhat.com>
PR c++/79781
* g++.dg/ext/goto1.C: New test.
2019-06-20 Steven G. Kargl <kargl@gcc.gnu.org> 2019-06-20 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/77632 PR fortran/77632
......
// PR c++/79781
// { dg-do compile { target int128 } }
// { dg-options "" }
void c() {
static __int128_t d = (long)&&a - (long)&&b;
a:
b:;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment