public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sayle at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/25309] [4.0/4.1/4.2 Regression] ICE on initialization of a huge array
Date: Wed, 03 May 2006 18:50:00 -0000	[thread overview]
Message-ID: <20060503184954.5289.qmail@sourceware.org> (raw)
In-Reply-To: <bug-25309-11842@http.gcc.gnu.org/bugzilla/>



------- Comment #9 from sayle at gcc dot gnu dot org  2006-05-03 18:49 -------
Subject: Bug 25309

Author: sayle
Date: Wed May  3 18:49:40 2006
New Revision: 113500

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113500
Log:

        PR c/25309
        * c-typeck.c (struct spelling): Make I an unsigned HOST_WIDE_INT.
        (push_array_bounds): Delete prototype.  Change BOUNDS argument to
        an unsigned HOST_WIDE_INT.
        (print_spelling): Use HOST_WIDE_INT_PRINT_UNSIGNED to output the
        array index.
        (really_start_incremental_init): No need to call convert because
        bitsize_zero_node is already of type bitsizetype.
        (push_init_level): Extract the value of constructor_index as an
        unsigned HOST_WIDE_INT quantity, using tree_low_cst.
        (process_init_element): Likewise.

        * gcc.dg/large-size-array-2.c: New test case.


Added:
    branches/gcc-4_0-branch/gcc/testsuite/gcc.dg/large-size-array-2.c
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/c-typeck.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


-- 


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


  parent reply	other threads:[~2006-05-03 18:50 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-08 12:57 [Bug c/25309] New: " jens dot teubner at in dot tum dot de
2005-12-08 15:54 ` [Bug c/25309] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-12-08 16:55 ` rguenth at gcc dot gnu dot org
2005-12-08 18:17 ` [Bug c/25309] [3.4/4.0/4.1/4.2 " pinskia at gcc dot gnu dot org
2005-12-12  2:50 ` pinskia at gcc dot gnu dot org
2005-12-12  2:55 ` pinskia at gcc dot gnu dot org
2005-12-19 19:16 ` mmitchel at gcc dot gnu dot org
2006-02-24  0:28 ` mmitchel at gcc dot gnu dot org
2006-04-28 20:00 ` [Bug c/25309] [4.0/4.1/4.2 " sayle at gcc dot gnu dot org
2006-05-02 17:15 ` sayle at gcc dot gnu dot org
2006-05-03 18:50 ` sayle at gcc dot gnu dot org [this message]
2006-05-04  0:14 ` roger at eyesopen dot com
2007-03-18 15:43 ` hp at gcc dot gnu dot org
2007-03-18 17:38 ` [Bug c/25309] [4.0/4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
2007-03-18 23:04 ` hp at gcc dot gnu dot org
2007-05-21  1:57 ` pinskia at gcc dot gnu dot org
2007-09-26  0:22 ` jsm28 at gcc dot gnu dot org
2007-09-26 12:33 ` jsm28 at gcc dot gnu dot org
2007-09-27 12:20 ` [Bug c/25309] [4.1/4.2 " jsm28 at gcc dot gnu dot org
2007-10-10 20:46 ` jsm28 at gcc dot gnu dot org
2007-10-10 21:19 ` [Bug c/25309] [4.1 " jsm28 at gcc dot gnu dot org
2008-07-04 15:12 ` jsm28 at gcc dot gnu dot org

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=20060503184954.5289.qmail@sourceware.org \
    --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).