This is the mail archive of the gcc-regression@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]
Other format: [Raw text]

Re: GCC build failed for native with your patch on 2003-09-05T11:02:39Z.


> >Please do,
> >time to go sleep for me, but I will take a look into it tommorow.
> >
> >Thank you for testing!
> >Honza
> 
> Here it is (I am getting good at this reducing thing),
> I have not tested your newer patch though:
> 
> template<typename _CharT>
>   struct __timepunct_cache
>   {
>     static const _CharT* _S_timezones[14];
>   };
> template<> const char* __timepunct_cache<char>::_S_timezones[14];
> template<typename _CharT>
>   class time_get
>   {
>   public:
>     typedef _CharT char_type;
>     void _M_extract_name(const _CharT** __names) const;
>     void _M_extract_via_format() const;
>   };
> 
> template<typename _CharT>
>   void
>   time_get<_CharT>::
>   _M_extract_via_format() const
>   {
>       _M_extract_name(__timepunct_cache<_CharT>::_S_timezones);
>   }
> template class time_get<char>;

Can you please send me the assembly I am supposed to get and what is
wrong there?  The symbol in question seems to be defined just well in my
version (but I have somewhat modified tree so perhaps I fixed it in
meantime).  I will try fresh one tomorrow.

Honza
> 
> 
> Thanks,
> Andrew Pinski
> 


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