Skip to content
Snippets Groups Projects
Commit ac6bcce1 authored by Jakub Jelinek's avatar Jakub Jelinek
Browse files

testsuite: Add testcase for already fixed PR [PR112734]

This test was already fixed by r14-6051 aka PR112770 fix.

2024-01-10  Jakub Jelinek  <jakub@redhat.com>

	PR tree-optimization/112734
	* gcc.dg/bitint-64.c: New test.
parent 8ed77a23
No related branches found
No related tags found
No related merge requests found
/* PR tree-optimization/112734 */
/* { dg-do compile { target bitint } } */
/* { dg-options "-std=c23 -fnon-call-exceptions -ftrapv" } */
#if __BITINT_MAXWIDTH__ >= 128
_BitInt(128) out;
#else
int out;
#endif
int
main ()
{
_BitInt(8) q[1];
out -= 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment