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: [gfortran] Patch Ping**2


Tobias Schlüter wrote:
> This turned out to be a gimplifier bug, now PR22035.  Something as simple as
>    COMPLEX z, w
>    z = (1.,2.)
>    if (z/=w) call abort
>    end
> ICEs on the mainline currently.

... if optimization is enabled, in case you want to try this yourself.

- Tobi


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