public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hp at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/39959] [4.5 Regression] IMA is broken
Date: Thu, 30 Apr 2009 00:25:00 -0000	[thread overview]
Message-ID: <20090430002500.16717.qmail@sourceware.org> (raw)
In-Reply-To: <bug-39959-10053@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from hp at gcc dot gnu dot org  2009-04-30 00:24 -------
I see what appears as the same bug for gcc.dg/struct/wo_prof_double_malloc.c
too, so I won't open a separate PR for that regression:

Running /tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/struct/struct-reorg.exp
...
XPASS: gcc.dg/struct/wo_prof_array_through_pointer.c scan-ipa-dump
ipa_struct_reorg "Number of structures to transform \
is 1"
FAIL: gcc.dg/struct/wo_prof_double_malloc.c (internal compiler error)
FAIL: gcc.dg/struct/wo_prof_double_malloc.c (test for excess errors)
WARNING: gcc.dg/struct/wo_prof_double_malloc.c compilation failed to produce
executable

gcc.log (^M's elided):

Executing on host: /tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/xgcc
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/gcc/
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/struct/wo_prof_double_malloc.c  
-O3 -fipa-struct-reorg -fdump-ipa-all -fwhole-program -combine
-fipa-type-escape   -isystem
/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/targ-include -isystem
/tmp/hpautotest-gcc1/gcc/newlib/libc/include
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris/
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./libgloss/cris
-L/tmp/hpautotest-gcc1/gcc/libgloss/cris 
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib/
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/./newlib -sim3  -lm   -o
./wo_prof_double_malloc.exe    (timeout = 300)
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/struct/wo_prof_double_malloc.c:
In function 'main':
/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/struct/wo_prof_double_malloc.c:26:
error: non-trivial conversion at assignment
struct type_struct *
struct test_struct_sub.1 *
# .MEM_41 = VDEF <.MEM_18>
*D.2617_31 = D.2619_40;

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/struct/wo_prof_double_malloc.c:26:
error: non-trivial conversion at assignment
struct type_struct *
struct test_struct_sub.0 *
# .MEM_42 = VDEF <.MEM_41>
*D.2616_32 = D.2618_36;

/tmp/hpautotest-gcc1/gcc/gcc/testsuite/gcc.dg/struct/wo_prof_double_malloc.c:26:
internal compiler error: verify_stmts failed
Please submit a full bug report,


-- 


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


  parent reply	other threads:[~2009-04-30  0:25 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29 14:25 [Bug c/39959] New: " rguenth at gcc dot gnu dot org
2009-04-29 14:28 ` [Bug c/39959] " rguenth at gcc dot gnu dot org
2009-04-30  0:16 ` hp at gcc dot gnu dot org
2009-04-30  0:25 ` hp at gcc dot gnu dot org [this message]
2009-04-30  1:24 ` hp at gcc dot gnu dot org
2009-05-05 15:59 ` mmitchel at gcc dot gnu dot org
2009-07-08 20:46 ` janis at gcc dot gnu dot org
2009-07-08 21:28 ` janis at gcc dot gnu dot org
2009-07-17 21:09 ` rguenth at gcc dot gnu dot org
2009-08-03 14:42 ` hjl dot tools at gmail dot com
2009-08-16  0:16 ` hp at gcc dot gnu dot org
2009-08-16 11:31 ` rguenther at suse dot de
2009-09-18  5:10 ` pinskia at gcc dot gnu dot org
2009-09-23 16:15 ` pinskia at gcc dot gnu dot org
2009-09-23 16:19 ` rguenth at gcc dot gnu dot org
2009-10-14 21:29 ` rguenth at gcc dot gnu dot org
2009-10-14 21:29 ` rguenth at gcc dot gnu dot org
2009-11-22 18:57 ` pinskia at gcc dot gnu dot org
2010-01-03 23:08 ` steven at gcc dot gnu dot org
2010-01-05 11:25 ` joseph at codesourcery dot com
2010-01-14 16:46 ` rguenth at gcc dot gnu dot org
2010-01-29 22:32 ` pinskia at gcc dot gnu dot org
2010-03-30 17:22 ` [Bug c/39959] [4.5 Regression] IMA is broken, gcc.dg/pr34668-1.c, gcc.dg/pr34668-2.c ICE ghazi at gcc dot gnu dot org
2010-04-06 11:28 ` rguenth at gcc dot gnu dot org
2010-06-02 20:53 ` [Bug c/39959] [4.5/4.6 " pinskia at gcc dot gnu dot org
2010-07-03  3:43 ` hp at gcc dot gnu dot org
2010-07-03 10:51 ` [Bug c/39959] [4.5 " rguenth at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090430002500.16717.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).