public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marti at juffo dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/46028] New: Regression from GCC 4.4: "storage size of 'test_array' isn't constant"
Date: Thu, 14 Oct 2010 23:20:00 -0000	[thread overview]
Message-ID: <bug-46028-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46028

           Summary: Regression from GCC 4.4: "storage size of 'test_array'
                    isn't constant"
           Product: gcc
           Version: 4.5.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marti@juffo.org


Created attachment 22046
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22046
_configtest.i

When building the Python NumPy library for Python 3.x, it does the following
test compilation test:

typedef struct {float __x; float __y;} npy_check_sizeof_type;
int main ()
{
    static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type)))
<= 16.0)];
    test_array [0] = 0
...

This code compiles fine with GCC 4.4.5 on Ubuntu, but fails with GCC 4.5.1 on
Arch Linux x86_64:

% gcc _configtest.c
_configtest.c: In function 'main':
_configtest.c:5:16: error: storage size of 'test_array' isn't constant

% gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/usr
--enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--enable-gnu-unique-object --enable-lto --enable-plugin --disable-multilib
--disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog
--libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man
--infodir=/usr/share/info
Thread model: posix
gcc version 4.5.1 (GCC)


             reply	other threads:[~2010-10-14 23:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-14 23:20 marti at juffo dot org [this message]
2010-10-14 23:22 ` [Bug c/46028] " pinskia at gcc dot gnu.org
2010-10-14 23:23 ` pinskia at gcc dot gnu.org
2010-10-15  1:01 ` joseph at codesourcery dot com
2011-03-14 10:37 ` philipp at marek dot priv.at

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-46028-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).