> On Wed, Apr 01, 2015 at 08:32:04AM +0200, Jan Hubicka wrote:
> > this patch solves ICE in the attached testcase on mingw32. The problem is
> > that
> > on Windows API long double is passed & returned by reference and while
> > expanidng
> > the tunk tail call, we get lost because we turn the p
On Wed, Apr 01, 2015 at 08:32:04AM +0200, Jan Hubicka wrote:
> this patch solves ICE in the attached testcase on mingw32. The problem is
> that
> on Windows API long double is passed & returned by reference and while
> expanidng
> the tunk tail call, we get lost because we turn the parameter int
Hi,
this patch solves ICE in the attached testcase on mingw32. The problem is that
on Windows API long double is passed & returned by reference and while expanidng
the tunk tail call, we get lost because we turn the parameter into SSA name and
later need its address to pass it further.
The patch