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]

[Bug libstdc++/17922] [3.3/3.4/4.0 regression] Spurious warnings about std::ios_base::seekdir


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-10-11 20:49 -------
could add

  enum _Ios_Seekdir { _S_ios_seekdir_beg = 0, _S_ios_seekdir_cur = 1,
_S_ios_seekdir_end = 2
_S_ios_seekdir_final = 1L << 16 };

This would change the value of (the currently unfortunately named)
_S_ios_seekdir_end, but since this is an implementation feature I think it'd be
ok. Most importantly, the type size would be the same.

We should add compile-only testsuite regressions for this.

-benjamin

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17922


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