This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/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: Thu, 29 Jan 2015 10:03:46 +0000
- Subject: [Bug c/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 #3 from Dodji Seketeli <dodji at gcc dot gnu.org> ---
Created attachment 34614
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34614&action=edit
Candidate fix
This is the patch that I am currently testing. It seems to fix the issue for
me. Please let me know if it works for you.