public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug gcov-profile/51717] New: FAIL: gcc.misc-tests/gcov-14.c (test for excess errors)
@ 2011-12-30 16:07 danglin at gcc dot gnu.org
  2012-01-02 10:22 ` [Bug gcov-profile/51717] [4.7 Regression] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-12-30 16:07 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51717
           Summary: FAIL: gcc.misc-tests/gcov-14.c (test for excess
                    errors)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gcov-profile
        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/
/test/gnu/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcov-14.c    -O2 -fprofile-arcs
-ftest-coverage  -lm   -o ./gcov-14.exe    (timeout = 300)
/usr/ccs/bin/ld: Unsatisfied symbols:
   Foo (first referenced in /var/tmp//ccjnJRan.o) (code)
collect2: error: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/ccs/bin/ld: Unsatisfied symbols:
   Foo (first referenced in /var/tmp//ccjnJRan.o) (code)
collect2: error: ld returned 1 exit status

FAIL: gcc.misc-tests/gcov-14.c (test for excess errors)
Excess errors:
/usr/ccs/bin/ld: Unsatisfied symbols:
   Foo (first referenced in /var/tmp//ccjnJRan.o) (code)

WARNING: gcc.misc-tests/gcov-14.c compilation failed to produce executable
Executing on host: /test/gnu/gcc/objdir/gcc/gcov  -a gcov-14.c    (timeout =
300)
gcov-14.gcda:cannot open data file, assuming not executed
File '/test/gnu/gcc/gcc/gcc/testsuite/gcc.misc-tests/gcov-14.c'
No executable lines

FAIL: gcc.misc-tests/gcov-14.c gcov failed: gcov-14.c.gcov does not exist

Test needs to be skipped on hppa*-*-hpux* because undefined weak
isn't supported.


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

* [Bug gcov-profile/51717] [4.7 Regression] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors)
  2011-12-30 16:07 [Bug gcov-profile/51717] New: FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) danglin at gcc dot gnu.org
@ 2012-01-02 10:22 ` rguenth at gcc dot gnu.org
  2012-01-07 15:27 ` danglin at gcc dot gnu.org
  2012-01-07 15:34 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-02 10:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nathan at acm dot org
   Target Milestone|---                         |4.7.0
            Summary|FAIL:                       |[4.7 Regression] FAIL:
                   |gcc.misc-tests/gcov-14.c    |gcc.misc-tests/gcov-14.c
                   |(test for excess errors)    |(test for excess errors)


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

* [Bug gcov-profile/51717] [4.7 Regression] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors)
  2011-12-30 16:07 [Bug gcov-profile/51717] New: FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) danglin at gcc dot gnu.org
  2012-01-02 10:22 ` [Bug gcov-profile/51717] [4.7 Regression] " rguenth at gcc dot gnu.org
@ 2012-01-07 15:27 ` danglin at gcc dot gnu.org
  2012-01-07 15:34 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-01-07 15:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2012-01-07 15:27:22 UTC ---
Author: danglin
Date: Sat Jan  7 15:27:15 2012
New Revision: 182981

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182981
Log:
    PR gcov-profile/51715
    PR gcov-profile/51717
    * gcc.misc-tests/gcov-13.c: Skip on 32-bit hppa*-*-hpux*.
    * gcc.misc-tests/gcov-14.c: Likewise.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.misc-tests/gcov-13.c
    trunk/gcc/testsuite/gcc.misc-tests/gcov-14.c


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

* [Bug gcov-profile/51717] [4.7 Regression] FAIL: gcc.misc-tests/gcov-14.c (test for excess errors)
  2011-12-30 16:07 [Bug gcov-profile/51717] New: FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) danglin at gcc dot gnu.org
  2012-01-02 10:22 ` [Bug gcov-profile/51717] [4.7 Regression] " rguenth at gcc dot gnu.org
  2012-01-07 15:27 ` danglin at gcc dot gnu.org
@ 2012-01-07 15:34 ` danglin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-01-07 15:34 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from John David Anglin <danglin at gcc dot gnu.org> 2012-01-07 15:33:50 UTC ---
Fixed.


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

end of thread, other threads:[~2012-01-07 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-30 16:07 [Bug gcov-profile/51717] New: FAIL: gcc.misc-tests/gcov-14.c (test for excess errors) danglin at gcc dot gnu.org
2012-01-02 10:22 ` [Bug gcov-profile/51717] [4.7 Regression] " rguenth at gcc dot gnu.org
2012-01-07 15:27 ` danglin at gcc dot gnu.org
2012-01-07 15:34 ` danglin 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).