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: [gfortran,patch] bootstrap broken


Hans-Peter Nilsson wrote:
> On Wed, 15 Sep 2004, Tobias Schlüter wrote:
> 
>>Feng Wang wrote:
>>
>>>But in http://gcc.gnu.org/install/prerequisites.html, GCC binary (version 2.95
>>>or later) should be ok. Shouldn't we accept the patch?
>>>
>>
>>If you're not playing any tricks, the compiler used to build the gcc/fortran/
>>subdirectory should be the compiler in the gcc/ directory, i.e. the system
>>compiler should never compile the files in gcc/fortran. Maybe you're using a
>>weird setup?
> 
> 
> Doesn't gfortran build as cross?  I haven't tried (I should),
> but if it does (it should), it must be all gcc-2.95-compatible
> code -- it probably should even be if it doesn't build as cross. ;-)

Don't we require bootstrapping for cross-compilers? In that case the frontend
would still be built by the gcc from the same tree as the Fortran frontend.

If that's not the case, does your statement mean "gcc-compatible", or do we
have to support other build compilers as well? The issue raised in this thread
were variable length arrays in structures, which were supported as a gcc
extension before, IIRC.

Thanks,
- Tobi


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