public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13080] New: 3.3 / 3.4
@ 2003-11-16 23:05 debian-gcc at lists dot debian dot org
  2003-11-16 23:09 ` [Bug c++/13080] " pinskia at gcc dot gnu dot org
  2003-11-16 23:57 ` doko at cs dot tu-berlin dot de
  0 siblings, 2 replies; 3+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-11-16 23:05 UTC (permalink / raw)
  To: gcc-bugs

[ extracted from http://bugs.debian.org/195468 ]

g++ fails to recognize the ill-formed-ness of
at least the following cases, happily succeeds compiling them...:

struct foo {
  virtual void f(void);
};

struct bar {
  bar (); // user defined default constructor
};

struct doo {
  bar m_bar; // non-POD member w/ u.d.d.c
};

struct zoo: public bar { }; // inherited u.d.d.c

const foo a_foo; // ill-formed - foo has no user-declared def-cons
const bar a_bar; // ok
const doo a_doo; // ill-formed - doo has no user-declared def-cons
const zoo a_zoo; // ill-formed? not sure about this one...

-- 
           Summary: 3.3 / 3.4
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/13080] 3.3 / 3.4
  2003-11-16 23:05 [Bug c++/13080] New: 3.3 / 3.4 debian-gcc at lists dot debian dot org
@ 2003-11-16 23:09 ` pinskia at gcc dot gnu dot org
  2003-11-16 23:57 ` doko at cs dot tu-berlin dot de
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-16 23:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 23:09 -------
Some at debian messed up because this is exact dup of bug 12567 and even the same debain bug 
number, 195468.

*** This bug has been marked as a duplicate of 12567 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug c++/13080] 3.3 / 3.4
  2003-11-16 23:05 [Bug c++/13080] New: 3.3 / 3.4 debian-gcc at lists dot debian dot org
  2003-11-16 23:09 ` [Bug c++/13080] " pinskia at gcc dot gnu dot org
@ 2003-11-16 23:57 ` doko at cs dot tu-berlin dot de
  1 sibling, 0 replies; 3+ messages in thread
From: doko at cs dot tu-berlin dot de @ 2003-11-16 23:57 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From doko at cs dot tu-berlin dot de  2003-11-16 23:57 -------
Subject: Re:  3.3 / 3.4

pinskia at gcc dot gnu dot org writes:
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-16 23:09 -------
> Some at debian messed up because this is exact dup of bug 12567 and even the same debain bug 
> number, 195468.

:-( my mistake ... didn't mark it as forwarded in the Debian BTS.



-- 


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


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

end of thread, other threads:[~2003-11-16 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-16 23:05 [Bug c++/13080] New: 3.3 / 3.4 debian-gcc at lists dot debian dot org
2003-11-16 23:09 ` [Bug c++/13080] " pinskia at gcc dot gnu dot org
2003-11-16 23:57 ` doko at cs dot tu-berlin dot de

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).