This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Internal error with 1.1.2: cc1plus fatal signal 11


Paul J. Lucas wrote:
> 
>         Given:
> 
>                 template< class T > struct C {
>                         static T const* f();
>                         C( T const& = *f() );
>                 };
> 
>                 template< class T > C<T>::C( T const& )
>                 {
>                 }
The current snapshot compiles this without error, so the bug appears fixed in
the development tree. It should therefore be fixed in the 1.2 release (when
that appears).

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
      You can up the bandwidth, but you can't up the speed of light      
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]