X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.2 required=5.0 tests=AWL,BAYES_40,DEAR_SOMETHING,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <415FD5BDB605964FBFF583DB5444679D7C23773D@CHM-MBX1.ad.mc.com> References: <415FD5BDB605964FBFF583DB5444679D7C23773D AT CHM-MBX1 DOT ad DOT mc DOT com> Date: Sat, 14 May 2011 11:23:02 +0800 Message-ID: Subject: Re: Problem compiling with SSE intrinsics and -O3 From: Dima Pasechnik To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Hi Phil, Please post the output of gcc -v. In fact, I guess it has little to do with Cygwin, as it looks very much like a gcc bug, perhaps fixed in a later version of gcc. Showing that this is a Cygwin bug would need a check that the same does not happen on the same version of gcc on Linux, say. Best, Dmitrii On 14 May 2011 00:15, Morris, Philip wrote: > (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 included make/g++ to build my software (which builds fine on other native linux machines) > > 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:3190 > 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. > -- 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