https://gcc.gnu.org/g:98a341ef40ffdd0a658a8e773ab49d321efbd1df

commit r17-708-g98a341ef40ffdd0a658a8e773ab49d321efbd1df
Author: Sam James <[email protected]>
Date:   Mon May 25 01:24:14 2026 +0100

    c: fix debris from r17-680
    
    r17-680-g09e74059bdb12c added a debugging pragma and a whitespace change
    to a comment. I don't think either were intended.
    
    gcc/c/ChangeLog:
    
            * c-parser.cc: Delete errant optimize pragma.

Diff:
---
 gcc/c/c-parser.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/c/c-parser.cc b/gcc/c/c-parser.cc
index 7e58d9715988..e6f7104013ba 100644
--- a/gcc/c/c-parser.cc
+++ b/gcc/c/c-parser.cc
@@ -1,5 +1,5 @@
-#pragma GCC optimize("O0")
 /* Parser for C and Objective-C.
+
    Copyright (C) 1987-2026 Free Software Foundation, Inc.
    Parser actions based on the old Bison parser; structure somewhat
    influenced by and fragments based on the C++ parser.

Reply via email to