Bug 21073 - Incorrect declaration of member variable in p3060d.C testcase
Summary: Incorrect declaration of member variable in p3060d.C testcase
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: 4.1.0
Assignee: Andrew Pinski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-17 18:04 UTC by oyvind.harboe
Modified: 2005-07-23 04:50 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-07-23 04:39:16


Attachments
With callee cleanup, declarations must be correct (261 bytes, patch)
2005-04-17 18:04 UTC, oyvind.harboe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description oyvind.harboe 2005-04-17 18:04:05 UTC
Will attach patch.
Comment 1 oyvind.harboe 2005-04-17 18:04:55 UTC
Created attachment 8668 [details]
With callee cleanup, declarations must be correct
Comment 2 Andrew Pinski 2005-07-23 04:39:16 UTC
I will commit this soon.
Comment 3 Andrew Pinski 2005-07-23 04:50:08 UTC
Fixed.
Comment 4 GCC Commits 2005-07-23 04:50:09 UTC
Subject: Bug 21073

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