This is the mail archive of the gcc@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: option for default 64-bit integers on Opteron and itanium


On Tuesday 02 December 2003 2:15 pm, Jiri Pittner wrote:
> Do you mean the command line frontend gcc/g77 or the command line
> arguments of the actual compiler executables? Is there any simple way
> around how to get the functionality?

It's the dirver executable (ie. gcc/gfortran) that looses/rejects the 
switches because they don't conform to the normal conventions for code 
generations switches. We'll probably just end up renaming the options to 
-f<something>.
Invoking the compiler executable (f951) directly will allow you to use these 
switches.

N.B. I'm talking about the new fortran[95] frontend, which is still 
incomplete and under development on the tree-ssa branch. I'm not aware of 
any similar options for g77, though I could be wrong.

Paul


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