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]

Re: Multiple jumps in one instruction


<<Note that the ISO C committee ruled that function calls do not overlap;
see DR#087.  So it would be inappropriate for GCC to execute functions in
parallel even if there isn't a sequence point between them.
>>

Well a compiler would have to do appropriate analysis (perhaps aided by
user pragmas or switches) that such a dual branch was safe, but in any
case this is not really being responsive to the question, which is how
do you get this semantics -- telling him he does not want it is not
answering the question :-)


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