aboutsummaryrefslogtreecommitdiff
path: root/bug-2684/build.sh
blob: d5a9e58ad61f2813e51ff9bb392f231f2fdc7efd (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

CXXFLAGS="-DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -c -g3 -funwind-tables -O2 -fmessage-length=0 -fno-strict-aliasing -Wall  -D_C99 -D_HAS_C9X"

echo "$(basename $(pwd)): FAIL" > result.txt
set -x
${CXX} -c -o /dev/null ${CXXFLAGS} bug-2684.cpp
set +x
echo "$(basename $(pwd)): PASS" > result.txt