public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/59470] New: [4.8 Regression] libstdc++ miscompilation after r205709
@ 2013-12-11 14:14 jakub at gcc dot gnu.org
  2013-12-11 14:14 ` [Bug middle-end/59470] " jakub at gcc dot gnu.org
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-12-11 14:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 59470
           Summary: [4.8 Regression] libstdc++ miscompilation after
                    r205709
           Product: gcc
           Version: 4.8.3
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
            Target: i686-linux

I've noticed recent regressions
+FAIL: 22_locale/num_put/put/char/11.cc execution test
+FAIL: 22_locale/num_put/put/char/20914.cc execution test
+FAIL: 22_locale/num_put/put/char/23953.cc execution test
+FAIL: 22_locale/num_put/put/char/3.cc execution test
+FAIL: 22_locale/num_put/put/char/9780-2.cc execution test
+FAIL: 22_locale/num_put/put/char/wrapped_env.cc execution test
+FAIL: 22_locale/num_put/put/char/wrapped_locale.cc execution test
+FAIL: 27_io/manipulators/basefield/char/1.cc execution test
on i686-linux in our vendor build, but apparently this is reproduceable also on
the vanilla branches/gcc-4_8-branch.  I'll attach locale-inst.ii (the libstdc++
src/c++98 source) and 11.ii (the first of the above mentioned failing tests).

/usr/src/gcc-4.8/obj/gcc/cc1plus.205708 -O2 -fstack-protector -m32 -fPIC \
locale-inst.ii -o locale-inst.s  -march=i686 -quiet; \
gcc -o 11 11.ii -m32 locale-inst.s -lstdc++ -lm; ./11
works fine, while:
/usr/src/gcc-4.8/obj/gcc/cc1plus.205709 -O2 -fstack-protector -m32 -fPIC \
locale-inst.ii -o locale-inst.s  -march=i686 -quiet; \
gcc -o 11 11.ii -m32 locale-inst.s -lstdc++ -lm; ./11
11:
/builddir/build/BUILD/gcc-4.8.2-20131209/libstdc++-v3/testsuite/22_locale/num_put/put/char/11.cc:52:
void test01(): Assertion `result1 == "1,2,3,45,678"' failed.
Aborted (core dumped)


^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2014-01-08 10:16 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-11 14:14 [Bug middle-end/59470] New: [4.8 Regression] libstdc++ miscompilation after r205709 jakub at gcc dot gnu.org
2013-12-11 14:14 ` [Bug middle-end/59470] " jakub at gcc dot gnu.org
2013-12-11 14:15 ` jakub at gcc dot gnu.org
2013-12-11 14:15 ` jakub at gcc dot gnu.org
2013-12-11 14:32 ` rguenth at gcc dot gnu.org
2013-12-11 14:35 ` hjl.tools at gmail dot com
2013-12-11 14:37 ` jakub at gcc dot gnu.org
2013-12-11 14:42 ` hjl.tools at gmail dot com
2013-12-11 15:52 ` jakub at gcc dot gnu.org
2013-12-11 16:28 ` jakub at gcc dot gnu.org
2013-12-11 18:24 ` jakub at gcc dot gnu.org
2013-12-11 18:43 ` jakub at gcc dot gnu.org
2013-12-11 19:46 ` jakub at gcc dot gnu.org
2013-12-12  2:00 ` vmakarov at gcc dot gnu.org
2013-12-12  2:01 ` vmakarov at gcc dot gnu.org
2013-12-12  7:14 ` jakub at gcc dot gnu.org
2013-12-12  7:49 ` rguenther at suse dot de
2013-12-12  9:54 ` jakub at gcc dot gnu.org
2013-12-12 13:26 ` jakub at gcc dot gnu.org
2013-12-12 15:39 ` vmakarov at gcc dot gnu.org
2013-12-12 15:41 ` jakub at gcc dot gnu.org
2013-12-12 15:48 ` vmakarov at gcc dot gnu.org
2013-12-12 15:51 ` vmakarov at gcc dot gnu.org
2013-12-12 17:56 ` jakub at gcc dot gnu.org
2013-12-16  8:09 ` jakub at gcc dot gnu.org
2014-01-07 16:49 ` jakub at gcc dot gnu.org
2014-01-07 16:52 ` jakub at gcc dot gnu.org
2014-01-08 10:16 ` hp at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).