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] | |
On Wed, 2004-11-03 at 04:33, Nathan Sidwell wrote:
Yes, and it should only happen if dest == orig. Is that the case?dest_pi = get_ptr_info (dest); orig_pi = SSA_NAME_PTR_INFO (orig);
At this point is it an error for dest_pi == orig_pi ? The later code looks like it will break if they are.
However, the attached file contains such an instance, when compiled forDo we ICE or generate bad code? I'll take a look.
i686-pc-linux-gnu at -O2. My suspicion was aroused when bitmap_ior_into
was called with the same bitmap.
Thanks, Andrew Pinski
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |