This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
gcc/gcc objc/objc-act.c testsuite/objc/execute ...
- From: pinskia at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: 31 Jul 2003 22:26:54 -0000
- Subject: gcc/gcc objc/objc-act.c testsuite/objc/execute ...
CVSROOT: /cvs/gcc
Module name: gcc
Branch: objc-improvements-branch
Changes by: pinskia@gcc.gnu.org 2003-07-31 22:26:54
Modified files:
gcc/objc : objc-act.c
Added files:
gcc/testsuite/objc/execute: cascading-1.m
Log message:
Fix PR objc/11754
When cascading message together under GNU runtime, GCC was sending the inner message twice,
this patch fixes that.
Also adds a testcase for that case.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=1.179.2.2&r2=1.179.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc/execute/cascading-1.m.diff?cvsroot=gcc&only_with_tag=objc-improvements-branch&r1=NONE&r2=1.1.2.1