Commit 849998c2 by Uros Bizjak Committed by Uros Bizjak

re PR target/35349 (gcc.c-torture/execute/20050604-1.c fails)

        PR target/35349
        * gcc.c-torture/execute/20050604-1.x: New file.

From-SVN: r132596
parent a84a98ca
2008-02-24 Uros Bizjak <ubizjak@gmail.com>
PR target/35349
* gcc.c-torture/execute/20050604-1.x: New file.
2008-02-24 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr22076.c: Update number of mov insns
for PIC targets.
* gcc.target/i386/pr34256.c: Ditto.
# This testcase generates MMX instructions together with x87 instructions.
# Currently, there is no "emms" generated to switch between register sets,
# so the testcase fails for targets where MMX insns are enabled.
if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {
set additional_flags "-mno-mmx"
}
return 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment