https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77701
Chris Manghane changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
||2015-08-03
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
--- Comment #1 from Chris Manghane ---
Hi, thanks for reporting this. This is being addressed in golang.org/cl/13063.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61204
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61244
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61246
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61248
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61253
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61254
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61255
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61258
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61264
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61265
Chris Manghane changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
||cmang at google dot com
Resolution|--- |FIXED
--- Comment #2 from Chris Manghane ---
Fixed and test added to Go testsuite.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61265
--- Comment #3 from Chris Manghane ---
Sorry for the noise, responding with new information as I discover it.
The above patch doesn't really work (it fails a few tests) because this isn't a
problem with zero-sized array types, but rather a probl
||cmang at google dot com
Resolution|--- |FIXED
Assignee|ian at airs dot com|cmang at google dot com
--- Comment #1 from Chris Manghane ---
Ran this one hundred thousand times with GOGC=0 and unmodified GOGC, could not
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61265
--- Comment #2 from Chris Manghane ---
A slightly smaller program can reproduce this as well:
package main
var a = [1][0]int{B}[0]
var B = [0]int{}
func main() {}
This error occurs because in Gcc_backend::fill_in_array, the type of B, [0]int,
||2014-12-17
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
--- Comment #1 from Chris Manghane ---
This can be reproduced
||2014-12-16
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
--- Comment #1 from Chris Manghane ---
This can be reproduced
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61316
Chris Manghane changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61322
Chris Manghane changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
||2014-12-15
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
||2014-12-12
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
||2014-12-12
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61244
--- Comment #3 from Chris Manghane ---
I plan to add the test cases that GoSmith uncovered once the remaining GoSmith
issues are resolved since it's possible some of them might overlap.
||cmang at google dot com
Resolution|--- |FIXED
--- Comment #1 from Chris Manghane ---
Unable to reproduce on tip.
||2014-12-12
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
||2014-12-12
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
--- Comment #1 from Chris Manghane ---
This can reproduced with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61307
Chris Manghane changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
||2014-12-10
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
||2014-12-10
CC||cmang at google dot com
Assignee|ian at airs dot com|cmang at google dot com
Ever confirmed|0 |1
--- Comment #2 from Chris Manghane ---
This ICE can reproduced
||2014-12-10
CC||cmang at google dot com
Ever confirmed|0 |1
--- Comment #1 from Chris Manghane ---
This smaller version of this program is:
package main
func main() {
type t [0]int
var v
||cmang at google dot com
Resolution|--- |FIXED
--- Comment #1 from Chris Manghane ---
Fixed in
https://code.google.com/p/gofrontend/source/detail?r=96de84075614dd56f47b185977c51d3da147c6a7.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61307
--- Comment #1 from Chris Manghane ---
I'm unable to reproduce this on gcc version 5.0.0 20141210 (experimental)
(GCC).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61322
--- Comment #1 from Chris Manghane ---
I'm unable to reproduce this on gcc version 5.0.0 20141210 (experimental)
(GCC).
34 matches
Mail list logo