http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59267
--- Comment #3 from James ---
Sorry about having a second comment in a row, but I was playing a bit more with
this, and using a string stream as solely an output stream doesn't appear to
update the stream pointer after outputting the value (should
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59267
--- Comment #2 from James ---
If that is the case, then I am also getting interesting behavior in another
place. Once I read a value from the stream, the current location in said stream
should be updated, correct?
With the following program:
#inc
: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: troomps01 at gmail dot com
Created attachment 31285
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31285&action=edit
A very simple C++ program and Makefile that compiles without warning, but also
op