public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/915: -frepo doesn't work
@ 2001-08-12 13:04 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2001-08-12 13:04 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, martin.brown, nobody, rodrigc

Synopsis: -frepo doesn't work

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Sun Aug 12 13:04:28 2001
State-Changed-Why:
    I cannot reproduce your problem with gcc 3.0.1 (20010811)
    
    Can you obtain a new version of gcc, either from
    Redhat, or from the gcc ftp site and try compiling your
    example again?

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: c++/915: -frepo doesn't work
@ 2001-09-15 20:02 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2001-09-15 20:02 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, martin.brown, nobody, rodrigc

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-15 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-12 13:04 c++/915: -frepo doesn't work rodrigc
2001-09-15 20:02 rodrigc

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).