This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/11754] [objc-improvements-branch] receiver is evaluated twice when passing messages with the gnu runtime
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Jul 2003 22:26:58 -0000
- Subject: [Bug objc/11754] [objc-improvements-branch] receiver is evaluated twice when passing messages with the gnu runtime
- References: <20030731201655.11754.alexander@malmberg.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11754
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-07-31 22:26 -------
Subject: Bug 11754
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