public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/37216]  New: Invalid XMM instructions generated with -O3
@ 2008-08-23 22:12 simon dot sasburg at gmail dot com
  2008-08-24 11:27 ` [Bug target/37216] [cygwin] Invalid alignment for SSE store to .comm data " ubizjak at gmail dot com
                   ` (70 more replies)
  0 siblings, 71 replies; 72+ messages in thread
From: simon dot sasburg at gmail dot com @ 2008-08-23 22:12 UTC (permalink / raw)
  To: gcc-bugs

GCC generates an XMM instruction with a memory operand not 16-byte aligned as
it should be (i think), this generates a segmentation fault when run.

Input file: (test.c)
---------------------------------------------
int iarr[64];
int iint = 0;

int main() {
        int i;
        for(i=0;i<64;i++) {
                iarr[i] = -2;
        }
        return 0;
}
---------------------------------------------

Output of gcc -v:
Using built-in specs.
Target: i686-pc-cygwin
Configured with: ../source-4.3.1/configure --prefix=/usr/src/gcc/prefix-4.3.1
--enable-languages=c,c++ --disable-nls --without-included-gettext
--enable-version-specific-runtime-libs --enable-threads=posix
--disable-win32-registry
Thread model: posix
gcc version 4.3.1 (GCC) 

Command used to compile:
/usr/src/gcc/prefix-4.3.1/bin/gcc test.c -o test.exe -march=core2 -O3

CPU: Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz

Offending instruction: 'movdqa %xmm0,0x403024'


-- 
           Summary: Invalid XMM instructions generated with -O3
           Product: gcc
           Version: 4.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: simon dot sasburg at gmail dot com
 GCC build triplet: i686-pc-cygwin
  GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216


^ permalink raw reply	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2010-07-23  1:51 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-23 22:12 [Bug c/37216] New: Invalid XMM instructions generated with -O3 simon dot sasburg at gmail dot com
2008-08-24 11:27 ` [Bug target/37216] [cygwin] Invalid alignment for SSE store to .comm data " ubizjak at gmail dot com
2008-08-24 11:36 ` simon dot sasburg at gmail dot com
2008-08-24 11:50 ` brian at dessent dot net
2008-08-24 12:48 ` brian at dessent dot net
2008-08-24 20:14 ` [Bug target/37216] [cygming] " ubizjak at gmail dot com
2008-08-24 21:00 ` brian at dessent dot net
2008-08-24 21:16 ` brian at dessent dot net
2008-09-12 15:53 ` nickc at redhat dot com
2008-09-12 15:55 ` nickc at redhat dot com
2008-09-13  0:00 ` brian at dessent dot net
2008-09-26  7:34 ` simon dot sasburg at gmail dot com
2008-09-28  8:13 ` kunzjacq at yahoo dot fr
2008-09-29 14:14 ` nickc at redhat dot com
2008-09-29 14:17 ` nickc at redhat dot com
2008-09-29 15:40 ` sherpya at netfarm dot it
2008-09-29 15:41 ` sherpya at netfarm dot it
2008-09-29 16:32 ` sherpya at netfarm dot it
2008-09-29 18:00 ` brian at dessent dot net
2008-09-29 18:44 ` dannysmith at users dot sourceforge dot net
2008-09-29 19:34 ` sherpya at netfarm dot it
2008-09-29 20:08 ` brian at dessent dot net
2008-09-29 23:19 ` sherpya at netfarm dot it
2008-09-29 23:24 ` sherpya at netfarm dot it
2008-09-30 14:06 ` nickc at redhat dot com
2008-09-30 14:11 ` sherpya at netfarm dot it
2008-10-01  1:34 ` dannysmith at users dot sourceforge dot net
2008-10-01 10:23 ` dannysmith at users dot sourceforge dot net
2008-10-03 16:54 ` nickc at redhat dot com
2008-10-03 16:55 ` nickc at redhat dot com
2008-10-03 17:07 ` sherpya at netfarm dot it
2008-10-04  8:28 ` nickc at redhat dot com
2008-10-04 21:41 ` sherpya at netfarm dot it
2008-10-06 12:44 ` nickc at redhat dot com
2008-10-06 14:14 ` sherpya at netfarm dot it
2008-10-06 16:45 ` nickc at redhat dot com
2008-10-06 17:15 ` sherpya at netfarm dot it
2008-10-06 17:25 ` nickc at redhat dot com
2008-10-06 17:28 ` sherpya at netfarm dot it
2008-10-06 18:17 ` nickc at redhat dot com
2008-10-06 18:55 ` sherpya at netfarm dot it
2008-10-06 20:19 ` dannysmith at users dot sourceforge dot net
2008-10-06 23:30 ` brian at dessent dot net
2008-10-07  1:33 ` sherpya at netfarm dot it
2008-10-07 10:59 ` nickc at redhat dot com
2008-10-07 11:38 ` nickc at redhat dot com
2008-10-07 11:39 ` nickc at redhat dot com
2008-10-07 11:51 ` sherpya at netfarm dot it
2008-10-07 12:02 ` brian at dessent dot net
2008-10-07 12:16 ` sherpya at netfarm dot it
2008-10-07 12:47 ` brian at dessent dot net
2009-01-30  9:56 ` ubizjak at gmail dot com
2009-02-16  7:41 ` ubizjak at gmail dot com
2009-04-16  2:59 ` dannysmith at users dot sourceforge dot net
2009-05-14  6:25 ` dave dot korn dot cygwin at gmail dot com
2009-05-14  7:51 ` ubizjak at gmail dot com
2009-05-20  4:26 ` dave dot korn dot cygwin at gmail dot com
2009-05-20 21:17 ` dave dot korn dot cygwin at gmail dot com
2009-05-23 11:46 ` dave dot korn dot cygwin at gmail dot com
2009-05-23 14:08 ` dave dot korn dot cygwin at gmail dot com
2009-05-28 10:49 ` davek at gcc dot gnu dot org
2009-05-28 21:45 ` ubizjak at gmail dot com
2009-06-03 21:26 ` pinskia at gcc dot gnu dot org
2009-07-04 12:41 ` simon dot sasburg at gmail dot com
2009-07-04 12:48 ` dave dot korn dot cygwin at gmail dot com
2009-07-04 13:17 ` simon dot sasburg at gmail dot com
2009-07-04 13:21 ` dave dot korn dot cygwin at gmail dot com
2009-09-03 12:47 ` sezeroz at gmail dot com
2009-09-03 12:53 ` dave dot korn dot cygwin at gmail dot com
2009-09-17  8:59 ` ubizjak at gmail dot com
2009-11-05 17:43 ` pinskia at gcc dot gnu dot org
2010-07-23  1:51 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).