public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libmudflap/31681]  New: [4.3 regression]: Many libmudflap faulures
@ 2007-04-24 14:05 hjl at lucon dot org
  2007-04-25 23:32 ` [Bug libmudflap/31681] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-04-24 14:05 UTC (permalink / raw)
  To: gcc-bugs

There are many failures in libmudflap in

http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01222.html

        === libmudflap tests ===


Running target unix/-m32
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test

                === libmudflap Summary for unix/-m32 ===

# of expected passes            1821
# of unexpected failures        5

Running target unix
FAIL: libmudflap.c/pass49-frag.c execution test
FAIL: libmudflap.c/pass49-frag.c output pattern test
FAIL: libmudflap.c/pass49-frag.c execution test
FAIL: libmudflap.c/pass49-frag.c output pattern test
FAIL: libmudflap.c/fail8-frag.c (-static) output pattern test
FAIL: libmudflap.c/fail9-frag.c (-static) output pattern test
FAIL: libmudflap.c/pass49-frag.c (-static) execution test
FAIL: libmudflap.c/pass49-frag.c (-static) output pattern test
FAIL: libmudflap.c/pass49-frag.c (-static) execution test
FAIL: libmudflap.c/pass49-frag.c (-static) output pattern test
FAIL: externs-12 execution 
FAIL: externs-21 execution 
FAIL: externs-12 execution -static
FAIL: externs-21 execution -static
FAIL: externs-12 execution -O2
FAIL: externs-21 execution -O2
FAIL: externs-12 execution -O3
FAIL: externs-21 execution -O3
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test

                === libmudflap Summary for unix ===

# of expected passes            1803
# of unexpected failures        23

                === libmudflap Summary ===

# of expected passes            3624
# of unexpected failures        28


-- 
           Summary: [4.3 regression]: Many libmudflap faulures
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libmudflap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: x86_64-unknown-linux-gnu


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


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

* [Bug libmudflap/31681] [4.3 regression]: Many libmudflap faulures
  2007-04-24 14:05 [Bug libmudflap/31681] New: [4.3 regression]: Many libmudflap faulures hjl at lucon dot org
@ 2007-04-25 23:32 ` pinskia at gcc dot gnu dot org
  2007-04-28 16:21 ` hjl at lucon dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-25 23:32 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

* [Bug libmudflap/31681] [4.3 regression]: Many libmudflap faulures
  2007-04-24 14:05 [Bug libmudflap/31681] New: [4.3 regression]: Many libmudflap faulures hjl at lucon dot org
  2007-04-25 23:32 ` [Bug libmudflap/31681] " pinskia at gcc dot gnu dot org
@ 2007-04-28 16:21 ` hjl at lucon dot org
  2007-04-28 18:31 ` hjl at lucon dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-04-28 16:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl at lucon dot org  2007-04-28 17:21 -------
It works with revision 123966:

http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg00980.html

fails with revision 124014:

http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg01094.html


-- 


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


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

* [Bug libmudflap/31681] [4.3 regression]: Many libmudflap faulures
  2007-04-24 14:05 [Bug libmudflap/31681] New: [4.3 regression]: Many libmudflap faulures hjl at lucon dot org
  2007-04-25 23:32 ` [Bug libmudflap/31681] " pinskia at gcc dot gnu dot org
  2007-04-28 16:21 ` hjl at lucon dot org
@ 2007-04-28 18:31 ` hjl at lucon dot org
  2007-05-18 21:36 ` hjl at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-04-28 18:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at lucon dot org  2007-04-28 19:31 -------
I have verified that this patch

http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01333.html

causes this regression on Linux/x86-64. Richard, can you take a look? Thanks.


-- 

hjl at lucon dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org


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


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

* [Bug libmudflap/31681] [4.3 regression]: Many libmudflap faulures
  2007-04-24 14:05 [Bug libmudflap/31681] New: [4.3 regression]: Many libmudflap faulures hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-04-28 18:31 ` hjl at lucon dot org
@ 2007-05-18 21:36 ` hjl at gcc dot gnu dot org
  2007-05-18 21:41 ` hjl at lucon dot org
  2007-06-12 11:21 ` rob1weld at aol dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at gcc dot gnu dot org @ 2007-05-18 21:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl at gcc dot gnu dot org  2007-05-18 22:35 -------
Subject: Bug 31681

Author: hjl
Date: Fri May 18 21:35:12 2007
New Revision: 124835

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124835
Log:
2007-05-18  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/31989
        PR target/31681
        PR target/31666
        * config/i386/i386.c (init_cumulative_args): Set maybe_vaarg to
        true if function has no argument.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


-- 


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


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

* [Bug libmudflap/31681] [4.3 regression]: Many libmudflap faulures
  2007-04-24 14:05 [Bug libmudflap/31681] New: [4.3 regression]: Many libmudflap faulures hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-05-18 21:36 ` hjl at gcc dot gnu dot org
@ 2007-05-18 21:41 ` hjl at lucon dot org
  2007-06-12 11:21 ` rob1weld at aol dot com
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-05-18 21:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl at lucon dot org  2007-05-18 22:41 -------
Fixed.


-- 

hjl at lucon dot org changed:

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


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


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

* [Bug libmudflap/31681] [4.3 regression]: Many libmudflap faulures
  2007-04-24 14:05 [Bug libmudflap/31681] New: [4.3 regression]: Many libmudflap faulures hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2007-05-18 21:41 ` hjl at lucon dot org
@ 2007-06-12 11:21 ` rob1weld at aol dot com
  5 siblings, 0 replies; 7+ messages in thread
From: rob1weld at aol dot com @ 2007-06-12 11:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rob1weld at aol dot com  2007-06-12 11:21 -------
>> hjl@lucon.org
>> Fixed.

Nope.

Results for 4.3.0 20070611 (experimental) testsuite on i686-pc-linux-gnu
http://gcc.gnu.org/ml/gcc-testresults/2007-06/msg00573.html


A portion of this bug report is duplicated at:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32276


-- 


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


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

end of thread, other threads:[~2007-06-12 11:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-24 14:05 [Bug libmudflap/31681] New: [4.3 regression]: Many libmudflap faulures hjl at lucon dot org
2007-04-25 23:32 ` [Bug libmudflap/31681] " pinskia at gcc dot gnu dot org
2007-04-28 16:21 ` hjl at lucon dot org
2007-04-28 18:31 ` hjl at lucon dot org
2007-05-18 21:36 ` hjl at gcc dot gnu dot org
2007-05-18 21:41 ` hjl at lucon dot org
2007-06-12 11:21 ` rob1weld at aol 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).