This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bug 29609



On Apr 26, 2007, at 3:07 PM, Claus Fischer wrote:



Dear GCC folks,


may I humbly put in a word for my dear bug 29609,
which is very close to my heart?

I write most of my C code in the style

    if (!do_something(...))
        goto failure_handler;

and letting the debugger stop at the 'goto' line is
quite important to finding bugs quickly.


Is there anything I can help or contribute?
I was working on this issue and the patch is almost ready!

Tristan.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]