This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/81606] A small program works as expected with -O0 but fails with -O1 on all tested gcc versions
- From: "jerome.pioux at atos dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 28 Jul 2017 21:29:02 +0000
- Subject: [Bug c++/81606] A small program works as expected with -O0 but fails with -O1 on all tested gcc versions
- Auto-submitted: auto-generated
- References: <bug-81606-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81606
--- Comment #2 from jerome.pioux at atos dot net ---
Agreed, sorry, we should have been using single quotes. Thank you.
-----Original Message-----
From: glisse at gcc dot gnu.org [mailto:gcc-bugzilla@gcc.gnu.org]
Sent: Friday, July 28, 2017 1:39 PM
To: Pioux, Jerome
Subject: [Bug c++/81606] A small program works as expected with -O0 but fails
with -O1 on all tested gcc versions
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81606
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> --- What do you
expect "A" >= "B" to mean? You are comparing addresses, the result is
arbitrary.
--
You are receiving this mail because:
You reported the bug.