This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10483] Spurious reference created to integer constant in ternary op
- From: "dank at kegel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Aug 2005 05:53:58 -0000
- Subject: [Bug c++/10483] Spurious reference created to integer constant in ternary op
- References: <20030424161600.10483.dej@inode.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dank at kegel dot com 2005-08-03 05:53 -------
Should this be revisited now that gcc-4.x has disallowed
ternaries as lvalues? My users are somewhat mystified
as to why they need to declare storage for integer
constants whose address is never taken.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10483