Bug 50850 - [4.7 Regression] verify_ssa failed
Summary: [4.7 Regression] verify_ssa failed
Status: RESOLVED DUPLICATE of bug 50763
Alias: None
Product: gcc
Classification: Unclassified
Component: tree-optimization (show other bugs)
Version: 4.7.0
: P3 normal
Target Milestone: 4.7.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 12:02 UTC by Max DeLiso
Modified: 2011-10-27 07:21 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
the preprocessed gfs2 file.c with triggers the bug (178.65 KB, text/plain)
2011-10-24 12:02 UTC, Max DeLiso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max DeLiso 2011-10-24 12:02:54 UTC
Created attachment 25589 [details]
the preprocessed gfs2 file.c with triggers the bug

Bug Report
    Date: Mon Oct 24 07:56:29 EDT 2011
System Info
    gcc version: 4.7.0 20111024 (experimental) (GCC) 
    uname -a: Linux koplaix 3.1.0-rc10+ #3 SMP Sat Oct 22 19:22:40 EDT 2011 x86_64 GNU/Linux

Bug Info
    compiler output: 
      fs/gfs2/file.c: In function ‘gfs2_set_inode_flags’:
      fs/gfs2/file.c:172:6: error: definition in block 3 does not dominate use in block 2
      for SSA_NAME: .MEM_32 in statement:
      .MEM_32 = PHI <.MEM_32(2)>
      PHI argument
      .MEM_32
      for PHI node
      .MEM_32 = PHI <.MEM_32(2)>
      fs/gfs2/file.c:172:6: internal compiler error: verify_ssa failed
      Please submit a full bug report,
      with preprocessed source if appropriate.
      See <http://gcc.gnu.org/bugs.html> for instructions.
    on git kernel commit: c3b92c8787367a8bb53d57d9789b558f1295cc96
    triggering commandline:
      gcc -Wp,-MD,fs/gfs2/.file.o.d  -nostdinc -isystem /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.7.0/include -I/home/maxx/src/linux-2.6/arch/x86/include -Iarch/x86/include/generated -Iinclude  -include /home/maxx/src/linux-2.6/include/linux/kconfig.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -m64 -march=core2 -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fno-stack-protector -Wno-unused-but-set-variable -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -Ifs/gfs2  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(file)"  -D"KBUILD_MODNAME=KBUILD_STR(gfs2)" -c -o fs/gfs2/file.o fs/gfs2/file.c
    (preprocessed file attached as file.i)
Comment 1 Serge Belyshev 2011-10-24 17:57:09 UTC
Most likely dup of bug 50763 (see if reverting r180341 or applying patch from http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50763#c12 helps).
Comment 2 Max DeLiso 2011-10-27 00:48:15 UTC
no problems with gcc (GCC) 4.7.0 20111026 (experimental)
Comment 3 Serge Belyshev 2011-10-27 07:21:11 UTC
(In reply to comment #2)
> no problems with gcc (GCC) 4.7.0 20111026 (experimental)

Closing as dup of bug 50763 then.

*** This bug has been marked as a duplicate of bug 50763 ***