Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] VC compiler issue: static filter in cgal 3.8

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] VC compiler issue: static filter in cgal 3.8


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] VC compiler issue: static filter in cgal 3.8
  • Date: Thu, 21 Apr 2011 12:25:34 +0200
  • Organization: GeometryFactory

On jeudi 21 avril 2011 12:02:02 yang liu wrote:
> Hi,
>
> I am testing CGAL 3.8 with Visual C++ 2010 sp1 (64bit) and meet a
> compiler issue.
>
> For instance, when I compile \examples\Triangulation_3\regular_3.cpp
> under the release mode ( /O2 enabled),
> the compiler will crash ("C/C++ optimizer has stopped working") and report
>
> "2>d:\lib\cgal-3.8\include\cgal\internal\static_filters\power_test_3.h(178)
> : fatal error C1001: An internal error has occurred in the compiler. 2>
> (compiler file
> 'f:\dd\vctools\compiler\utc\src\p2\main.c[0x000007FEE2309271:0x000000000000
> 0044]', line 183)
> 2> To work around this problem, try simplifying or changing the
> program near the locations listed above."
>
> However the compiler works fine under the debug mode and the release
> mode with /O1 option.
>
> I want to know whether this problem exists only in Visual C++ 2010
> "SP1". I know CGAL 3.8 has been tested with VC2010.

Our test machine got upgraded to VC2010sp1 too (it was a security update).
Tonight the nighly testsuite of CGAL will be using the CGAL-3.8 branch, and
tomorrow I will be able to tell you if we reproduced your issue.



Archive powered by MHonArc 2.6.16.

Top of Page