Commit 7e927721 by Richard Biener Committed by Richard Biener

const4.C: New testcase.

2015-06-18  Richard Biener  <rguenther@suse.de>

	* g++.dg/other/const4.C: New testcase.

From-SVN: r224618
parent 74cc78a6
2015-06-18 Richard Biener <rguenther@suse.de>
* g++.dg/other/const4.C: New testcase.
2015-06-18 Michael Matz <matz@suse.de>
PR middle-end/66253
......
// { dg-do compile }
int lValue;
int main()
{
switch (lValue)
{
case -(int)((2U << (8 * sizeof(int) - 2)) - 1) - 1:;
}
}
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