| Summary: | The subnormal test and the ISA 3.0 test generate compiler warnings. | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Carl Love <cel> |
| Component: | vex | Assignee: | Julian Seward <jseward> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Carl Love
2021-09-30 23:07:18 UTC
Fix committed. commit bcbfa9e9006aa377a4ed19919af9be6e4ac19267 (HEAD -> master) Author: Carl Love <cel@us.ibm.com> Date: Tue Sep 28 20:58:22 2021 +0000 fix compiler print format warnings in test_isa_3_0.c GCC fixed the compiler warnings long long types. Add explicit casts so gcc will not generate compile warnings. |