This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52582] [4.7/4.8 Regression] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 15 Mar 2012 09:48:31 +0000
- Subject: [Bug c++/52582] [4.7/4.8 Regression] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)
- Auto-submitted: auto-generated
- References: <bug-52582-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52582
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-15 09:48:31 UTC ---
Bootstrapped/regtested now on x86_64-linux and i686-linux (trunk) and
{x86_64,i686,powerpc,powerpc64}-linux (4.7 branch, with the rs6000.c change
backed out). No regressions. So this looks ok for 4.8/4.7.1 to me, for 4.7.0
I think we should just keep the rs6000 hack. Thanks.