uwplse / herbgrind

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

gcc > 10 complains about implicit conversion from enum #62

Open drfortran opened 3 years ago

drfortran commented 3 years ago

I encounter some compilation trouble using gcc-10.2 in ./src/instrument/semantic-op.c, function ‘instrumentPossibleNegate’ where four implicit conversion from ‘enum ’ to ‘IROp’ occur.

Regards, Vincent