https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
--- Comment #9 from Andrew Pinski ---
Author: pinskia
Date: Mon May 20 06:59:06 2019
New Revision: 271395
URL: https://gcc.gnu.org/viewcvs?rev=271395&root=gcc&view=rev
Log:
[PATCH] Fix PR 81721: ICE with PCH and Pragma warning and C++ operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
Andrew Pinski changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
--- Comment #7 from Andrew Pinski ---
Here is a much simplier testcase (without using system header files):
a.h:
# define __glibc_macro_warning1(message) _Pragma (#message)
# define __glibc_macro_warning(message) \
__glibc_macro_warning1 (GCC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
--- Comment #5 from Andrew Pinski ---
So if I understand the token->val.node.spelling for "not" (CPP_NOT) is not
being preserved over the precompiled headers.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
Eric Gallager changed:
What|Removed |Added
CC||bonzini at gnu dot org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
Juro Bystricky changed:
What|Removed |Added
CC||juro.bystricky at intel dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721
--- Comment #1 from Juro Bystricky ---
This patch fixes the issue:
http://lists.openembedded.org/pipermail/openembedded-core/2017-August/140486.html
10 matches
Mail list logo