public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/24341]  New: [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c
@ 2005-10-12 22:52 hp at gcc dot gnu dot org
  2005-10-12 23:17 ` [Bug target/24341] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-10-12 22:52 UTC (permalink / raw)
  To: gcc-bugs

Last known to work with: "Tue Aug 16 12:30:26 UTC 2005".
Known to fail with: "Tue Oct 11 22:12:26 UTC 2005".
With LAST_UPDATED: "Wed Oct 12 20:15:38 UTC 2005" I still get:
Running
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
FAIL: gcc.c-torture/compile/sync-1.c  -O0  (test for excess errors)
FAIL: gcc.c-torture/compile/sync-1.c  -O1  (test for excess errors)
FAIL: gcc.c-torture/compile/sync-1.c  -O2  (test for excess errors)
FAIL: gcc.c-torture/compile/sync-1.c  -O3 -fomit-frame-pointer  (test for
excess errors)
FAIL: gcc.c-torture/compile/sync-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/compile/sync-1.c  -Os  (test for excess errors)

With the message in the .log being:
Executing on host: /home/hp/combined/cris-regobj/gcc/xgcc
-B/home/hp/combined/cris-regobj/gcc/   -O0  -w -fno-show-column -c   -i\
system /home/hp/combined/cris-regobj/cris-unknown-elf/./newlib/targ-include
-isystem /home/hp/combined/combined/newlib/libc/inclu\
de  -o sync-1.o
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/sync-1.c   
(timeout = 300)
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/sync-1.c: In
function 'test_lock':^M
/home/hp/combined/combined/gcc/testsuite/gcc.c-torture/compile/sync-1.c:274:
internal compiler error: in emit_move_insn, at expr.\
c:3145^M


-- 
           Summary: [4.1 regression] testsuite failure: gcc.c-
                    torture/compile/sync-1.c
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: cris-axis-elf, cris-axis-linux-gnu


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


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

* [Bug target/24341] [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c
  2005-10-12 22:52 [Bug middle-end/24341] New: [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c hp at gcc dot gnu dot org
@ 2005-10-12 23:17 ` pinskia at gcc dot gnu dot org
  2005-10-14  9:25 ` [Bug middle-end/24341] " hp at gcc dot gnu dot org
  2005-10-16 22:46 ` hp at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-12 23:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-12 23:17 -------
This is more likely a target bug.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |target


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


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

* [Bug middle-end/24341] [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c
  2005-10-12 22:52 [Bug middle-end/24341] New: [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c hp at gcc dot gnu dot org
  2005-10-12 23:17 ` [Bug target/24341] " pinskia at gcc dot gnu dot org
@ 2005-10-14  9:25 ` hp at gcc dot gnu dot org
  2005-10-16 22:46 ` hp at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-10-14  9:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2005-10-14 09:25 -------
This is a middle-end bug.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |hp at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
          Component|target                      |middle-end
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-14 09:25:49
               date|                            |


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


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

* [Bug middle-end/24341] [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c
  2005-10-12 22:52 [Bug middle-end/24341] New: [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c hp at gcc dot gnu dot org
  2005-10-12 23:17 ` [Bug target/24341] " pinskia at gcc dot gnu dot org
  2005-10-14  9:25 ` [Bug middle-end/24341] " hp at gcc dot gnu dot org
@ 2005-10-16 22:46 ` hp at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-10-16 22:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hp at gcc dot gnu dot org  2005-10-16 22:46 -------
Fixed as per commit of
<URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00907.html>


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.1.0


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


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

end of thread, other threads:[~2005-10-16 22:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-12 22:52 [Bug middle-end/24341] New: [4.1 regression] testsuite failure: gcc.c-torture/compile/sync-1.c hp at gcc dot gnu dot org
2005-10-12 23:17 ` [Bug target/24341] " pinskia at gcc dot gnu dot org
2005-10-14  9:25 ` [Bug middle-end/24341] " hp at gcc dot gnu dot org
2005-10-16 22:46 ` hp 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).