public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/20454] New: gcc.dg/20001117-1.c is broken for callee cleanup calling convention
@ 2005-03-13 13:47 oyvind dot harboe at zylin dot com
  2005-03-13 14:50 ` [Bug testsuite/20454] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oyvind dot harboe at zylin dot com @ 2005-03-13 13:47 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 787 bytes --]

This test will fail during execution for callee stack cleanup
calling convention because the profiling functions are not correctly
declared.

E.g. the ip2k target or other where RETURN_POPS_ARGS() != 0 for
2 arguments.

Fix posted:

http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01203.html

Øyvind

-- 
           Summary: gcc.dg/20001117-1.c is broken for callee cleanup calling
                    convention
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: oyvind dot harboe at zylin dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug testsuite/20454] gcc.dg/20001117-1.c is broken for callee cleanup calling convention
  2005-03-13 13:47 [Bug testsuite/20454] New: gcc.dg/20001117-1.c is broken for callee cleanup calling convention oyvind dot harboe at zylin dot com
@ 2005-03-13 14:50 ` pinskia at gcc dot gnu dot org
  2005-07-20  7:27 ` pinskia 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 @ 2005-03-13 14:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-13 14:50:04
               date|                            |


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


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

* [Bug testsuite/20454] gcc.dg/20001117-1.c is broken for callee cleanup calling convention
  2005-03-13 13:47 [Bug testsuite/20454] New: gcc.dg/20001117-1.c is broken for callee cleanup calling convention oyvind dot harboe at zylin dot com
  2005-03-13 14:50 ` [Bug testsuite/20454] " pinskia at gcc dot gnu dot org
@ 2005-07-20  7:27 ` pinskia at gcc dot gnu dot org
  2005-07-23  4:50 ` pinskia at gcc dot gnu dot org
  2005-07-23  4:51 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-20  7:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-20 06:54 -------
I will apply this patch later today (Wednesday).  Note IP2k was removed from the mainline as it was not 
been maintained and it did not even build any more.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED


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


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

* [Bug testsuite/20454] gcc.dg/20001117-1.c is broken for callee cleanup calling convention
  2005-03-13 13:47 [Bug testsuite/20454] New: gcc.dg/20001117-1.c is broken for callee cleanup calling convention oyvind dot harboe at zylin dot com
  2005-03-13 14:50 ` [Bug testsuite/20454] " pinskia at gcc dot gnu dot org
  2005-07-20  7:27 ` pinskia at gcc dot gnu dot org
@ 2005-07-23  4:50 ` pinskia at gcc dot gnu dot org
  2005-07-23  4:51 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-23  4:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-23 04:49 -------
Fixed.

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


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


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

* [Bug testsuite/20454] gcc.dg/20001117-1.c is broken for callee cleanup calling convention
  2005-03-13 13:47 [Bug testsuite/20454] New: gcc.dg/20001117-1.c is broken for callee cleanup calling convention oyvind dot harboe at zylin dot com
                   ` (2 preceding siblings ...)
  2005-07-23  4:50 ` pinskia at gcc dot gnu dot org
@ 2005-07-23  4:51 ` cvs-commit at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-07-23  4:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-07-23 04:50 -------
Subject: Bug 20454

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	pinskia@gcc.gnu.org	2005-07-23 04:49:57

Modified files:
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/g++.old-deja/g++.mike: p3060d.C 
	gcc/testsuite/gcc.dg: 20001117-1.c 

Log message:
	2005-07-23  Oyvind Harboe  <oyvind.harboe@zylin.com>
	
	PR testsuite/21073
	* g++.old-deja/g++.mike/p3060d.C: Fix type of VoidObjMemberFunc.
	
	PR testsuite/20454
	* gcc.dg/20001117-1.c: Fix type of __cyg_profile_func_enter
	and __cyg_profile_func_exit.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.5806&r2=1.5807
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3060d.C.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20001117-1.c.diff?cvsroot=gcc&r1=1.4&r2=1.5



-- 


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


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

end of thread, other threads:[~2005-07-23  4:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-13 13:47 [Bug testsuite/20454] New: gcc.dg/20001117-1.c is broken for callee cleanup calling convention oyvind dot harboe at zylin dot com
2005-03-13 14:50 ` [Bug testsuite/20454] " pinskia at gcc dot gnu dot org
2005-07-20  7:27 ` pinskia at gcc dot gnu dot org
2005-07-23  4:50 ` pinskia at gcc dot gnu dot org
2005-07-23  4:51 ` cvs-commit 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).