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: Latest bit-field patch version


On Wed, 7 Jul 2004, Richard Henderson wrote:

> Original patch approved.

Now applied, I hope there won't be too many problems arising on untested
platforms or in areas not exercised by bootstrap and testsuite run.

If anyone wants to do anything further in this area, it should be possible
to work out what other front ends are doing to require a langhook (and
maybe make a more consistent definition of GENERIC so the langhook can go
away again), and improve tree-ssa's resiliance to interconverting booleans
and 1-bit integers so the part avoiding such conversions being treated as
redundant can go away.  But next I'll more likely look at getting rid of
TREE_COMPLEXITY.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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