This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/23804] New: reference initialization with compile-time bogus value
- From: "ivan at sierra-da dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2005 01:20:44 -0000
- Subject: [Bug c++/23804] New: reference initialization with compile-time bogus value
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Type* p;
... // no value assigned to p
Type& r = *p; // should fail during compilation
--
Summary: reference initialization with compile-time bogus value
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ivan at sierra-da dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: linux/x86/2.6
GCC host triplet: linux/x86/2.6
GCC target triplet: linux/x86/2.6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23804