------- Comment #9 from pinskia at gcc dot gnu dot org  2006-12-28 01:11 -------
Another Testcase (simplier):
  #define f(x) ({ unsigned tmp=x; tmp; })

  unsigned foo(unsigned x) {
        return __builtin_constant_p(x) ? 0 : f(x);
  }


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker
           Keywords|                            |build


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30253

Reply via email to