public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31666]  New: [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test
@ 2007-04-23 14:17 hjl at lucon dot org
  2007-04-23 14:26 ` [Bug c++/31666] " rguenth at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2007-04-23 14:17 UTC (permalink / raw)
  To: gcc-bugs

In

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

there is

FAIL: g++.old-deja/g++.other/vbase5.C execution test


-- 
           Summary: [4.3 regression]: g++.old-deja/g++.other/vbase5.C
                    execution test
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug c++/31666] [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test
  2007-04-23 14:17 [Bug c++/31666] New: [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test hjl at lucon dot org
@ 2007-04-23 14:26 ` rguenth at gcc dot gnu dot org
  2007-04-30 10:24 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-04-23 14:26 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2007-04-23 15:26 -------
Confirmed, I also see this.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-04-23 15:26:32
               date|                            |


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


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

* [Bug c++/31666] [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test
  2007-04-23 14:17 [Bug c++/31666] New: [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test hjl at lucon dot org
  2007-04-23 14:26 ` [Bug c++/31666] " rguenth at gcc dot gnu dot org
@ 2007-04-30 10:24 ` pinskia at gcc dot gnu dot org
  2007-05-18 15:32 ` hjl at lucon dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-30 10:24 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Keywords|                            |wrong-code
   Target Milestone|---                         |4.3.0


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


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

* [Bug c++/31666] [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test
  2007-04-23 14:17 [Bug c++/31666] New: [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test hjl at lucon dot org
  2007-04-23 14:26 ` [Bug c++/31666] " rguenth at gcc dot gnu dot org
  2007-04-30 10:24 ` pinskia at gcc dot gnu dot org
@ 2007-05-18 15:32 ` hjl at lucon dot org
  2007-05-18 21:36 ` [Bug target/31666] " hjl at gcc dot gnu dot org
  2007-05-18 21:41 ` hjl at lucon dot org
  4 siblings, 0 replies; 6+ messages in thread
From: hjl at lucon dot org @ 2007-05-18 15:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl at lucon dot org  2007-05-18 16:32 -------
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=31666


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

* [Bug target/31666] [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test
  2007-04-23 14:17 [Bug c++/31666] New: [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-05-18 15:32 ` 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
  4 siblings, 0 replies; 6+ 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 31666

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=31666


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

* [Bug target/31666] [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test
  2007-04-23 14:17 [Bug c++/31666] New: [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-05-18 21:36 ` [Bug target/31666] " hjl at gcc dot gnu dot org
@ 2007-05-18 21:41 ` hjl at lucon dot org
  4 siblings, 0 replies; 6+ 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:40 -------
Fixed.


-- 

hjl at lucon dot org changed:

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


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


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

end of thread, other threads:[~2007-05-18 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-23 14:17 [Bug c++/31666] New: [4.3 regression]: g++.old-deja/g++.other/vbase5.C execution test hjl at lucon dot org
2007-04-23 14:26 ` [Bug c++/31666] " rguenth at gcc dot gnu dot org
2007-04-30 10:24 ` pinskia at gcc dot gnu dot org
2007-05-18 15:32 ` hjl at lucon dot org
2007-05-18 21:36 ` [Bug target/31666] " hjl at gcc dot gnu dot org
2007-05-18 21:41 ` hjl at lucon 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).