[Bug c++/58604] New: Text truncation in comments of /usr/include/c++/4.7/vector
jdwoolverton at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Oct 3 16:44:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58604
Bug ID: 58604
Summary: Text truncation in comments of
/usr/include/c++/4.7/vector
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: jdwoolverton at gmail dot com
There are two copyrights in the header of the include file vector; one from HP
and one from SGI. The last line of the HP copyright text has been mangled and
the first 24 characters are missing. I presume they should be:
" * purpose. It is provid"
before the
"ded "as is" without express or implied warranty."
--
Should take about 3 seconds to paste a copy of line 49 back over the chopped
one above.
More information about the Gcc-bugs
mailing list