public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/23747] New: ICE with -O2, -O3 execute/builtins/memcpy-chk.c
@ 2005-09-06  5:26 inaoka dot kazuhiro at renesas dot com
  2005-09-06  9:28 ` [Bug target/23747] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: inaoka dot kazuhiro at renesas dot com @ 2005-09-06  5:26 UTC (permalink / raw)
  To: gcc-bugs

Configured with: /home4/src/gcc/org/gcc/configure --target=m32r-linux-gnu
--prefix=/usr/local/m32r-linux --srcdir=/home4/src/gcc/org/gcc
--with-headers=/home4/src/glibc-next//include --enable-checking
--enable-languages=c,c++
Thread model: posix
gcc version 4.1.0 20050906 (experimental)
/home4/src/gcc/org/build.linux-local/gcc/xgcc  version 4.1.0 20050906 (experimental)

Running
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp ...
FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation,  -O2
FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation,  -O3
-fomit-frame-pointer
FAIL: gcc.c-torture/execute/builtins/memcpy-chk.c compilation,  -O3 -g

Executing on host: /home4/src/gcc/org/build.linux-local/gcc/xgcc
-B/home4/src/gcc/org/build.linux-local/gcc/
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.c
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk-lib.c
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/main.c 
-w  -O2  -fno-show-column  -lm   -o
/home4/src/gcc/org/build.linux-local/gcc/testsuite/memcpy-chk.x2    (timeout = 300)
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.c:
In function 'test6':
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.c:463:
internal compiler error: in schedule_insns, at sched-rgn.c:2605
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.c:
In function 'test6':
/home4/src/gcc/org/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/memcpy-chk.c:463:
internal compiler error: in schedule_insns, at sched-rgn.c:2605
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: ICE with -O2, -O3 execute/builtins/memcpy-chk.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: inaoka dot kazuhiro at renesas dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: m32r-unknown-linux-gnu


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


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

* [Bug target/23747] ICE with -O2, -O3 execute/builtins/memcpy-chk.c
  2005-09-06  5:26 [Bug c/23747] New: ICE with -O2, -O3 execute/builtins/memcpy-chk.c inaoka dot kazuhiro at renesas dot com
@ 2005-09-06  9:28 ` pinskia at gcc dot gnu dot org
  2005-09-07 11:58 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-06  9:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target
           Keywords|                            |ice-on-valid-code


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


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

* [Bug target/23747] ICE with -O2, -O3 execute/builtins/memcpy-chk.c
  2005-09-06  5:26 [Bug c/23747] New: ICE with -O2, -O3 execute/builtins/memcpy-chk.c inaoka dot kazuhiro at renesas dot com
  2005-09-06  9:28 ` [Bug target/23747] " pinskia at gcc dot gnu dot org
@ 2005-09-07 11:58 ` cvs-commit at gcc dot gnu dot org
  2005-09-07 12:05 ` cvs-commit at gcc dot gnu dot org
  2005-09-07 13:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-07 11:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-07 11:58 -------
Subject: Bug 23747

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	nickc@gcc.gnu.org	2005-09-07 11:57:47

Modified files:
	gcc            : ChangeLog 
	gcc/config/m32r: m32r.md 

Log message:
	PR target/23747
	* config/m32r.md (movmemsi_internal): Canonicalize order of operands in
	PLUS component of template.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9914&r2=2.9915
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m32r/m32r.md.diff?cvsroot=gcc&r1=1.56&r2=1.57



-- 


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


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

* [Bug target/23747] ICE with -O2, -O3 execute/builtins/memcpy-chk.c
  2005-09-06  5:26 [Bug c/23747] New: ICE with -O2, -O3 execute/builtins/memcpy-chk.c inaoka dot kazuhiro at renesas dot com
  2005-09-06  9:28 ` [Bug target/23747] " pinskia at gcc dot gnu dot org
  2005-09-07 11:58 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-07 12:05 ` cvs-commit at gcc dot gnu dot org
  2005-09-07 13:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-09-07 12:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-07 12:05 -------
Subject: Bug 23747

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	nickc@gcc.gnu.org	2005-09-07 12:04:42

Modified files:
	gcc            : ChangeLog 
	gcc/config/m32r: m32r.md 

Log message:
	PR target/23747
	* config/m32r.md (movmemsi_internal): Canonicalize order of operands in
	PLUS component of template.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.417&r2=2.7592.2.418
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m32r/m32r.md.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.50.10.1&r2=1.50.10.2



-- 


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


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

* [Bug target/23747] ICE with -O2, -O3 execute/builtins/memcpy-chk.c
  2005-09-06  5:26 [Bug c/23747] New: ICE with -O2, -O3 execute/builtins/memcpy-chk.c inaoka dot kazuhiro at renesas dot com
                   ` (2 preceding siblings ...)
  2005-09-07 12:05 ` cvs-commit at gcc dot gnu dot org
@ 2005-09-07 13:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-07 13:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-07 13:23 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.2


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


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

end of thread, other threads:[~2005-09-07 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06  5:26 [Bug c/23747] New: ICE with -O2, -O3 execute/builtins/memcpy-chk.c inaoka dot kazuhiro at renesas dot com
2005-09-06  9:28 ` [Bug target/23747] " pinskia at gcc dot gnu dot org
2005-09-07 11:58 ` cvs-commit at gcc dot gnu dot org
2005-09-07 12:05 ` cvs-commit at gcc dot gnu dot org
2005-09-07 13:24 ` 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).