public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/39579]  New: [4.5 regression] Many regressions on trunk
@ 2009-03-29 16:49 hjl dot tools at gmail dot com
  2009-03-29 17:04 ` [Bug middle-end/39579] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-03-29 16:49 UTC (permalink / raw)
  To: gcc-bugs

As of revision 145224, on Linux/ia64, I saw

FAIL: gcc.dg/vect/vect-35.c scan-tree-dump-times vect "vectorized 2 loops" 1
FAIL: gfortran.dg/vect/fast-math-pr38968.f90 scan-tree-dump vect "vectorized 1
loops"
FAIL: libgomp.c++/collapse-2.C  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  (internal compiler error)
FAIL: libgomp.c++/collapse-2.C  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  (test for excess errors)
FAIL: libgomp.c++/collapse-2.C  -O3 -fomit-frame-pointer -funroll-loops 
(internal compiler error)
FAIL: libgomp.c++/collapse-2.C  -O3 -fomit-frame-pointer -funroll-loops  (test
for excess errors)


-- 
           Summary: [4.5 regression] Many regressions on trunk
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com
GCC target triplet: ia64-unknown-linux-gnu


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


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

* [Bug middle-end/39579] [4.5 regression] Many regressions on trunk
  2009-03-29 16:49 [Bug middle-end/39579] New: [4.5 regression] Many regressions on trunk hjl dot tools at gmail dot com
@ 2009-03-29 17:04 ` rguenth at gcc dot gnu dot org
  2009-03-29 18:54 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-03-29 17:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-03-29 17:03 -------
Please be more specific in your summaries, even if you end up filing a separate
bug per failing testcase (which would be appropriate anyway).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0


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


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

* [Bug middle-end/39579] [4.5 regression] Many regressions on trunk
  2009-03-29 16:49 [Bug middle-end/39579] New: [4.5 regression] Many regressions on trunk hjl dot tools at gmail dot com
  2009-03-29 17:04 ` [Bug middle-end/39579] " rguenth at gcc dot gnu dot org
@ 2009-03-29 18:54 ` hjl dot tools at gmail dot com
  2009-03-29 18:58 ` hjl dot tools at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-03-29 18:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2009-03-29 18:54 -------
Revision 145172 changed gcc.dg/vect/vect-35.c:

http://gcc.gnu.org/ml/gcc-cvs/2009-03/msg00679.html

It may have caused:

FAIL: gcc.dg/vect/vect-35.c scan-tree-dump-times vect "vectorized 2 loops" 1

on Linux/ia64.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|39580                       |


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


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

* [Bug middle-end/39579] [4.5 regression] Many regressions on trunk
  2009-03-29 16:49 [Bug middle-end/39579] New: [4.5 regression] Many regressions on trunk hjl dot tools at gmail dot com
  2009-03-29 17:04 ` [Bug middle-end/39579] " rguenth at gcc dot gnu dot org
  2009-03-29 18:54 ` hjl dot tools at gmail dot com
@ 2009-03-29 18:58 ` hjl dot tools at gmail dot com
  2009-04-22 13:46 ` [Bug middle-end/39579] [4.5 regression] revisions 145171/145172 caused 2 extra failures rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-03-29 18:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-03-29 18:58 -------
Revision 145171:

http://gcc.gnu.org/ml/gcc-cvs/2009-03/msg00678.html

added gfortran.dg/vect/fast-math-pr38968.f90. It failed on Linux/ia64.


-- 


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


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

* [Bug middle-end/39579] [4.5 regression] revisions 145171/145172 caused 2 extra failures
  2009-03-29 16:49 [Bug middle-end/39579] New: [4.5 regression] Many regressions on trunk hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-03-29 18:58 ` hjl dot tools at gmail dot com
@ 2009-04-22 13:46 ` rguenth at gcc dot gnu dot org
  2009-04-30 21:43 ` sje at gcc dot gnu dot org
  2009-05-01 14:52 ` sje at cup dot hp dot com
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-04-22 13:46 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug middle-end/39579] [4.5 regression] revisions 145171/145172 caused 2 extra failures
  2009-03-29 16:49 [Bug middle-end/39579] New: [4.5 regression] Many regressions on trunk hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-04-22 13:46 ` [Bug middle-end/39579] [4.5 regression] revisions 145171/145172 caused 2 extra failures rguenth at gcc dot gnu dot org
@ 2009-04-30 21:43 ` sje at gcc dot gnu dot org
  2009-05-01 14:52 ` sje at cup dot hp dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sje at gcc dot gnu dot org @ 2009-04-30 21:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from sje at gcc dot gnu dot org  2009-04-30 21:43 -------
Subject: Bug 39579

Author: sje
Date: Thu Apr 30 21:43:21 2009
New Revision: 147018

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147018
Log:
        PR middle-end/39579
        * gcc.dg/vect/vect-35.c: XFAIL for IA64 and Sparc.
        * gfortran.dg/vect/fast-math-pr38968.f90: Ditto.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/vect/vect-35.c
    trunk/gcc/testsuite/gfortran.dg/vect/fast-math-pr38968.f90


-- 


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


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

* [Bug middle-end/39579] [4.5 regression] revisions 145171/145172 caused 2 extra failures
  2009-03-29 16:49 [Bug middle-end/39579] New: [4.5 regression] Many regressions on trunk hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2009-04-30 21:43 ` sje at gcc dot gnu dot org
@ 2009-05-01 14:52 ` sje at cup dot hp dot com
  5 siblings, 0 replies; 7+ messages in thread
From: sje at cup dot hp dot com @ 2009-05-01 14:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from sje at cup dot hp dot com  2009-05-01 14:52 -------
XFAILed on IA64 and SPARC because they do not support the required vector
instructions used by these tests.


-- 

sje at cup dot hp dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-05-01 14:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-29 16:49 [Bug middle-end/39579] New: [4.5 regression] Many regressions on trunk hjl dot tools at gmail dot com
2009-03-29 17:04 ` [Bug middle-end/39579] " rguenth at gcc dot gnu dot org
2009-03-29 18:54 ` hjl dot tools at gmail dot com
2009-03-29 18:58 ` hjl dot tools at gmail dot com
2009-04-22 13:46 ` [Bug middle-end/39579] [4.5 regression] revisions 145171/145172 caused 2 extra failures rguenth at gcc dot gnu dot org
2009-04-30 21:43 ` sje at gcc dot gnu dot org
2009-05-01 14:52 ` sje at cup dot hp dot com

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