public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/17620] New: [4.0 regression] Bogus error with duplicate base class breaks boost
@ 2004-09-22 20:23 bangerth at dealii dot org
  2004-09-22 20:51 ` [Bug c++/17620] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bangerth at dealii dot org @ 2004-09-22 20:23 UTC (permalink / raw)
  To: gcc-bugs

This is a recent regression that breaks compiling boost: 
------------------- 
template <bool> struct S {}; 
 
typedef S<false> B; 
 
struct D1 : B {}; 
struct D2 : B {}; 
-------------------- 
g/x> /home/bangerth/bin/gcc-4.0-pre/bin/c++ -c x.cc 
x.cc:6: error: duplicate base type `B' invalid 
 
Needless to say that the error message is completely bogus. 
 
W.

-- 
           Summary: [4.0 regression] Bogus error with duplicate base class
                    breaks boost
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bangerth at dealii dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-09-23 10:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-22 20:23 [Bug c++/17620] New: [4.0 regression] Bogus error with duplicate base class breaks boost bangerth at dealii dot org
2004-09-22 20:51 ` [Bug c++/17620] " pinskia at gcc dot gnu dot org
2004-09-22 20:54 ` bangerth at dealii dot org
2004-09-22 20:55 ` pinskia at gcc dot gnu dot org
2004-09-22 21:03 ` pinskia at gcc dot gnu dot org
2004-09-23  2:13 ` giovannibajo at libero dot it
2004-09-23  6:46 ` nathan at gcc dot gnu dot org
2004-09-23 10:06 ` nathan at gcc dot gnu dot org
2004-09-23 10:09 ` cvs-commit 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).