public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, gnu@rickjr.org,
	nathan@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: c++/3880: Problem with global int [][] arrays
Date: Sat, 15 Dec 2001 09:26:00 -0000	[thread overview]
Message-ID: <20011215172613.12934.qmail@sources.redhat.com> (raw)

Synopsis: Problem with global int [][] arrays

State-Changed-From-To: analyzed->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Dec 15 09:26:13 2001
State-Changed-Why:
    Not a bug.  You forgot a comma in your
    testcase:
    
    --- test.cpp.orig       Sat Dec 15 12:25:08 2001
    +++ test.cpp    Sat Dec 15 12:25:15 2001
    @@ -3,7 +3,7 @@
       {      0,  -1,  -1,      1,   -1,  2,  3, -1, -1, -1, -1},
       {      1,  -1,  -1,    259,    4, -1, -1, -1, -1, -1, -1},
       {      2,  -2,  -1,     -1,   -1, -1, -1, -1, -1, -1, -1},
    -  {      3,  -1,  -1,      5    -1, -1, -1,  6, -1, -1, -1},
    +  {      3,  -1,  -1,      5,   -1, -1, -1,  6, -1, -1, -1},
       {      4,  -1,  -1,      1,   -1, -1,  7, -1, -1, -1, -1},
       {      5, 261, 261,    261,  261, -1, -1, -1, -1, -1, -1},
       {      6,  -1,   8,     -1,    9, -1, -1, -1, 10, 11, -1},

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3880


             reply	other threads:[~2001-12-15 17:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-15  9:26 rodrigc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-08-01  5:10 nathan
2001-07-30 10:06 gnu

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=20011215172613.12934.qmail@sources.redhat.com \
    --to=rodrigc@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=gnu@rickjr.org \
    --cc=nathan@gcc.gnu.org \
    --cc=nobody@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).