This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: reload inheritance error breaks openssl on s390


On Aug  3, 2006, Joern RENNECKE <joern.rennecke@st.com> wrote:

> Why does reload satisfy the matching constraint with an extra reload rather than exploiting the commutativity?

I don't have an answer for that.  But although it would help in this
particular problem, it would just make the other problem that I'm
trying to fix latent until we run into an even more convoluted
testcase.

> It would be useful to have a testcase that can be compiled without any
> dependencies on header files, so that the problem can be studied
> with a simple cross-built cc1.

The testcase attached to the bugzilla that I mentioned does #include
some headers, but it compiled just fine with -isystem /usr/include on
my GNU/Linux/x86_64 system.  If you'd like more than that, I'd be
happy to send you a preprocessed testcase.

-- 
Alexandre Oliva         http://www.lsd.ic.unicamp.br/~oliva/
Secretary for FSF Latin America        http://www.fsfla.org/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]