Summary: | Iniitializing non-const global array variable from runtime const global variable does not copy all values properly | ||
---|---|---|---|
Product: | gcc | Reporter: | Piotr Nycz <piotrwn1> |
Component: | c++ | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | daniel.kruegler, jakub, webrown.cpp |
Priority: | P3 | ||
Version: | 5.2.0 | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: |
Description
Piotr Nycz
2016-02-22 09:52:21 UTC
This bug is already fixed. How to get information in which version it is fixed? What we discover ourselves: 4.9.1 - work 4.9.2 - fail 4.9.4 - work 5.2 - fail 6.0 (experimental) - work I need to know the newest stable version where it is fixed. How can I get this knowledge? (In reply to Piotr Nycz from comment #2) > How to get information in which version it is fixed? > What we discover ourselves: > 4.9.1 - work > 4.9.2 - fail > 4.9.4 - work > 5.2 - fail > 6.0 (experimental) - work > > I need to know the newest stable version where it is fixed. How can I get > this knowledge? You can run an inverse "git bisect" on the source tree for example. |