[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2019-05-20 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2019-05-20 Thread pinskia at gcc dot gnu.org
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

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2019-04-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 Andrew Pinski changed: What|Removed |Added Keywords||patch URL|

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2019-04-01 Thread pinskia at gcc dot gnu.org
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

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2019-04-01 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2019-04-01 Thread pinskia at gcc dot gnu.org
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.

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2018-08-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 Eric Gallager changed: What|Removed |Added CC||bonzini at gnu dot org,

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2017-08-11 Thread egallager at gcc dot gnu.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

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2017-08-07 Thread juro.bystricky at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 Juro Bystricky changed: What|Removed |Added CC||juro.bystricky at intel dot com --- Com

[Bug c++/81721] precompiled header : internal compiler error: Segmentation fault

2017-08-07 Thread juro.bystricky at intel dot 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