[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug Compiler/27489] New: Certain initial values in general for statemen
|
From: |
m.nabipoor at yahoo dot com |
|
Subject: |
[Bug Compiler/27489] New: Certain initial values in general for statement crashes the compiler |
|
Date: |
Sun, 28 Feb 2021 23:15:45 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=27489
Bug ID: 27489
Summary: Certain initial values in general for statement
crashes the compiler
Product: poke
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: Compiler
Assignee: unassigned at sourceware dot org
Reporter: m.nabipoor at yahoo dot com
CC: poke-devel at gnu dot org
Target Milestone: ---
Hi.
(poke) for (var z = 0, y = 0; y < 1; ++z) { print "Hi\n"; ++y; }
Hi
(poke) for (var z = 0, y = -1; y < 1; ++z) { print "Hi\n"; ++y; }
Segmentation fault (core dumped)
--
You are receiving this mail because:
You are on the CC list for the bug.
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug Compiler/27489] New: Certain initial values in general for statement crashes the compiler,
m.nabipoor at yahoo dot com <=