public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17689] New: Nrew testsuite failures indicate signal unwinding is broken
@ 2004-09-27 10:08 aph at gcc dot gnu dot org
  2004-09-27 10:12 ` [Bug java/17689] " aph at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-09-27 10:08 UTC (permalink / raw)
  To: java-prs

 

-- 
           Summary: Nrew testsuite failures indicate signal unwinding is
                    broken
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: aph at gcc dot gnu dot org
        ReportedBy: aph at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs 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=17689


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

* [Bug java/17689] Nrew testsuite failures indicate signal unwinding is broken
  2004-09-27 10:08 [Bug java/17689] New: Nrew testsuite failures indicate signal unwinding is broken aph at gcc dot gnu dot org
@ 2004-09-27 10:12 ` aph at gcc dot gnu dot org
  2004-09-27 12:33 ` [Bug java/17689] [4.0 Regression] New " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-09-27 10:12 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2004-09-27 10:12 -------
See http://gcc.gnu.org/ml/gcc-regression/2004-09/msg00184.html.

FAIL: Array_3 execution - source compiled test
FAIL: Array_3 -O3 execution - source compiled test
FAIL: Invoke_1 execution - source compiled test
FAIL: Invoke_1 execution - bytecode->native test
FAIL: Invoke_1 -O3 execution - source compiled test
FAIL: Invoke_1 -O3 execution - bytecode->native test

These tests were specially written to test unwinding from SEGV signals.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |17574
              nThis|                            |
           Severity|normal                      |critical
   Target Milestone|---                         |4.0.0


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


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

* [Bug java/17689] [4.0 Regression] New testsuite failures indicate signal unwinding is broken
  2004-09-27 10:08 [Bug java/17689] New: Nrew testsuite failures indicate signal unwinding is broken aph at gcc dot gnu dot org
  2004-09-27 10:12 ` [Bug java/17689] " aph at gcc dot gnu dot org
@ 2004-09-27 12:33 ` pinskia at gcc dot gnu dot org
  2004-09-27 12:34 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 12:33 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 12:33 -------
Confirmed via: http://gcc.gnu.org/ml/gcc-testresults/2004-09/msg01195.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-09-27 12:33:20
               date|                            |
            Summary|Nrew testsuite failures     |[4.0 Regression] New
                   |indicate signal unwinding is|testsuite failures indicate
                   |broken                      |signal unwinding is broken


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


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

* [Bug java/17689] [4.0 Regression] New testsuite failures indicate signal unwinding is broken
  2004-09-27 10:08 [Bug java/17689] New: Nrew testsuite failures indicate signal unwinding is broken aph at gcc dot gnu dot org
  2004-09-27 10:12 ` [Bug java/17689] " aph at gcc dot gnu dot org
  2004-09-27 12:33 ` [Bug java/17689] [4.0 Regression] New " pinskia at gcc dot gnu dot org
@ 2004-09-27 12:34 ` pinskia at gcc dot gnu dot org
  2004-09-27 12:52 ` aph at gcc dot gnu dot org
  2004-09-28 13:49 ` [Bug tree-optimization/17689] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-27 12:34 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-27 12:34 -------
It works on powerpc-apple-darwin though: <http://gcc.gnu.org/ml/gcc-testresults/2004-09/
msg01185.html> so this might be a target problem.

-- 


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


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

* [Bug java/17689] [4.0 Regression] New testsuite failures indicate signal unwinding is broken
  2004-09-27 10:08 [Bug java/17689] New: Nrew testsuite failures indicate signal unwinding is broken aph at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-09-27 12:34 ` pinskia at gcc dot gnu dot org
@ 2004-09-27 12:52 ` aph at gcc dot gnu dot org
  2004-09-28 13:49 ` [Bug tree-optimization/17689] " pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: aph at gcc dot gnu dot org @ 2004-09-27 12:52 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From aph at gcc dot gnu dot org  2004-09-27 12:51 -------
It's i386 specific.  I'm working on a patch now.


-- 


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


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

* [Bug tree-optimization/17689] [4.0 Regression] New testsuite failures indicate signal unwinding is broken
  2004-09-27 10:08 [Bug java/17689] New: Nrew testsuite failures indicate signal unwinding is broken aph at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-09-27 12:52 ` aph at gcc dot gnu dot org
@ 2004-09-28 13:49 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-28 13:49 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-09-28 13:49 -------
Fixed correctly by: <http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02867.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|java                        |tree-optimization
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-09-28 13:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-27 10:08 [Bug java/17689] New: Nrew testsuite failures indicate signal unwinding is broken aph at gcc dot gnu dot org
2004-09-27 10:12 ` [Bug java/17689] " aph at gcc dot gnu dot org
2004-09-27 12:33 ` [Bug java/17689] [4.0 Regression] New " pinskia at gcc dot gnu dot org
2004-09-27 12:34 ` pinskia at gcc dot gnu dot org
2004-09-27 12:52 ` aph at gcc dot gnu dot org
2004-09-28 13:49 ` [Bug tree-optimization/17689] " 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).