Re: _cpp_line_note structure in front end

2010-02-05 Thread Ian Lance Taylor
Nikola Ikonic writes: > I am currently working on modifying FE to "swallow" piece of code > similar to this one: > > _Asm void DoSomething(some_parameters) { > mov r1, r2 > mov r2, r3 > ... and similar assembler code > } > > The idea is to just take assembler body and parse it

_cpp_line_note structure in front end

2010-02-05 Thread Nikola Ikonic
Hello all, Could anybody please answer me on one question which is related to _cpp_line_note structure (GCC front end)? I am currently working on modifying FE to "swallow" piece of code similar to this one: _Asm void DoSomething(some_parameters) { mov r1, r2 mov r2, r3 .