rty/libiberty:
ro...@nuc.carbo.net 1222> diff hashtab.c hashtab.c.ORG
729c729
< if (!slot || *slot == HTAB_EMPTY_ENTRY)
---
> if (*slot == HTAB_EMPTY_ENTRY)
Maybe the same error could be also in other different points for
different API functions but I did not check.
/rocco
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: rocco at tecsiel dot it
Target Milestone: ---
Created attachment 38831
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38831&action=edit
C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902
Rocco Tormenta changed:
What|Removed |Added
CC||rocco at tormenta dot eu
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902
--- Comment #33 from Rocco Tormenta ---
(In reply to Andrew Pinski from comment #32)
> Note this has always worked to avoid FMA formation since
> __builtin_assoc_barrier was added but is only been documented recently.
> Se