This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/66703] New: [4.9] gcc.target/i386/readeflags-1.c aborts on -march=i586
- From: "julia.koval at intel dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 30 Jun 2015 12:01:23 +0000
- Subject: [Bug target/66703] New: [4.9] gcc.target/i386/readeflags-1.c aborts on -march=i586
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66703
Bug ID: 66703
Summary: [4.9] gcc.target/i386/readeflags-1.c aborts on
-march=i586
Product: gcc
Version: 4.9.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: julia.koval at intel dot com
Target Milestone: ---
Reproduce:
$ gcc ../../gcc/testsuite/gcc.target/i386/readeflags-1.c -O0 -m32 -march=i586
-lm
$ ./a.out
Aborted (core dumped)
Carry flag is reset in andl instruction in readeflags_test function.