public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/13592] [3.4 Regression] C++ parser regression
Date: Wed, 07 Jan 2004 01:22:00 -0000	[thread overview]
Message-ID: <20040107012222.27275.qmail@sources.redhat.com> (raw)
In-Reply-To: <20040106233309.13592.rwgk@yahoo.com>


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-07 01:22 -------
Confirmed, reduced source:
struct rot_mx
{
  int const& operator()(int r, int c) const;
  int& operator()(int r, int c);
};

struct rt_mx
{
    template <typename GridTupleType>
     GridTupleType refine_gridding(GridTupleType const& grid) const;
    rot_mx r_;
};

template <typename GridTupleType>
GridTupleType
rt_mx::refine_gridding(GridTupleType const& grid) const
{
  GridTupleType result;
  r_(0, 0);
  return result;
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|g++ (GCC) 3.4.0 20031230    |
                   |(experimental)              |
   GCC host triplet|i686-gnu-linux              |
 GCC target triplet|i686-gnu-linux              |
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-07 01:22:21
               date|                            |
            Summary|C++ parser regression       |[3.4 Regression] C++ parser
                   |                            |regression
   Target Milestone|---                         |3.4.0


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


  parent reply	other threads:[~2004-01-07  1:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-06 23:33 [Bug c++/13592] New: " rwgk at yahoo dot com
2004-01-06 23:37 ` [Bug c++/13592] " rwgk at yahoo dot com
2004-01-07  1:22 ` pinskia at gcc dot gnu dot org [this message]
2004-01-07  1:22 ` [Bug c++/13592] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-01-07  5:21 ` pinskia at gcc dot gnu dot org
2004-01-07 14:07 ` bangerth at dealii dot org
2004-01-12 19:06 ` steven at gcc dot gnu dot org
2004-01-19 20:33 ` [Bug c++/13592] [3.4/3.5 " cvs-commit at gcc dot gnu dot org
2004-01-19 20:39 ` cvs-commit at gcc dot gnu dot org
2004-01-19 20:41 ` mmitchel at gcc dot gnu dot org
2004-01-19 21:24 ` cvs-commit at gcc dot gnu dot org
2004-01-19 21:25 ` cvs-commit at gcc dot gnu dot org
2004-01-19 21:26 ` cvs-commit 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=20040107012222.27275.qmail@sources.redhat.com \
    --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).