public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/19328] New: FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
@ 2005-01-08 17:28 danglin at gcc dot gnu dot org
  2005-01-08 17:35 ` [Bug other/19328] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: danglin at gcc dot gnu dot org @ 2005-01-08 17:28 UTC (permalink / raw)
  To: gcc-bugs

/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c:7: warning: alias defin
itions not supported in this configuration; ignored
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c:15: warning: alias defi
nitions not supported in this configuration; ignored
UNSUPPORTED: gcc.dg/attr-alias-1.c
Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/gc
c/ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c   -funit-at-a-time
-lm   -o attr-alias-2.exe    (timeout = 300)
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c:7: warning: alias defin
itions not supported in this configuration; ignored
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c:15: warning: alias defi
nitions not supported in this configuration; ignored
/usr/ccs/bin/ld: Unsatisfied symbols:
   g1 (first referenced in /var/tmp//ccQynfri.o) (code)
   g2 (first referenced in /var/tmp//ccQynfri.o) (code)
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c:7: warning: alias defin
itions not supported in this configuration; ignored
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c:15: warning: alias defi
nitions not supported in this configuration; ignored
/usr/ccs/bin/ld: Unsatisfied symbols:
   g1 (first referenced in /var/tmp//ccQynfri.o) (code)
   g2 (first referenced in /var/tmp//ccQynfri.o) (code)
collect2: ld returned 1 exit status

FAIL: gcc.dg/attr-alias-2.c (test for excess errors)

This appears to be a testsuite issue.

-- 
           Summary: FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug other/19328] FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
  2005-01-08 17:28 [Bug other/19328] New: FAIL: gcc.dg/attr-alias-2.c (test for excess errors) danglin at gcc dot gnu dot org
@ 2005-01-08 17:35 ` pinskia at gcc dot gnu dot org
  2005-01-08 17:39 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-08 17:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-08 17:35 -------
I have a fix for this, the problem is that dg-require-alias requires an argument.
I will apply this after I get some food. 

Index: testsuite/gcc.dg/attr-alias-2.c
===============================================================
====
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c,v
retrieving revision 1.1
diff -u -p -r1.1 attr-alias-2.c
--- testsuite/gcc.dg/attr-alias-2.c     2 Jan 2005 07:52:30 -0000       1.1
+++ testsuite/gcc.dg/attr-alias-2.c     8 Jan 2005 17:34:26 -0000
@@ -1,6 +1,6 @@
 /* PR 19031 */
 /* { dg-do link } */
-/* { dg-require-alias } */
+/* { dg-require-alias "" } */
 /* { dg-options "-funit-at-a-time" } */
 
 static int f1 (void) { return 0; }


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-08 17:35:32
               date|                            |


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


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

* [Bug other/19328] FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
  2005-01-08 17:28 [Bug other/19328] New: FAIL: gcc.dg/attr-alias-2.c (test for excess errors) danglin at gcc dot gnu dot org
  2005-01-08 17:35 ` [Bug other/19328] " pinskia at gcc dot gnu dot org
@ 2005-01-08 17:39 ` dave at hiauly1 dot hia dot nrc dot ca
  2005-01-15  2:54 ` cvs-commit at gcc dot gnu dot org
  2005-01-15  2:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-01-08 17:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-01-08 17:39 -------
Subject: Re:  FAIL: gcc.dg/attr-alias-2.c (test for excess er

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-08
> 17:35 -------
> I have a fix for this, the problem is that dg-require-alias requires an
> argument.
> I will apply this after I get some food. 

Ok.  Should dg-require-alias be before dg-do link as well?

Dave


-- 


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


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

* [Bug other/19328] FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
  2005-01-08 17:28 [Bug other/19328] New: FAIL: gcc.dg/attr-alias-2.c (test for excess errors) danglin at gcc dot gnu dot org
  2005-01-08 17:35 ` [Bug other/19328] " pinskia at gcc dot gnu dot org
  2005-01-08 17:39 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2005-01-15  2:54 ` cvs-commit at gcc dot gnu dot org
  2005-01-15  2:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-15  2:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-15 02:54 -------
Subject: Bug 19328

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2005-01-15 02:54:27

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gcc.dg: attr-alias-2.c 

Log message:
	2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
	John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
	
	PR other/19328
	* gcc.dg/attr-alias-2.c: dg-require-alias takes an
	argument.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4887&r2=1.4888
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/attr-alias-2.c.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug other/19328] FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
  2005-01-08 17:28 [Bug other/19328] New: FAIL: gcc.dg/attr-alias-2.c (test for excess errors) danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-01-15  2:54 ` cvs-commit at gcc dot gnu dot org
@ 2005-01-15  2:54 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-15  2:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-15 02:54 -------
Fixed by:
2005-01-14  Andrew Pinski  <pinskia@physics.uc.edu>
            John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

        PR other/19328
        * gcc.dg/attr-alias-2.c: dg-require-alias takes an
        argument.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

* [Bug other/19328] FAIL: gcc.dg/attr-alias-2.c (test for excess errors)
       [not found] <20050108173532.30279.qmail@sourceware.org>
@ 2005-01-08 22:34 ` dave at hiauly1 dot hia dot nrc dot ca
  0 siblings, 0 replies; 6+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2005-01-08 22:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2005-01-08 22:34 -------
Subject: Re:  FAIL: gcc.dg/attr-alias-2.c (test for excess er

> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-08
> 17:35 -------
> I have a fix for this, the problem is that dg-require-alias requires an
> argument.

Doesn't fix the problem.  We also need to add a couple of dg-warning's
to cause the warnings to be ignored.

Dave


-- 


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


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

end of thread, other threads:[~2005-01-15  2:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-08 17:28 [Bug other/19328] New: FAIL: gcc.dg/attr-alias-2.c (test for excess errors) danglin at gcc dot gnu dot org
2005-01-08 17:35 ` [Bug other/19328] " pinskia at gcc dot gnu dot org
2005-01-08 17:39 ` dave at hiauly1 dot hia dot nrc dot ca
2005-01-15  2:54 ` cvs-commit at gcc dot gnu dot org
2005-01-15  2:54 ` pinskia at gcc dot gnu dot org
     [not found] <20050108173532.30279.qmail@sourceware.org>
2005-01-08 22:34 ` dave at hiauly1 dot hia dot nrc dot ca

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).