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: [PATCH] Remove -fargument-[no]alias{,-global,-anything}


On 04/07/2010 01:53 PM, Richard Guenther wrote:
> The flag isn't honored by most of the middle-end anymore and a
> global flag for this kind of stuff is usually wrong.  Like
> for Fortran pointers which can alias other pointers or things
> with the target attribute.
>   
Good idea to remove this global flag.

> Are the Fortran parts ok for trunk?
>   
Yes - I even would call it obvious. Thanks!

Tobias


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