public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10
@ 2011-05-17 16:12 dominiq at lps dot ens.fr
  2011-05-17 19:06 ` [Bug target/49026] " joseph at codesourcery dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-17 16:12 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] FAIL:
                    gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution
                    test at r173809 on x86_64-apple-darwin10
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: jsm28@gcc.gnu.org
              Host: x86_64-apple-darwin10
            Target: x86_64-apple-darwin10
             Build: x86_64-apple-darwin10


Created attachment 24262
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24262
preprocessed file for sse4_1-ceil-vec.c

At revision 173809 I get on x86_64-apple-darwin10

FAIL: gcc.target/i386/sse4_1-ceil-vec.c execution test
FAIL: gcc.target/i386/sse4_1-floor-vec.c execution test

for both -m32 and -m64. Revision 173808 is OK. Replacing the abort with

    printf("%d, %f, %f\n", i, r[i], ceil (a[i]));

I get

62, 0.000000, 1.000000

Preprocessed file attached.


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

* [Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10
  2011-05-17 16:12 [Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
@ 2011-05-17 19:06 ` joseph at codesourcery dot com
  2011-05-17 19:37 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joseph at codesourcery dot com @ 2011-05-17 19:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-05-17 18:48:26 UTC ---
Before-and-after .s output might be useful.


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

* [Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10
  2011-05-17 16:12 [Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-05-17 19:06 ` [Bug target/49026] " joseph at codesourcery dot com
@ 2011-05-17 19:37 ` dominiq at lps dot ens.fr
  2011-05-17 19:40 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-17 19:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-17 19:05:21 UTC ---
Created attachment 24267
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24267
assembly for r173809 (not working)


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

* [Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10
  2011-05-17 16:12 [Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-05-17 19:06 ` [Bug target/49026] " joseph at codesourcery dot com
  2011-05-17 19:37 ` dominiq at lps dot ens.fr
@ 2011-05-17 19:40 ` dominiq at lps dot ens.fr
  2011-05-18  1:28 ` joseph at codesourcery dot com
  2011-05-19  7:23 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-17 19:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-17 19:03:55 UTC ---
Created attachment 24266
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24266
assembly for r173808 (working)


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

* [Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10
  2011-05-17 16:12 [Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2011-05-17 19:40 ` dominiq at lps dot ens.fr
@ 2011-05-18  1:28 ` joseph at codesourcery dot com
  2011-05-19  7:23 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: joseph at codesourcery dot com @ 2011-05-18  1:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-05-18 01:12:53 UTC ---
Should be fixed by r173845.


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

* [Bug target/49026] [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10
  2011-05-17 16:12 [Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2011-05-18  1:28 ` joseph at codesourcery dot com
@ 2011-05-19  7:23 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-19  7:23 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-19 07:08:18 UTC ---
> Should be fixed by r173845.

It is fixed (seehttp://gcc.gnu.org/ml/gcc-testresults/2011-05/msg01935.html ):
closing. Thanks for the quick fix.


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

end of thread, other threads:[~2011-05-19  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 16:12 [Bug target/49026] New: [4.7 Regression] FAIL: gcc.target/i386/sse4_1-(ceil|floor)-vec.c execution test at r173809 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
2011-05-17 19:06 ` [Bug target/49026] " joseph at codesourcery dot com
2011-05-17 19:37 ` dominiq at lps dot ens.fr
2011-05-17 19:40 ` dominiq at lps dot ens.fr
2011-05-18  1:28 ` joseph at codesourcery dot com
2011-05-19  7:23 ` dominiq at lps dot ens.fr

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).