https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
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
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
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
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 ...
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
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;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111965
Andrew Pinski changed:
What|Removed |Added
Known to fail||4.7.0
Last reconfirmed|