This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/11637] [3.3/3.4 Regression]g++ invalid assembly with -fnon-call-exceptions
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2003 06:43:43 -0000
- Subject: [Bug optimization/11637] [3.3/3.4 Regression]g++ invalid assembly with -fnon-call-exceptions
- References: <20030722222648.11637.nick@ilm.com>
- 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=11637
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-10-06 06:43 -------
You're right, removing REG_NOALIAS notes is not necessary. I included it because
the first version of the patch (which was messy) tweaked distribute_notes instead,
and distribute_notes treats the 3 kinds of notes the same way.
I'll remove it. Thanks for the review.