[PATCH] middle-end: Fix typo in gimple.h

2025-07-13 Thread Benjamin Wu
2025-07-13 Ben Wu * gimple.h (GTMA_DOES_GO_IRREVOCABLE): Fix typo. Tested on x86_64-pc-linux-gnu. Will someone be able to commit this typo fix for me? Thanks! --- 7 gcc/ChangeLog | 4 8 gcc/gimple.h | 2 +- 9 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc

[PATCH] c++ frontend: Fix typo in comment

2025-07-16 Thread Benjamin Wu
Fixes typo in lex.cc. Could someone help commit? gcc/cp/ChangeLog:   * lex.cc (init_operators): Fix typo. --- gcc/cp/lex.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/lex.cc b/gcc/cp/lex.cc index 08a634830f5..053d0ee0647 100644 --- a/gcc/cp/lex.cc +++ b/gcc/c