libiberty - Segmentation fault when attempting to delete a non-existent element in a hash table

2016-07-03 Thread rocco
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

[Bug other/71760] New: libiberty - Segmentation fault when attempting to delete a non-existent element in a hash table

2016-07-04 Thread rocco at tecsiel dot it
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

[Bug target/106902] [12/13/14/15 Regression] Program compiled with -O3 -mfma produces different result

2024-12-27 Thread rocco at tormenta dot eu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902 Rocco Tormenta changed: What|Removed |Added CC||rocco at tormenta dot eu --- Comment

[Bug target/106902] [12/13/14/15 Regression] Program compiled with -O3 -mfma produces different result

2024-12-31 Thread rocco at tormenta dot eu via Gcc-bugs
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