[Bug go/77701] suspicious code in go/go-gcc.cc

2016-09-22 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77701 Chris Manghane changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug go/67101] mprof.goc:408:5: error: calling ‘__builtin_frame_address’ with a nonzero argument is unsafe [-Werror=frame-address]

2015-08-03 Thread cmang at google dot com
||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.

[Bug go/61204] gccgo: ICE in in fold_convert_loc [GoSmith]

2015-01-13 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61204 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61244] gccgo: ICE in write_specific_type_functions [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61244 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61246] gccgo: ICE in do_determine_types [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61246 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61248] gccgo: spurious "error: too many arguments" [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61248 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61253] gccgo: spurious "error: expected '<-' or '='" [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61253 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61254] gccgo: spurious "error: slice end must be integer" [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61254 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61255] gccgo: spurious "error: argument 2 has incompatible type" [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61255 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61258] gccgo: assertion failure go-map-delete.c:37 [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61258 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61264] gccgo: ICE in __normal_iterator [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61264 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61265] gccgo: ICE in verify_gimple_in_seq [GoSmith]

2015-01-06 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61265 Chris Manghane changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug go/61273] gccgo: ICE in Unsafe_type_conversion_expression::do_get_backend [GoSmith]

2015-01-06 Thread cmang at google dot com
||cmang at google dot com Resolution|--- |FIXED --- Comment #2 from Chris Manghane --- Fixed and test added to Go testsuite.

[Bug go/61265] gccgo: ICE in verify_gimple_in_seq [GoSmith]

2014-12-17 Thread cmang at google dot com
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

[Bug go/61263] gccgo: fatal error: schedule: holding locks [GoSmith]

2014-12-17 Thread cmang at google dot com
||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

[Bug go/61265] gccgo: ICE in verify_gimple_in_seq [GoSmith]

2014-12-17 Thread cmang at google dot com
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,

[Bug go/61265] gccgo: ICE in verify_gimple_in_seq [GoSmith]

2014-12-16 Thread cmang at google dot com
||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

[Bug go/61264] gccgo: ICE in __normal_iterator [GoSmith]

2014-12-16 Thread cmang at google dot com
||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

[Bug go/61316] gccgo: spurious "incompatible types in assignment" error [GoSmith]

2014-12-16 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61316 Chris Manghane changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/61322] gccgo: spurious "incompatible type for field 2 in struct construction" error [GoSmith]

2014-12-16 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61322 Chris Manghane changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/61255] gccgo: spurious "error: argument 2 has incompatible type" [GoSmith]

2014-12-15 Thread cmang at google dot com
||2014-12-15 CC||cmang at google dot com Assignee|ian at airs dot com|cmang at google dot com Ever confirmed|0 |1

[Bug go/61254] gccgo: spurious "error: slice end must be integer" [GoSmith]

2014-12-12 Thread cmang at google dot com
||2014-12-12 CC||cmang at google dot com Assignee|ian at airs dot com|cmang at google dot com Ever confirmed|0 |1

[Bug go/61253] gccgo: spurious "error: expected '<-' or '='" [GoSmith]

2014-12-12 Thread cmang at google dot com
||2014-12-12 CC||cmang at google dot com Assignee|ian at airs dot com|cmang at google dot com Ever confirmed|0 |1

[Bug go/61244] gccgo: ICE in write_specific_type_functions [GoSmith]

2014-12-12 Thread cmang at google dot com
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.

[Bug go/61205] gccgo: ICE in fold_binary_loc [GoSmith]

2014-12-12 Thread cmang at google dot com
||cmang at google dot com Resolution|--- |FIXED --- Comment #1 from Chris Manghane --- Unable to reproduce on tip.

[Bug go/61248] gccgo: spurious "error: too many arguments" [GoSmith]

2014-12-12 Thread cmang at google dot com
||2014-12-12 CC||cmang at google dot com Assignee|ian at airs dot com|cmang at google dot com Ever confirmed|0 |1

[Bug go/61244] gccgo: ICE in write_specific_type_functions [GoSmith]

2014-12-12 Thread cmang at google dot com
||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

[Bug go/61307] gccgo: ICE in Create_function_descriptors::expression [GoSmith]

2014-12-12 Thread cmang at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61307 Chris Manghane changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/61258] gccgo: assertion failure go-map-delete.c:37 [GoSmith]

2014-12-10 Thread cmang at google dot com
||2014-12-10 CC||cmang at google dot com Assignee|ian at airs dot com|cmang at google dot com Ever confirmed|0 |1

[Bug go/61246] gccgo: ICE in do_determine_types [GoSmith]

2014-12-10 Thread cmang at google dot com
||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

[Bug go/61204] gccgo: ICE in in fold_convert_loc [GoSmith]

2014-12-10 Thread cmang at google dot com
||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

[Bug go/61226] gccgo: hangs in sort_var_inits [GoSmith]

2014-12-10 Thread cmang at google dot com
||cmang at google dot com Resolution|--- |FIXED --- Comment #1 from Chris Manghane --- Fixed in https://code.google.com/p/gofrontend/source/detail?r=96de84075614dd56f47b185977c51d3da147c6a7.

[Bug go/61307] gccgo: ICE in Create_function_descriptors::expression [GoSmith]

2014-12-09 Thread cmang at google dot com
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).

[Bug go/61322] gccgo: spurious "incompatible type for field 2 in struct construction" error [GoSmith]

2014-12-09 Thread cmang at google dot com
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).