This is the mail archive of the gcc-bugs@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: troublesome change


>>>>> David S Miller <davem@dm.cobaltmicro.com> writes:

>>       if (! current_function_contains_functions
>> 	  && ! decl_function_context (decl)
>>           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

>> This really is quite wrong, and the fact that now it affects
>> multiple front ends suggests that whatever bug necessitated that 
>> workaround change should be what is fixed and the workaround
>> removed.

Jason wrote:

>  It's not a workaround.  It didn't fix any bug.  It just
>  seemed to make sense; you can't defer dealing with a
>  nested function until end-of-file.  But you should feel
>  free to remove it if it's causing problems.  That's what
>  I told the FORTRAN people, but apparently they didn't.

Craig came up with a better solution - so to us it's no problem anymore.

Cheers,
Toon.


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