#!/bin/bash
echo "$0 is specified by STF as the customized gcc"
export PATH=${PATH#*:}
gcc -g -O0 --coverage $@
