public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/23402] New: error: statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS
@ 2005-08-15 15:28 bunk at stusta dot de
  2005-08-15 15:29 ` [Bug c/23402] " bunk at stusta dot de
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: bunk at stusta dot de @ 2005-08-15 15:28 UTC (permalink / raw)
  To: gcc-bugs

This is a compile error when trying to compile the file kernel/audit.c from the
Linux kernel 2.6.13-rc5-mm1 with a current CVS HEAD gcc.

I've removed many of the compiler flags that were present at the original
compilation. What triggers this problem is switching from -O0 (no problem) to
-O1 (see below).

<--  snip  -->

...
$  /TMP/test/gcc/install/bin/gcc -m32 -Wp,-MD,kernel/.audit.o.d  -nostdinc
-isystem /TMP/test/gcc/install/lib/gcc/i686-pc-linux-gnu/4.1.0/include
-D__KERNEL__ -Iinclude -O1  -save-temps  -Iinclude/asm-i386/mach-default
-Wno-pointer-sign    -DKBUILD_BASENAME=audit -DKBUILD_MODNAME=audit -c -o
kernel/audit.o kernel/audit.c
kernel/audit.c: In function 'audit_init':
kernel/audit.c:518: error: statement makes a memory store, but has no V_MAY_DEFS
nor V_MUST_DEFS
#   VUSE <D.23048_10>;
audit_skb_queue.lock = D.23048;
kernel/audit.c:518: internal compiler error: verify_ssa failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

<--  snip  -->

-- 
           Summary: error: statement makes a memory store, but has no
                    V_MAY_DEFS nor V_MUST_DEFS
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bunk at stusta dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2005-08-17  1:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-15 15:28 [Bug c/23402] New: error: statement makes a memory store, but has no V_MAY_DEFS nor V_MUST_DEFS bunk at stusta dot de
2005-08-15 15:29 ` [Bug c/23402] " bunk at stusta dot de
2005-08-15 15:30 ` bunk at stusta dot de
2005-08-15 15:31 ` [Bug tree-optimization/23402] [4.1 Regression] " pinskia at gcc dot gnu dot org
2005-08-15 16:03 ` pinskia at gcc dot gnu dot org
2005-08-15 17:24 ` pinskia at gcc dot gnu dot org
2005-08-15 17:24 ` pinskia at gcc dot gnu dot org
2005-08-15 17:29 ` dberlin at dberlin dot org
2005-08-15 17:36 ` pinskia at gcc dot gnu dot org
2005-08-15 17:47 ` pinskia at gcc dot gnu dot org
2005-08-15 22:44 ` pinskia at gcc dot gnu dot org
2005-08-16 17:43 ` pinskia at gcc dot gnu dot org
2005-08-17  1:56 ` cvs-commit at gcc dot gnu dot org
2005-08-17  2:00 ` pinskia at gcc dot gnu dot org

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).