This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/49917] g++.dg/init/for1.C wrong?
- From: "marc.glisse at normalesup dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 30 Jul 2011 20:25:21 +0000
- Subject: [Bug testsuite/49917] g++.dg/init/for1.C wrong?
- Auto-submitted: auto-generated
- References: <bug-49917-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49917
--- Comment #3 from Marc Glisse <marc.glisse at normalesup dot org> 2011-07-30 20:25:19 UTC ---
(In reply to comment #1)
> Looks like the test should a dg-do run (not implicitly a dg-do compile!)
Aha! It never crossed my mind...
> then changed to assign if i != 2, right?
I think so.