[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-10 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #7 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Tue Feb 10 16:38:31 2015 New Revision: 220587 URL: https://gcc.gnu.org/viewcvs?rev=220587root=gccview=rev Log: PR ipa/64982 * cgraphunit.c

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #2 from howarth at bromo dot med.uc.edu --- Actually reverting... Author: hubicka Date: Sun Feb 8 21:04:41 2015 New Revision: 220520 URL: https://gcc.gnu.org/viewcvs?rev=220520root=gccview=rev Log: PR ipa/63566 * i386.c

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #4 from Dominique d'Humieres dominiq at lps dot ens.fr --- Actually reverting... Author: hubicka Date: Sun Feb 8 21:04:41 2015 New Revision: 220520 ... eliminates the ICEs in g++.dg/abi/covariant2.C at -m32 on

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #3 from Jan Hubicka hubicka at gcc dot gnu.org --- Hmm, I see. The problem is that asm_out.can_output_mi_thunk now needs to walk alias to know what ABI the callee function uses and aliases are not analyzed at this point. I solved

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #5 from Jan Hubicka hubicka at gcc dot gnu.org --- Possible fix posted at https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00566.html Does it fix the ICEs and keeps the diagnostics sane?

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #1 from howarth at bromo dot med.uc.edu --- Author: hubicka Date: Sun Feb 8 21:08:44 2015 New Revision: 220521 URL: https://gcc.gnu.org/viewcvs?rev=220521root=gccview=rev Log: PR ipa/63566 * ipa-visibility.c

[Bug ipa/64982] [5 Regression] Many g++ failures on x86_64-apple-darwin14 with -m32.

2015-02-09 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64982 --- Comment #6 from howarth at bromo dot med.uc.edu --- (In reply to Jan Hubicka from comment #5) Possible fix posted at https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00566.html Does it fix the ICEs and keeps the diagnostics sane? I can