This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/46003] cond5.C fails for ARM EABI tests.
- From: "yufeng at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 9 Jun 2011 17:16:02 +0000
- Subject: [Bug c++/46003] cond5.C fails for ARM EABI tests.
- Auto-submitted: auto-generated
- References: <bug-46003-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46003
Yufeng Zhang <yufeng at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|yufeng.zhang at arm dot com |
--- Comment #8 from Yufeng Zhang <yufeng at gcc dot gnu.org> 2011-06-09 17:15:14 UTC ---
(In reply to comment #6)
> Shouldn't this be fixed by the commit of PR c++/49134 ?
(In reply to comment #7)
> Test g++.dg/template/cond5.C starts passing for arm-none-linux-gnueabi with
> r174682, the fix for PR49134 mentioned in comment 6.
Thanks for pointing out the related bug fix. The test case
g++.dg/template/cond5.C indeed starts 'passing' now, as the fix for PR
c++/49134 has essentially loosened the same checking where assertion had blown
up. I'll spend some more time looking into the underlying issue and put more
information here later. If it turns out to be necessary, I'll close this
bugzilla and open a new one for it.