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]
Other format: [Raw text]

[Bug target/77346] [7 Regression] ICE in push_reload, at reload.c:1350


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77346

Aldy Hernandez <aldyh at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #5 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
I still cannot reproduce on a cross build to powerpc-e300c3-linux-gnu from
x86-64 Linux:

tor~/bld/x/gcc$ ./cc1 -quiet a.c  -quiet  -mno-lra  -Os -w  -I./ -fPIC
-fno-stack-protector                                                           
            tor~/bld/x/gcc$ ./cc1 -quiet a.c  -quiet  -mno-lra  -Os -w  -I./    
tor~/bld/x/gcc$

I thought it was an endian issue somewhere, so I tried on a cross build from a
ppc64-linux box, but I couldn't reproduce there either.  Then I noticed that
you're also running a cross from x86-64, so this shouldn't make a difference.

I'm going to return this PR to UNCONFIRMED until someone else can confirm it. 
Perhaps someone else has another idea.

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