https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106068
--- Comment #3 from Andrew Pinski ---
(In reply to Dave Flogeras from comment #2)
> For that code, agreed, and that was indeed both our and upstreams
> workaround. We were just wondering if it was a legitimate compiler bug
> given that it gener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106068
--- Comment #2 from Dave Flogeras ---
(In reply to Andrew Pinski from comment #1)
> You access an out of bounds for the array dhcp_rx_options_given in the while
> statement:
>
> while((dhcp_rx_options_given[8 + n] != 0) && (n < 2)) {
>
>
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106068
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---