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: 3.3 error when inlining


Michael S. Zick wrote:

> Note that the "label" is "if (0)" out - it shouldn't exist - regardless of -O?

Maybe this was a bit too much reduction; the same problem persists 
if you have a non-trivial condition in the 'if' (as the original 
testcase had).

Try replacing 'if (0)' with 'if (len > 10)'.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de


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