[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #29 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 12:14:46 2019 New Revision: 275126 URL: https://gcc.gnu.org/viewcvs?rev=275126=gcc=rev Log: Backported from mainline 2019-03-09 Jakub Jelinek PR

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #28 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 11:26:42 2019 New Revision: 275086 URL: https://gcc.gnu.org/viewcvs?rev=275086=gcc=rev Log: Backported from mainline 2019-01-10 Jakub Jelinek PR

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-05-01 Thread 10walls at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #27 from jon_y <10walls at gmail dot com> --- Thanks Jakub.

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-05-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Jakub Jelinek changed: What|Removed |Added Known to work||8.3.1, 9.0 Summary|[7/8

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-03-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 --- Comment #15 from Jakub Jelinek --- Created attachment 45894 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45894=edit gcc9-pr88568-2.patch Untested fix for that. Apparently the C++ FE relies that static data members have TREE_STATIC

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-03-05 Thread steve at sk2 dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #14

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-02-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.3 |8.4 --- Comment #13 from Jakub Jelinek

[Bug c/88568] [7 Regression] 'dllimport' no longer implies 'extern' in C

2019-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88568 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned