]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c: fix debris from r17-680
authorSam James <sam@gentoo.org>
Mon, 25 May 2026 00:24:14 +0000 (01:24 +0100)
committerSam James <sam@gentoo.org>
Mon, 25 May 2026 00:27:03 +0000 (01:27 +0100)
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.

gcc/c/c-parser.cc

index 7e58d9715988a1b5a2b54f2bfb9d34f71ac18ecc..e6f7104013ba9bfc9ac3f1937c76e1445053e3cc 100644 (file)
@@ -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.