Wilson Snyder

Results 1229 comments of Wilson Snyder

Forgot it was for develop-v5 so merged, thanks!

Nothing is obviously wrong in what you attached. Can you please a complete, self-contained minimal runnable example?

If used outside a function it seems to work. Perhaps you'd be willing to dig into why it isn't working and propose a pull request?

I don't want to support --run, because I think it combines two things that should be separated in the user's mind to avoid rebuild penalties. Also more trivially bin/verilator needs...

I pushed a commit to have --main imply -cc. Also I realized that --main was still internal only, so pushed documenting it.

I realized that --bin was taken, it's a rare option that has a parameter so we could still take it (since an error will happen if someone uses the old...

--bin was renamed, thinking of --binary for this.

The problem is some visitors edit the tree and delete nodes, so this later debug message doesn't know that and may follow the bogus pointer. So the warning is "real"...

I would have thought that "./configure CXX=my_gcc_version" by running the new version would see it is compatible and not add the flags. Does that work?