$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-02-21 08:56:26
Johan Råde wrote:
> John,
>
> When I compile the following code on VC71 with the flag /arch:SSE2 I
> get an internal compiler error:
>
> c:\boost\include\boost-1_35\boost\math\tools\series.hpp(49) : fatal
> error C1001: INTERNAL COMPILER ERROR (compiler file
> 'f:\vs70builds\6030\vc\Compiler\Utc\src\P2\main.c', line 148)
>
> Without the SSE2 flag, the code compiles just fine.
Hmm, builds OK with VC8 with that flag, do you have any ideas on a possible
fix or what it is that trips the compiler up?
John.