uwplse / herbgrind

A Valgrind tool for Herbie
GNU General Public License v3.0
90 stars 7 forks source link

Compiling issue #48

Closed hbrunie closed 4 years ago

hbrunie commented 4 years ago

Hi,

I had a compiler issue using gcc (GCC) 8.2.0 20180726 (Cray Inc.)

This is an uninitialized variable warning (-->error). I have added an initialization to NULL in the code just to be able to compile without further problems.

image
HazardousPeach commented 4 years ago

Fixed in 7d32042