public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/61111] New: Infinite recursion between fold_build2_stat_loc and fold_binary_loc
@ 2014-05-08 13:44 rearnsha at gcc dot gnu.org
  2014-05-08 13:56 ` [Bug middle-end/61111] " ktkachov at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: rearnsha at gcc dot gnu.org @ 2014-05-08 13:44 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61111
           Summary: Infinite recursion between fold_build2_stat_loc and
                    fold_binary_loc
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rearnsha at gcc dot gnu.org
              Host: x86_64-linux
            Target: arm-eabi

Compile the following with: -O2


typedef union expr_rec expr;
expr *GenBoolAndVec(expr *aExpr, expr *bExpr, int len)
{
    int lsubop;
    lsubop = ((((len) & 15) << 4) | ((0x00000007) & 15));
}

(testcase reduced from running csibe, while trying to identify another
seg-fault).


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-05-09 12:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08 13:44 [Bug middle-end/61111] New: Infinite recursion between fold_build2_stat_loc and fold_binary_loc rearnsha at gcc dot gnu.org
2014-05-08 13:56 ` [Bug middle-end/61111] " ktkachov at gcc dot gnu.org
2014-05-08 14:19 ` rearnsha at gcc dot gnu.org
2014-05-08 14:32 ` rearnsha at gcc dot gnu.org
2014-05-08 14:43 ` [Bug middle-end/61111] [4.10 regression] " rguenth at gcc dot gnu.org
2014-05-08 14:44 ` rguenth at gcc dot gnu.org
2014-05-09  2:37 ` mrs at gcc dot gnu.org
2014-05-09 11:05 ` rguenth at gcc dot gnu.org
2014-05-09 11:29 ` zadeck at naturalbridge dot com
2014-05-09 11:35 ` rguenther at suse dot de
2014-05-09 12:22 ` zadeck at gcc dot gnu.org
2014-05-09 12:30 ` zadeck at naturalbridge dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).