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: Q: C++ FE emitting assignments to global read-only symbols?


    I agree, in principle.  The C++ FE should not set TREE_READONLY on 
    variables that require dynanmic initialization.  Until now, that's not 
    been a problem, and it does result in better code.  But, it's now 
    becoming a problem, and we have others way to get good code coming down 
    the pipe.

Note that we had the same problem with the Ada FE a while ago.


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