From: Sam James Date: Mon, 25 May 2026 00:24:14 +0000 (+0100) Subject: c: fix debris from r17-680 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=98a341ef40ffdd0a658a8e773ab49d321efbd1df;p=thirdparty%2Fgcc.git 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 --git a/gcc/c/c-parser.cc b/gcc/c/c-parser.cc index 7e58d971598..e6f7104013b 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.