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: [C++ Patch] PR 4093


On Sun, Feb 24, 2002 at 06:23:06PM +0000, Jason Merrill wrote:
> You shouldn't be building the C++ frontend with HP's compiler ...

Why don't we put 

#ifndef __GNUC__
#error "you should be using make bootstrap"
#endif

in cp-tree.h and be done with it?


r~


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