public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/28829]  New: FAIL: gcc.dg/pr26570.c
@ 2006-08-24  0:56 danglin at gcc dot gnu dot org
  2006-08-24  0:57 ` [Bug testsuite/28829] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2006-08-24  0:56 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /home/dave/gcc-4.2/objdir/gcc/xgcc
-B/home/dave/gcc-4.2/objdi
r/gcc/ /home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/pr26570.c   -O2
-fprofile-gen
erate -fprofile-use -fno-show-column -S  -o pr26570.s    (timeout = 300)
/home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/pr26570.c:12: error: redefinition
of
 'test'
/home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/pr26570.c:5: error: previous
definit
ion of 'test' was here
compiler exited with status 1
output is:
/home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/pr26570.c:12: error: redefinition
of
 'test'
/home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/pr26570.c:5: error: previous
definit
ion of 'test' was here

FAIL: gcc.dg/pr26570.c  (test for warnings, line 7)
FAIL: gcc.dg/pr26570.c  (test for warnings, line 14)
FAIL: gcc.dg/pr26570.c (test for excess errors)
Excess errors:
/home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/pr26570.c:12: error: redefinition
of
 'test'
/home/dave/gcc-4.2/gcc/gcc/testsuite/gcc.dg/pr26570.c:5: error: previous
definit
ion of 'test' was here


-- 
           Summary: FAIL: gcc.dg/pr26570.c
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa*-*-*
  GCC host triplet: hppa*-*-*
GCC target triplet: hppa*-*-*


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


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

* [Bug testsuite/28829] FAIL: gcc.dg/pr26570.c
  2006-08-24  0:56 [Bug testsuite/28829] New: FAIL: gcc.dg/pr26570.c danglin at gcc dot gnu dot org
@ 2006-08-24  0:57 ` pinskia at gcc dot gnu dot org
  2006-08-25 10:32 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-08-24  0:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-08-24 00:57 -------
I think this testcase is really the same testcase twice in the file.  It fails
everywhere too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|hppa*-*-*                   |
   GCC host triplet|hppa*-*-*                   |
 GCC target triplet|hppa*-*-*                   |


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


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

* [Bug testsuite/28829] FAIL: gcc.dg/pr26570.c
  2006-08-24  0:56 [Bug testsuite/28829] New: FAIL: gcc.dg/pr26570.c danglin at gcc dot gnu dot org
  2006-08-24  0:57 ` [Bug testsuite/28829] " pinskia at gcc dot gnu dot org
@ 2006-08-25 10:32 ` rguenth at gcc dot gnu dot org
  2006-08-25 10:33 ` rguenth at gcc dot gnu dot org
  2006-10-18 15:12 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-08-25 10:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2006-08-25 10:32 -------
Subject: Bug 28829

Author: rguenth
Date: Fri Aug 25 10:32:03 2006
New Revision: 116395

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116395
Log:
2006-08-25  Richard Guenther  <rguenther@suse.de>

        PR testsuite/28829
        * gcc.dg/pr26570.c: Fix testcase.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr26570.c


-- 


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


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

* [Bug testsuite/28829] FAIL: gcc.dg/pr26570.c
  2006-08-24  0:56 [Bug testsuite/28829] New: FAIL: gcc.dg/pr26570.c danglin at gcc dot gnu dot org
  2006-08-24  0:57 ` [Bug testsuite/28829] " pinskia at gcc dot gnu dot org
  2006-08-25 10:32 ` rguenth at gcc dot gnu dot org
@ 2006-08-25 10:33 ` rguenth at gcc dot gnu dot org
  2006-10-18 15:12 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-08-25 10:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2006-08-25 10:32 -------
Fixed.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

* [Bug testsuite/28829] FAIL: gcc.dg/pr26570.c
  2006-08-24  0:56 [Bug testsuite/28829] New: FAIL: gcc.dg/pr26570.c danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-08-25 10:33 ` rguenth at gcc dot gnu dot org
@ 2006-10-18 15:12 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2006-10-18 15:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2006-10-18 15:12 -------
Subject: Bug 28829

Author: rguenth
Date: Wed Oct 18 15:11:52 2006
New Revision: 117856

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117856
Log:
2006-10-18  Richard Guenther  <rguenther@suse.de>

        Backport from mainline:
        2006-08-25  Richard Guenther  <rguenther@suse.de>

        PR testsuite/28829
        * gcc.dg/pr26570.c: Fix testcase.

Modified:
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr26570.c


-- 


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


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

end of thread, other threads:[~2006-10-18 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-24  0:56 [Bug testsuite/28829] New: FAIL: gcc.dg/pr26570.c danglin at gcc dot gnu dot org
2006-08-24  0:57 ` [Bug testsuite/28829] " pinskia at gcc dot gnu dot org
2006-08-25 10:32 ` rguenth at gcc dot gnu dot org
2006-08-25 10:33 ` rguenth at gcc dot gnu dot org
2006-10-18 15:12 ` rguenth at gcc dot gnu dot 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).