public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14401] New: Uninitialized reference error not reported.
@ 2004-03-03  8:37 gwesp at flyelite dot ch
  2004-03-03 15:41 ` [Bug c++/14401] [3.3/3.4/3.5 regression] " bangerth at dealii dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gwesp at flyelite dot ch @ 2004-03-03  8:37 UTC (permalink / raw)
  To: gcc-bugs

G++ erroneously compiles this code:

  struct { struct { int& i ; } bar ; } foo ;

which should caues an error because the implicitly generated 
constructor for foo.bar cannot initialize foo.bar.i .

-- 
           Summary: Uninitialized reference error not reported.
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gwesp at flyelite dot ch
                CC: gcc-bugs at gcc dot gnu dot org,gwesp at flyelite dot ch
  GCC host triplet: Suse Linux 9.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14401


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-03-13  2:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-03  8:37 [Bug c++/14401] New: Uninitialized reference error not reported gwesp at flyelite dot ch
2004-03-03 15:41 ` [Bug c++/14401] [3.3/3.4/3.5 regression] " bangerth at dealii dot org
2004-03-03 18:40 ` giovannibajo at libero dot it
2004-03-09  7:27 ` cvs-commit at gcc dot gnu dot org
2004-03-09  8:17 ` cvs-commit at gcc dot gnu dot org
2004-03-09  8:20 ` [Bug c++/14401] [3.3 " mmitchel at gcc dot gnu dot org
2004-03-13  2:31 ` cvs-commit at gcc dot gnu dot org
2004-03-13  2:33 ` gdr at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).