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]
Other format: [Raw text]

[Bug target/23589] internal compiler error: in rest_of_handle_final, at toplev.c:2067


------- Additional Comments From gregc at cgl dot ucsf dot edu  2005-08-27 21:51 -------
Subject: Re:  internal compiler error: in rest_of_handle_final,
 at toplev.c:2067

Much appreciated.  Thank you.

On Fri, 27 Aug 2005, dannysmith at users dot sourceforge dot net wrote:

> Date: 27 Aug 2005 04:44:32 -0000
> From: dannysmith at users dot sourceforge dot net <gcc-bugzilla@gcc.gnu.org>
> To: gregc@cgl.ucsf.edu
> Subject: [Bug target/23589] internal compiler error: in rest_of_handle_final,
>     at toplev.c:2067
> 
>
> ------- Additional Comments From dannysmith at users dot sourceforge dot net  2005-08-27 04:44 -------
> Thisis a dllimport bug. In this case the template member
> template <class pointIterator>
> Point::Point(pointIterator ptStart, pointIterator ptStop)
> is being marked as dllimport.  Later it is instantiated and the definition
> conflicts with dllimport semantics
>
> The same bug is on trunk and is fixed by the patch at
> http://gcc.gnu.org/ml/gcc-patches/2005-08/msg01543.html
>
> by moving the C++ specific dllimport stuff into a lang-specific target file so
> that we can actually test for template instantiations.
>
> Danny
>
> -- 
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23589
>
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>


-- 


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


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