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] PR rtl-optimization/61047


> Btw I am not sure at all,  why argp-references can never be dangerous?
> For instance in a struct with an array inside, passed as function argument?

IMO there cannot be any definitive solution to this issue until after we move 
all the affected optimizations from RTL to GIMPLE.  In the meantime, the 
failure mode is not catastrophic (100% reproducible segfault) and there is 
always an easy workaround (generally a -fno-* switch).

-- 
Eric Botcazou


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