This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11517] New: g++ fails to properly convert pointer expressions in conditional expressions.
- From: "gdr at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2003 10:42:26 -0000
- Subject: [Bug c++/11517] New: g++ fails to properly convert pointer expressions in conditional expressions.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11517
Summary: g++ fails to properly convert pointer expressions in
conditional expressions.
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: gdr at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
com
GCC build triplet: native
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: native
GCC-3.3.1 (prerelease as of 2003-07-14) fails to properly convert
pointer expressions in conditional expression. This is a
regression. Try to compile the program snippet attached to
this report.