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]

Re: Mercury front-end


On 30-Jan-2001, Joseph S. Myers <jsm28@cam.ac.uk> wrote:
> On Wed, 31 Jan 2001, Fergus Henderson wrote:
> 
> > Here's the C side of the Mercury front-end.
> 
> The suffix .m conflicts with Objective C.  invoke.texi needs to be updated
> to document the .m and .mer suffixes and to document what .m does with a
> compiler built with both Objective C and Mercury front-ends.  Also,
> default_compilers in gcc.c should have .mer added so the driver can give a
> message that the Mercury compiler isn't installed on encountering a .mer
> file when built without Mercury support.

OK.  But `.mer' doesn't work yet.  Currently the Mercury compiler and
Mmake (the Mercury make tool) have `.m' hard-coded in various places,
unfortunately.  I'll put some documentation for `.mer' in but comment
it out with `@c' for now, until `.mer' actually works.

Thanks.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.

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