On Wed, Jan 12, 2011 at 3:50 PM, Jeff Law <l...@redhat.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/12/11 01:45, Gidi Nave wrote: > >> >> One more question: >> GCC usually knows how to handle cases which need decomposition of >> expressions due to architecture limitations. >> In my case it didn't know. >> How can I foreseen additional such cases, in order to avoid compilation >> crush? > I'm not sure there is a reasonable way other than experience and > intimate knowledge of how reload works. > > I haven't done any measurements, but I see more questions/issues being > raised by developers doing their own ports with regards to reloading > than any other part of the compiler. > > That's no great surprise, since reload is probably the nastiest pass of > the compiler and even those of us with significant experience still > struggle with corner case reload problems. > > jeff > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ > > iQEcBAEBAgAGBQJNLbGiAAoJEBRtltQi2kC75ngIAKJJhYdYgQV2l0LsZCxUbhb9 > OxHXr2CBbEZgpT6VRIrTJnJ51QEjxscLCBo0Ip/ZnpMiulb5S+hmyjrQJxXxEyPI > pF64uV6Gla0qcGgABrVkPWi6UEPDpvkrD0mljpcsqdK6tYtPFIww8sYMC+LecdUM > GMan7eXcKxgVu51c2xkp57afg9xuVcZXwHAcME74MkYC37vT0KGAPKpRIBum+ues > PL+2hOfa7wzQ6SbM9d7sVrU4o029IzWEgPPYwWVrw0NSQlIHbAnOf6Q0V+Y9jeeb > M36Vh/ynzExLmFq1kmESTEeOAqEg9r97mwaiaXPK4vYZEc3r9YMjq1rRUhEFO48= > =6tO+ > -----END PGP SIGNATURE----- >
Ok, Thanks for the help! Gidi.