public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
@ 2011-08-08 13:17 dominiq at lps dot ens.fr
  2011-09-04 13:28 ` [Bug testsuite/50023] " dominiq at lps dot ens.fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-08-08 13:17 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess
                    errors)
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: spop@gcc.gnu.org
              Host: powerpc-apple-darwin9
            Target: powerpc-apple-darwin9
             Build: powerpc-apple-darwin9


On powerpc-apple-darwin9 gcc.dg/graphite/id-pr46845.c fails with

Excess errors:
/opt/gcc/work/gcc/testsuite/gcc.dg/graphite/id-pr46845.c:7:1: warning: GCC
vector returned by reference: non-standard ABI extension with no compatibility
guarantee [enabled by default]
/opt/gcc/work/gcc/testsuite/gcc.dg/graphite/id-pr46845.c:6:1: warning: GCC
vector passed by reference: non-standard ABI extension with no compatibility
guarantee [enabled by default]

On i?86-*-* x86_64-*-* tha warning is disabled by

/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target {
i?86-*-* x86_64-*-* } } } */

Why not on powerpc?


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

* [Bug testsuite/50023] FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
  2011-08-08 13:17 [Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors) dominiq at lps dot ens.fr
@ 2011-09-04 13:28 ` dominiq at lps dot ens.fr
  2012-01-08 16:24 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-09-04 13:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iains at gcc dot gnu.org

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-09-04 13:28:06 UTC ---
The test succeeds with the following patch

--- ../_gcc_clean/gcc/testsuite/gcc.dg/graphite/id-pr46845.c    2010-12-15
15:27:24.000000000 +0100
+++ gcc/testsuite/gcc.dg/graphite/id-pr46845.c    2011-09-04 15:18:55.000000000
+0200
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target {
i?86-*-* x86_64-*-* } } } */
+/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target {
i?86-*-* x86_64-*-* powerpc*-*-* } } } */

 typedef float V2SF __attribute__ ((vector_size (128)));


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

* [Bug testsuite/50023] FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
  2011-08-08 13:17 [Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors) dominiq at lps dot ens.fr
  2011-09-04 13:28 ` [Bug testsuite/50023] " dominiq at lps dot ens.fr
@ 2012-01-08 16:24 ` dominiq at lps dot ens.fr
  2012-01-09 19:21 ` grosser at gcc dot gnu.org
  2012-01-09 21:13 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-01-08 16:24 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grosser at gcc dot gnu.org,
                   |                            |janis at gcc dot gnu.org

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-01-08 16:23:43 UTC ---
A patch has been submitted at
http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00611.html and approved at
http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00612.html . Any reason why it has
not been committed?


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

* [Bug testsuite/50023] FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
  2011-08-08 13:17 [Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors) dominiq at lps dot ens.fr
  2011-09-04 13:28 ` [Bug testsuite/50023] " dominiq at lps dot ens.fr
  2012-01-08 16:24 ` dominiq at lps dot ens.fr
@ 2012-01-09 19:21 ` grosser at gcc dot gnu.org
  2012-01-09 21:13 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: grosser at gcc dot gnu.org @ 2012-01-09 19:21 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Grosser <grosser at gcc dot gnu.org> changed:

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

--- Comment #3 from Tobias Grosser <grosser at gcc dot gnu.org> 2012-01-09 19:20:13 UTC ---
(In reply to comment #2)
> A patch has been submitted at
> http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00611.html and approved at
> http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00612.html . Any reason why it has
> not been committed?

To me it seems it was committed 10.10.2011. Here the relevant commit:
http://gcc.gnu.org/viewcvs?view=revision&revision=179762

Does this commit not show up for you?

I marked this as resolved. If you cannot find the commit, please reopen the
bug.

All the best from ENS Paris
Tobi


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

* [Bug testsuite/50023] FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
  2011-08-08 13:17 [Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors) dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2012-01-09 19:21 ` grosser at gcc dot gnu.org
@ 2012-01-09 21:13 ` dominiq at lps dot ens.fr
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-01-09 21:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-01-09 21:11:35 UTC ---
> To me it seems it was committed 10.10.2011. Here the relevant commit:
> http://gcc.gnu.org/viewcvs?view=revision&revision=179762
>
> Does this commit not show up for you?

Obviously I missed the commit: I had the patch in comment #1 in my tree since
at least 2011-09-04, so the failure no longer appeared in my radar scope (next
time I'll check more carefully).

Thanks for the pointer and sorry for the noise (at least, this PR is now
closed;-).


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

end of thread, other threads:[~2012-01-09 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-08 13:17 [Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors) dominiq at lps dot ens.fr
2011-09-04 13:28 ` [Bug testsuite/50023] " dominiq at lps dot ens.fr
2012-01-08 16:24 ` dominiq at lps dot ens.fr
2012-01-09 19:21 ` grosser at gcc dot gnu.org
2012-01-09 21:13 ` 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).