This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.0 pragma interface/implementation regression with templates
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: peter dot soetens at mech dot kuleuven dot ac dot be
- Cc: gcc at gnu dot org
- Date: Tue, 22 Mar 2005 14:58:55 -0500
- Subject: Re: GCC 4.0 pragma interface/implementation regression with templates
- References: <200503222054.20644.peter.soetens@mech.kuleuven.ac.be>
On Mar 22, 2005, at 2:54 PM, Peter Soetens wrote:
Hello,
The attached implementation/header issues a warning when
$ gcc-4.0 -c -o test_undefined.o test_undefined.cpp
undefined_constructor.hpp:13: warning: inline function 'Base::Base()'
used but
never defined
This is PR 20584
-- Pinski