This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/8399: sync_with_stdio(false) breaks unformatted input


Synopsis: sync_with_stdio(false) breaks unformatted input

State-Changed-From-To: feedback->analyzed
State-Changed-By: paolo
State-Changed-When: Mon Nov  4 04:53:11 2002
State-Changed-Why:
    For some utterly misterious reason, today I can reproduce
    the problem, both 3.2.1 and 3.3.
    ---
    paolo:~/Gcc/PRs/v3/Analyzed> a.out
    paolo:~/Gcc/PRs/v3/Analyzed> a.out
    c= a
    b
    c
    <ctrl-d>a
    c=
    
    c= b
    c=
    
    c= c
    c=
    
    c= <ctrl-c>
    ---
    Sorry, Paolo.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]