From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18483 invoked by alias); 13 May 2011 16:17:51 -0000 Received: (qmail 18457 invoked by uid 22791); 13 May 2011 16:17:48 -0000 X-SWARE-Spam-Status: No, hits=3.4 required=5.0 tests=AWL,BAYES_00,DEAR_SOMETHING,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from iris-63.mc.com (HELO chm-mail.mc.com) (63.96.239.141) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 May 2011 16:17:25 +0000 Received: from chm-cashub1.ad.mc.com (exchange [172.18.12.34]) by chm-mail.mc.com (8.13.8+Sun/8.13.8) with ESMTP id p4DGHKu2020146 for ; Fri, 13 May 2011 12:17:24 -0400 (EDT) Received: from chm-mbx1.ad.mc.com ([fe80::75d2:fb1d:d194:9c3a]) by chm-cashub1.ad.mc.com ([::1]) with mapi; Fri, 13 May 2011 12:17:20 -0400 From: "Morris, Philip" To: "cygwin@cygwin.com" Date: Fri, 13 May 2011 16:17:00 -0000 Subject: Problem compiling with SSE intrinsics and -O3 Message-ID: <415FD5BDB605964FBFF583DB5444679D7C23773D@CHM-MBX1.ad.mc.com> Content-Type: multipart/mixed; boundary="_002_415FD5BDB605964FBFF583DB5444679D7C23773DCHMMBX1admccom_" MIME-Version: 1.0 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-05/txt/msg00198.txt.bz2 --_002_415FD5BDB605964FBFF583DB5444679D7C23773DCHMMBX1admccom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-length: 730 (third try, wow you guys really don't want to receive emails !) Dear Sir/Madam I have come across a problem when trying to compile a simple program using = Cygwin I just did a fresh install of Cygwin from the net on W7 32bit PC and includ= ed make/g++ to build my software (which builds fine on other native linux m= achines) When i try to compile the attached file i get this error $ gcc -msse2 -c -O3 test.c test.c: In function `vclrx': test.c:43: internal compiler error: in output_constant_pool, at varasm.c:31= 90 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Without the -O3 option all is well Help appreciated. Thanks Phil. --_002_415FD5BDB605964FBFF583DB5444679D7C23773DCHMMBX1admccom_ Content-Type: text/plain; name="test.c" Content-Description: test.c Content-Disposition: attachment; filename="test.c"; size=697; creation-date="Fri, 13 May 2011 10:30:51 GMT"; modification-date="Fri, 13 May 2011 10:35:36 GMT" Content-Transfer-Encoding: base64 Content-length: 948 CiNpbmNsdWRlIDxzdGRpby5oPgojaW5jbHVkZSA8eG1taW50cmluLmg+Cgp2 b2lkIHZjbHJ4KGZsb2F0ICpmYywgaW50IGssIGludCBuLCBpbnQgZik7Cgp2 b2lkIHZjbHJ4X2NzYWwoCiAgICBmbG9hdCAqQywKICAgIGludCBLLAogICAg aW50IE4sCiAgICBpbnQgWEZMQUcpOwoKCnZvaWQgdmNscngoZmxvYXQgKmZj LCBpbnQgaywgaW50IG4sIGludCBmKQp7CiAgX19tMTI4ICpwQyA9IChfX20x MjgqKWZjOwogIF9fbTEyOCBjMCxjMSxjMixjMzsKCiAgaWYgKGsgIT0gMSkK ICB7CiAgICBwcmludGYoInZtb3Z4X2NzYWxcbiIpOwogICAgdmNscnhfY3Nh bChmYyxrLG4sZik7CiAgICByZXR1cm47CiAgfQoKICBpZiAobiA+IDMpCiAg ewogICAgYzAgPSBfbW1feG9yX3BzKGMwLGMwKTsKCiAgICB3aGlsZSAobiA+ PSA0KQogICAgewogICAgICAqcEMrKyA9IGMwOwoKICAgICAgbiAtPSA0Owog ICAgfQogIH0KCiAgcmV0dXJuOwp9Cgp2b2lkIHZjbHJ4X2NzYWwoCiAgICBm bG9hdCAqQywKICAgIGludCBLLAogICAgaW50IE4sCiAgICBpbnQgWEZMQUcp CnsKICAgICggdm9pZCApIFhGTEFHOwoKICAgIGludCAgICBpOwogICAgZmxv YXQgIHplcm87CgogICAgemVybyA9IDAuMDsKICAgIEMgLT0gSzsKCiAgICBm b3IgKCBpID0gMDsgaSA8IE47IGkrKyApCiAgICB7CiAgICAgICAgKiggQyAr PSBLICkgPSB6ZXJvOwogICAgfQp9Cg== --_002_415FD5BDB605964FBFF583DB5444679D7C23773DCHMMBX1admccom_ Content-Type: text/plain; charset=us-ascii Content-length: 218 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple --_002_415FD5BDB605964FBFF583DB5444679D7C23773DCHMMBX1admccom_--