public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors)
@ 2011-10-13 23:26 danglin at gcc dot gnu.org
  2011-10-20 21:26 ` [Bug testsuite/50722] " sje at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-10-13 23:26 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50722
           Summary: FAIL: gcc.dg/pr49994-3.c (test for excess errors)
    Classification: Unclassified
           Product: gcc
           Version: 4.4.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa*-*-*
            Target: hppa*-*-*
             Build: hppa*-*-*


Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdir/gcc/
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr49994-3.c    -O2 -fsched2-u
se-superblocks -g -S  -o pr49994-3.s    (timeout = 300)
spawn /home/dave/gnu/gcc/objdir/gcc/xgcc -B/home/dave/gnu/gcc/objdir/gcc/
/home/
dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr49994-3.c -O2 -fsched2-use-superblocks
-
g -S -o pr49994-3.s/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr49994-3.c: In
function 'foo':
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr49994-3.c:14:7: warning:
unsupported argument to '__builtin_return_address' [enabled by default]
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr49994-3.c:16:7: warning:
unsupported argument to '__builtin_return_address' [enabled by default]
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr49994-3.c:18:7: warning:
unsupported argument to '__builtin_return_address' [enabled by default]
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr49994-3.c:20:7: warning:
unsupported argument to '__builtin_return_address' [enabled by default]

"0" is the only supported argument on hppa.  So, test needs to be skipped.


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
@ 2011-10-20 21:26 ` sje at gcc dot gnu.org
  2011-10-20 21:32 ` sje at cup dot hp.com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sje at gcc dot gnu.org @ 2011-10-20 21:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Steve Ellcey <sje at gcc dot gnu.org> 2011-10-20 21:26:05 UTC ---
Author: sje
Date: Thu Oct 20 21:26:01 2011
New Revision: 180277

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180277
Log:
2011-10-20  Steve Ellcey  <sje@cup.hp.com>

    PR testsuite/50722
    * gcc.dg/pr49994-3.c: Skip on HP-UX.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr49994-3.c


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
  2011-10-20 21:26 ` [Bug testsuite/50722] " sje at gcc dot gnu.org
@ 2011-10-20 21:32 ` sje at cup dot hp.com
  2011-12-17 16:56 ` danglin at gcc dot gnu.org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sje at cup dot hp.com @ 2011-10-20 21:32 UTC (permalink / raw)
  To: gcc-bugs

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

Steve Ellcey <sje at cup dot hp.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |sje at cup dot hp.com
         Resolution|                            |FIXED

--- Comment #2 from Steve Ellcey <sje at cup dot hp.com> 2011-10-20 21:31:53 UTC ---
Fixed by adding do-skip-if to the testcase.


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
  2011-10-20 21:26 ` [Bug testsuite/50722] " sje at gcc dot gnu.org
  2011-10-20 21:32 ` sje at cup dot hp.com
@ 2011-12-17 16:56 ` danglin at gcc dot gnu.org
  2011-12-19 18:35 ` sje at cup dot hp.com
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-17 16:56 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2011-12-17
         Resolution|FIXED                       |
     Ever Confirmed|0                           |1

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-17 16:35:21 UTC ---
Test still fails on hppa-linux.  Steve, did this test fail on ia64-hpux
before your change?


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-12-17 16:56 ` danglin at gcc dot gnu.org
@ 2011-12-19 18:35 ` sje at cup dot hp.com
  2011-12-23  2:21 ` danglin at gcc dot gnu.org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sje at cup dot hp.com @ 2011-12-19 18:35 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Steve Ellcey <sje at cup dot hp.com> 2011-12-19 18:33:07 UTC ---
Yes, this was failing on ia64 hpux as well as hppa hpux.


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-12-19 18:35 ` sje at cup dot hp.com
@ 2011-12-23  2:21 ` danglin at gcc dot gnu.org
  2011-12-23  2:22 ` danglin at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-23  2:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-23 02:11:03 UTC ---
Author: danglin
Date: Fri Dec 23 02:10:52 2011
New Revision: 182647

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182647
Log:
    PR testsuite/50722
    gcc.dg/pr49994-3.c: xfail on hppa*-*-*.


Modified:
    trunk/gcc/testsuite/gcc.dg/pr49994-3.c


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-12-23  2:21 ` danglin at gcc dot gnu.org
@ 2011-12-23  2:22 ` danglin at gcc dot gnu.org
  2011-12-28  9:20 ` uros at gcc dot gnu.org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-23  2:22 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #6 from John David Anglin <danglin at gcc dot gnu.org> 2011-12-23 02:20:42 UTC ---
Now fixed.


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-12-23  2:22 ` danglin at gcc dot gnu.org
@ 2011-12-28  9:20 ` uros at gcc dot gnu.org
  2012-02-10 18:37 ` janis at gcc dot gnu.org
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: uros at gcc dot gnu.org @ 2011-12-28  9:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from uros at gcc dot gnu.org 2011-12-28 09:16:28 UTC ---
Author: uros
Date: Wed Dec 28 09:16:24 2011
New Revision: 182704

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182704
Log:
    PR testsuite/50722
    * gcc.dg/pr49994-3.c: Skip on ia64-*-*-*, hppa*-*-* and *-*-hpux*.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr49994-3.c


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2011-12-28  9:20 ` uros at gcc dot gnu.org
@ 2012-02-10 18:37 ` janis at gcc dot gnu.org
  2012-04-06 15:03 ` mrs at gcc dot gnu.org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: janis at gcc dot gnu.org @ 2012-02-10 18:37 UTC (permalink / raw)
  To: gcc-bugs

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

Janis Johnson <janis at gcc dot gnu.org> changed:

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

--- Comment #8 from Janis Johnson <janis at gcc dot gnu.org> 2012-02-10 18:36:37 UTC ---
Since the test only needs to compile and there are other targets (at least
arm-none-eabi) that warn, a cleaner fix would be to add "-w" to the options to
avoid the warnings.


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2012-02-10 18:37 ` janis at gcc dot gnu.org
@ 2012-04-06 15:03 ` mrs at gcc dot gnu.org
  2012-04-06 15:04 ` mrs at gcc dot gnu.org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mrs at gcc dot gnu.org @ 2012-04-06 15:03 UTC (permalink / raw)
  To: gcc-bugs

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

mrs@gcc.gnu.org <mrs at gcc dot gnu.org> changed:

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

--- Comment #10 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-04-06 15:02:51 UTC ---
Agreed.


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2012-04-06 15:03 ` mrs at gcc dot gnu.org
@ 2012-04-06 15:04 ` mrs at gcc dot gnu.org
  2012-04-06 15:38 ` mrs at gcc dot gnu.org
  2012-04-06 15:39 ` mrs at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: mrs at gcc dot gnu.org @ 2012-04-06 15:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-04-06 15:02:26 UTC ---
Author: mrs
Date: Fri Apr  6 15:02:21 2012
New Revision: 186194

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186194
Log:
    PR testsuite/50722
    * gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr49994-3.c


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2012-04-06 15:04 ` mrs at gcc dot gnu.org
@ 2012-04-06 15:38 ` mrs at gcc dot gnu.org
  2012-04-06 15:39 ` mrs at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: mrs at gcc dot gnu.org @ 2012-04-06 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

mrs@gcc.gnu.org <mrs at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.7.1

--- Comment #12 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-04-06 15:37:57 UTC ---
Also fixed in 4.7.1.


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

* [Bug testsuite/50722] FAIL: gcc.dg/pr49994-3.c (test for excess errors)
  2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2012-04-06 15:38 ` mrs at gcc dot gnu.org
@ 2012-04-06 15:39 ` mrs at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: mrs at gcc dot gnu.org @ 2012-04-06 15:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> 2012-04-06 15:35:59 UTC ---
Author: mrs
Date: Fri Apr  6 15:35:52 2012
New Revision: 186197

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186197
Log:
    PR testsuite/50722
    * gcc.dg/pr49994-3.c: Use -w to squelch non-portable warnings.

Modified:
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr49994-3.c


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

end of thread, other threads:[~2012-04-06 15:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-13 23:26 [Bug testsuite/50722] New: FAIL: gcc.dg/pr49994-3.c (test for excess errors) danglin at gcc dot gnu.org
2011-10-20 21:26 ` [Bug testsuite/50722] " sje at gcc dot gnu.org
2011-10-20 21:32 ` sje at cup dot hp.com
2011-12-17 16:56 ` danglin at gcc dot gnu.org
2011-12-19 18:35 ` sje at cup dot hp.com
2011-12-23  2:21 ` danglin at gcc dot gnu.org
2011-12-23  2:22 ` danglin at gcc dot gnu.org
2011-12-28  9:20 ` uros at gcc dot gnu.org
2012-02-10 18:37 ` janis at gcc dot gnu.org
2012-04-06 15:03 ` mrs at gcc dot gnu.org
2012-04-06 15:04 ` mrs at gcc dot gnu.org
2012-04-06 15:38 ` mrs at gcc dot gnu.org
2012-04-06 15:39 ` mrs 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).