poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug Compiler/26161] compiler crash generating break statement


From: jose.marchesi at oracle dot com
Subject: [Bug Compiler/26161] compiler crash generating break statement
Date: Sat, 14 Nov 2020 18:35:39 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26161

Jose E. Marchesi <jose.marchesi at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
          Component|default                     |Compiler

--- Comment #2 from Jose E. Marchesi <jose.marchesi at oracle dot com> ---
I would actually change the function names a bit.   Currently we have:

While statements:

pkl_asm_while ()
...
pkl_asm_loop ()
...
pkl_asm_endloop ()

For statements:

pkl_asm_for ()
...
pkl_asm_for_where ()
...
pkl_asm_for_loop ()
...
pkl_asm_for_endloop ()


So my suggestion is:

- To rename the current pkl_asm_loop/pkl_asm_endloop to
pkl_asm_while_loop/pkl_asm_while_endloop.

- To introduce new pkl_asm_loop/pkl_asm_endloop to implement the simple "loop
always" case.

--- Comment #3 from Jose E. Marchesi <jose.marchesi at oracle dot com> ---
Fixed in b0c56284869399898f086b058920221380c7a203

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]