This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/64803] [5 Regression] __LINE__ inside macro is not constant
- From: "dodji at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 30 Jan 2015 00:18:13 +0000
- Subject: [Bug preprocessor/64803] [5 Regression] __LINE__ inside macro is not constant
- Auto-submitted: auto-generated
- References: <bug-64803-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64803
--- Comment #6 from Dodji Seketeli <dodji at gcc dot gnu.org> ---
Created attachment 34622
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34622&action=edit
Refined candidate fix patch with regression test and cover letter
I have successfully tested this refined patch locally and I am
currently bootstrapping it. I'll submit it right away if it passes
bootstrap. Thanks for testing the previous one!