This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
c++/524: strings act badly
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/524: strings act badly
- From: kunert at physik dot tu-dresden dot de
- Date: 11 Sep 2000 12:48:31 -0000
- Reply-To: kunert at physik dot tu-dresden dot de
- Resent-Cc: gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, jason at gcc dot gnu dot org
- Resent-Reply-To: gcc-gnats@gcc.gnu.org, kunert@physik.tu-dresden.de
>Number: 524
>Category: c++
>Synopsis: strings act badly
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 11 05:56:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Thomas Kunert
>Release: gcc version 2.96 20000911 (experimental)
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
// This program returns 1 instead of the expected 0.
#include <string>
int main()
{
return std::string("blah!") == "";
}
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: