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,
	martin.brown@cdcsolutions.com, nobody@gcc.gnu.org,
	rodrigc@gcc.gnu.org
Subject: Re: c++/915: -frepo doesn't work
Date: Sat, 15 Sep 2001 20:02:00 -0000	[thread overview]
Message-ID: <20010916030207.24600.qmail@sourceware.cygnus.com> (raw)

Synopsis: -frepo doesn't work

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Sep 15 20:02:07 2001
State-Changed-Why:
    The following code (extracted from the preprocessed source
    in this PR) compiles with the -frepo flag under gcc 3.0.1:
    
    #include <vector>
    #include <iostream>
    using namespace std;
     
    int main(int, char*[]) {
            vector<int> intV(10);
            for (int i = 0; i < 10; ++i) {
                    intV.push_back(i);
     
            }
     
            vector<int>::const_iterator i;
            for (i = intV.begin(); i != intV.end(); ++i) {
                    cout << *i;
            }
     
            return 1;
     
    }

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=915&database=gcc


             reply	other threads:[~2001-09-15 20:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-15 20:02 rodrigc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-08-12 13:04 rodrigc

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=20010916030207.24600.qmail@sourceware.cygnus.com \
    --to=rodrigc@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=martin.brown@cdcsolutions.com \
    --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).