Re: Bug: x86_64-w64-mingw32 REL_11_STABLE with features: UpdateStatisticsForTypeChange internal compiler error - Mailing list pgsql-bugs

From Andrew Gierth
Subject Re: Bug: x86_64-w64-mingw32 REL_11_STABLE with features: UpdateStatisticsForTypeChange internal compiler error
Date
Msg-id 87ftynu53e.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: Bug: x86_64-w64-mingw32 REL_11_STABLE with features:UpdateStatisticsForTypeChange internal compiler error  (Andre_Mikulec <Andre_Mikulec@Hotmail.com>)
List pgsql-bugs
>>>>> "Andre" == Andre Mikulec <Andre_Mikulec@Hotmail.com> writes:

 Andre> It is an up-to-date compiler.

That doesn't mean it lacks bugs!

It's even TELLING YOU that it's an "internal compiler error". That means
the error is in the compiler, not in the code being compiled.

 Andre> These people here do not think that "a missing return statement"
 Andre> is a good idea.

In a function that returns void, a missing return statement is
absolutely legal.

The SO question you linked to is irrelevant because that's talking about
a function that returns a value (not void).

-- 
Andrew (irc:RhodiumToad)


pgsql-bugs by date:

Previous
From: Andre_Mikulec
Date:
Subject: Re: Bug: x86_64-w64-mingw32 REL_11_STABLE with features:UpdateStatisticsForTypeChange internal compiler error
Next
From: Tom Lane
Date:
Subject: Re: Bug: x86_64-w64-mingw32 REL_11_STABLE with features: UpdateStatisticsForTypeChange internal compiler error