public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/49529] New: FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors)
@ 2011-06-25 14:29 danglin at gcc dot gnu.org
  2011-06-25 23:08 ` [Bug testsuite/49529] " dominiq at lps dot ens.fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-06-25 14:29 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: FAIL: gcc.dg/ipa/ipa-pta-17.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: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c   -O -fipa-pta -S  -o
ipa-p
ta-17.s    (timeout = 300)
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c:5:12: error: alias
defin
itions not supported in this configuration
/test/gnu/gcc/gcc/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c:5:12: error: alias
defin
itions not supported in this configuration


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

* [Bug testsuite/49529] FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors)
  2011-06-25 14:29 [Bug testsuite/49529] New: FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors) danglin at gcc dot gnu.org
@ 2011-06-25 23:08 ` dominiq at lps dot ens.fr
  2011-06-27  3:14 ` danglin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-06-25 23:08 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |                            |*-apple-darwin*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.06.25 23:07:48
               Host|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |                            |*-apple-darwin*
     Ever Confirmed|0                           |1
              Build|hppa2.0w-hp-hpux11.11       |hppa2.0w-hp-hpux11.11
                   |                            |*-apple-darwin*

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-06-25 23:07:48 UTC ---
On *-apple-darwin* the failure is due to

/opt/gcc/_clean/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c:5:12: error: only weak
aliases are supported in this configuration
/opt/gcc/_clean/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c:5:12: error: only weak
aliases are supported in this configuration


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

* [Bug testsuite/49529] FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors)
  2011-06-25 14:29 [Bug testsuite/49529] New: FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors) danglin at gcc dot gnu.org
  2011-06-25 23:08 ` [Bug testsuite/49529] " dominiq at lps dot ens.fr
@ 2011-06-27  3:14 ` danglin at gcc dot gnu.org
  2011-06-27  3:23 ` danglin at gcc dot gnu.org
  2011-06-27  8:55 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-06-27  3:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2011-06-27 03:13:58 UTC ---
Author: danglin
Date: Mon Jun 27 03:13:55 2011
New Revision: 175420

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175420
Log:
    PR testsuite/49529
    * gcc.dg/ipa/ipa-pta-17.c: Use dg-require-alias.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/ipa/ipa-pta-17.c


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

* [Bug testsuite/49529] FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors)
  2011-06-25 14:29 [Bug testsuite/49529] New: FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors) danglin at gcc dot gnu.org
  2011-06-25 23:08 ` [Bug testsuite/49529] " dominiq at lps dot ens.fr
  2011-06-27  3:14 ` danglin at gcc dot gnu.org
@ 2011-06-27  3:23 ` danglin at gcc dot gnu.org
  2011-06-27  8:55 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-06-27  3:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2011-06-27 03:23:15 UTC ---
Dominique, if the failure is resolved on darwin, please close.


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

* [Bug testsuite/49529] FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors)
  2011-06-25 14:29 [Bug testsuite/49529] New: FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-06-27  3:23 ` danglin at gcc dot gnu.org
@ 2011-06-27  8:55 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27  8:55 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #4 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 08:55:15 UTC ---
Sorry, I always forget about this ...


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

end of thread, other threads:[~2011-06-27  8:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-25 14:29 [Bug testsuite/49529] New: FAIL: gcc.dg/ipa/ipa-pta-17.c (test for excess errors) danglin at gcc dot gnu.org
2011-06-25 23:08 ` [Bug testsuite/49529] " dominiq at lps dot ens.fr
2011-06-27  3:14 ` danglin at gcc dot gnu.org
2011-06-27  3:23 ` danglin at gcc dot gnu.org
2011-06-27  8:55 ` rguenth at gcc dot gnu.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).