[Bug c/67316] Address local variable returned as 0x0

2015-08-22 Thread llandwerlin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67316 --- Comment #3 from Lionel Landwerlin --- Thanks for the explanation. I did notice the warning, I was just surprised that hboehm's GC suddenly stop working. I guess that's the price a major version bump :)

[Bug c/67316] New: Address local variable returned as 0x0

2015-08-21 Thread llandwerlin at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: llandwerlin at gmail dot com Target Milestone: --- Playing with a project using Hans Boehm's GC (http://www.hboehm.info/gc/), and getting a crash with gcc 5.2.1, I nailed down the difference to the following pr