Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42C3D30D.4060302@familiehaase.de> Date: Thu, 30 Jun 2005 13:10:05 +0200 From: "Gerrit P. Haase" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 MIME-Version: 1.0 To: Reini Urban CC: Cygwin List Subject: Re: gcc bug: convert_move -O3 References: <42C3A0F8 DOT 10906 AT x-ray DOT at> <42C3A474 DOT 1000908 AT x-ray DOT at> In-Reply-To: <42C3A474.1000908@x-ray.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reini Urban wrote: > oops. > Not yet tested for other gcc versions, > but I know that it worked for previous perl/gcc versions. > Maybe just that previous perls didn't use -O3 > > $ gcc -v [...] > gcc version 3.3.3 (cygwin special) > > Reini Urban schrieb: > >> easy reproducible testcase: >> >> cat > gccO3bug.c >> >> static int hack30_pray(ax, items, func) >> int ax; >> int items; >> void *func; >> { >> return 0; >> } >> int main () { >> int ax, items; >> void * symref; >> float num; >> num = ((*((float (*)()) hack30_pray))(ax,items,symref)); >> return 0; >> } >> ^D >> >> gcc -c -O3 gccO3bug.c >> internal compiler error: in convert_move, at expr.c:597 With gcc-3.4.4 I get: $ gcc -O3 -c gccO3bug.c gccO3bug.c: In function `main': gccO3bug.c:13: warning: function called through a non-compatible type gccO3bug.c:13: note: if this code is reached, the program will abort S.th. wrong with your testcase? Can you try if the Perl extension compiles with gcc 3.4.4, and please send me a patch for the testsuite: Running make test make[1]: Entering directory `/home/gerrit/.cpan/build/C-DynaLib-0.55/DynaLib' make[1]: Leaving directory `/home/gerrit/.cpan/build/C-DynaLib-0.55/DynaLib' /usr/bin/perl.exe "-Iblib/lib" "-Iblib/arch" test.pl 1..10 ok 1 not ok 2 Can't load -lc: dlopen, Win32 error 5 at blib/lib/C/DynaLib.pm line 52. Giving up. make: *** [test_dynamic] Error 13 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/