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 target/64368] [5 Regression] Several libstdc++ test failures on darwin after r218964.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hp at gcc dot gnu.org

--- Comment #7 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
cris-elf too, observed starting in r218951:218978 here, so I suggest not
hand-waving away our reports, in particular as they indicate pointer-dependent
bugs.  I haven't investigated each commit, but looking at the "svn diff
-r218951:218978" a wild guess would be a bug in the rewrite-changes perhaps
related to_GLIBCXX_USE_WCHAR_T.

If you can't see it on your system, please run the test under valgrind.

The .log entries indicate bugs consistent with the previously quoted log
entries (i.e. some allocation bug):

PASS: 22_locale/locale/cons/6.cc (test for excess errors)
core: 4 byte misaligned read to address 0xa2ce236 at 0x45788
program stopped with signal 10 (User defined signal 1).
FAIL: 22_locale/locale/cons/6.cc execution test


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