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: Add -fabi-version


On Mon, Sep 23, 2002 at 07:40:39AM -0700, Mark Mitchell wrote:
> But surely you don't want me to write:
> 
>   -fabi-version=2147483647

No.  When processing the command-line, you map 0 -> INT_MAX.
Then, in the entire rest of the compiler we have the simple
comparison abi > foo.


r~


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