[Bug target/61599] [x86_64] With -mcmodel=medium, extern global arrays without size are not treated conservatively.

2016-05-13 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61599 Uroš Bizjak changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/61599] [x86_64] With -mcmodel=medium, extern global arrays without size are not treated conservatively.

2016-05-12 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61599 --- Comment #4 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #3) > Reopened, it looks that some sections are not handled correctly. Following patch fixes the failure: Index: i386.c ==

[Bug target/61599] [x86_64] With -mcmodel=medium, extern global arrays without size are not treated conservatively.

2015-01-30 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61599 Uroš Bizjak changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug target/61599] [x86_64] With -mcmodel=medium, extern global arrays without size are not treated conservatively.

2014-09-16 Thread tmsriram at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61599 Sriraman Tallam changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/61599] [x86_64] With -mcmodel=medium, extern global arrays without size are not treated conservatively.

2014-07-08 Thread tmsriram at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61599 --- Comment #1 from tmsriram at gcc dot gnu.org --- Author: tmsriram Date: Wed Jul 9 00:50:25 2014 New Revision: 212380 URL: https://gcc.gnu.org/viewcvs?rev=212380&root=gcc&view=rev Log: 2014-07-08 Sriraman Tallam PR target/61599 *