Commit 475009c
committed
extension: Fix documentation for __builtin_*_overflow_p [PR123222]
This fixes the copy-and-pasto for these builtins.
Basically the documentation currently says "addition" as that was copied from
__builtin_add_overflow documentation but really it should say corresponding operation
instead.
Pushed as obvious.
PR middle-end/123222
gcc/ChangeLog:
* doc/extend.texi: Fix copy-and-pasto for __builtin_*_overflow_p.
Signed-off-by: Andrew Pinski <[email protected]>1 parent 8d007d3 commit 475009c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16318 | 16318 | | |
16319 | 16319 | | |
16320 | 16320 | | |
16321 | | - | |
| 16321 | + | |
16322 | 16322 | | |
16323 | 16323 | | |
16324 | 16324 | | |
| |||
0 commit comments