[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-12-07 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-12-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 --- Comment #7 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8c088c4307dbb855596acb6366b0882e95d20b91 commit r14-6266-g8c088c4307dbb855596acb6366b0882e95d20b91 Author: Jakub Jelinek Date: T

[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-12-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-10-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 --- Comment #5 from Richard Biener --- (In reply to Andrew Pinski from comment #4) > https://gcc.gnu.org/pipermail/gcc-patches/2011-October/325728.html > > I don't know if there should be a -fno-debug-cpp option. Maybe we should > just reject t

[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 --- Comment #4 from Andrew Pinski --- https://gcc.gnu.org/pipermail/gcc-patches/2011-October/325728.html I don't know if there should be a -fno-debug-cpp option. Maybe we should just reject that ...

[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 --- Comment #3 from Andrew Pinski --- Yes it has been broken since it was added in r0-112466-g847e697a240e6d

[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 --- Comment #2 from Andrew Pinski --- Easy fix replace: case OPT_fdebug_cpp: cpp_opts->debug = 1; break; With: case OPT_fdebug_cpp: cpp_opts->debug = value; break;

[Bug preprocessor/111965] -fno-debug-cpp does not disable -fdebug-cpp

2023-10-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965 Andrew Pinski changed: What|Removed |Added Known to fail||4.7.0 Last reconfirmed|