]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/61599 ([x86_64] With -mcmodel=medium, extern global arrays without size...
authorSriraman Tallam <tmsriram@google.com>
Wed, 9 Jul 2014 00:50:25 +0000 (00:50 +0000)
committerSriraman Tallam <tmsriram@gcc.gnu.org>
Wed, 9 Jul 2014 00:50:25 +0000 (00:50 +0000)
commitdc58164b858733ba3e7628d8f4b11bc6a0c81657
treeae90afd675e26f79ef09e8f055a0214d7fd79dd8
parentfcb090b2ccaa42ef09afca6b40e4d5bbbaaaf635
re PR target/61599 ([x86_64] With -mcmodel=medium, extern global arrays without size are not treated conservatively.)

2014-07-08  Sriraman Tallam  <tmsriram@google.com>

PR target/61599
* config/i386/i386.c (ix86_in_large_data_p): Check for size less
than zero.

PR target/61599
* gcc.target/i386/pr61599-1.c: New test.
* gcc.target/i386/pr61599-2.c: New test.

From-SVN: r212380
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr61599-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/pr61599-2.c [new file with mode: 0644]