aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/riscv/pr117688-trunc-run-1-s32-to-s16.c
blob: 1b0f860eb55ee913fc47253c83ed7f4c3077560e (plain)
1
2
3
4
5
6
/* { dg-do run { target { riscv_v } } } */
/* { dg-additional-options "-std=c99" } */

#include "pr117688.h"

DEFINE_SIGNED_SAT_TRUNC_RUN(int32_t, int16_t, INT16_MIN, INT16_MAX)