public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51917] New: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs
@ 2012-01-20 17:45 ro at gcc dot gnu.org
  2012-01-20 17:46 ` [Bug c++/51917] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ro at gcc dot gnu.org @ 2012-01-20 17:45 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51917
           Summary: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
              Host: sparc-sun-solaris*, mips-sgi-irix6.5
            Target: sparc-sun-solaris*, mips-sgi-irix6.5
             Build: sparc-sun-solaris*, mips-sgi-irix6.5


Between 20120113 and 20120117, the g++.old-deja/g++.abi/vmihint.C test started
to FAIL on Solaris/SPARC and IRIX 6.5:

FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++98 execution test
FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++11 execution test

The test exits with 1.

This is a regression from gcc 4.6.

  Rainer


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

* [Bug c++/51917] [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs
  2012-01-20 17:45 [Bug c++/51917] New: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs ro at gcc dot gnu.org
@ 2012-01-20 17:46 ` pinskia at gcc dot gnu.org
  2012-01-24 19:51 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-20 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|sparc-sun-solaris*,         |sparc-sun-solaris*,
                   |mips-sgi-irix6.5            |mips*-*-*
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |wrong-code
   Last reconfirmed|                            |2012-01-20
               Host|sparc-sun-solaris*,         |sparc-sun-solaris*,
                   |mips-sgi-irix6.5            |mips*-*-*
     Ever Confirmed|0                           |1
   Target Milestone|---                         |4.7.0
              Build|sparc-sun-solaris*,         |sparc-sun-solaris*,
                   |mips-sgi-irix6.5            |mips*-*-*

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-20 17:37:44 UTC ---
Fails on MIPS64-linux-gnu also.

And reported to fail on other targets too:

<pinskia> +FAIL: g++.old-deja/g++.abi/vmihint.C -std=c++98 execution test
<pinskia> on mips64-linux-gnu
<jakub> pinskia: it fails on s390-linux and ppc-linux too (32-bit in both
cases, 64-bit is fine)


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

* [Bug c++/51917] [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs
  2012-01-20 17:45 [Bug c++/51917] New: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs ro at gcc dot gnu.org
  2012-01-20 17:46 ` [Bug c++/51917] " pinskia at gcc dot gnu.org
@ 2012-01-24 19:51 ` jason at gcc dot gnu.org
  2012-01-25  5:03 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-01-24 19:51 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-24 19:41:44 UTC ---
This seems to have to do with the host, rather than the target; a
sparc64-unknown-linux-gnu native compiler has the bug, while a cross-compiler
from i686-pc-linux-gnu does not.


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

* [Bug c++/51917] [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs
  2012-01-20 17:45 [Bug c++/51917] New: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs ro at gcc dot gnu.org
  2012-01-20 17:46 ` [Bug c++/51917] " pinskia at gcc dot gnu.org
  2012-01-24 19:51 ` jason at gcc dot gnu.org
@ 2012-01-25  5:03 ` jason at gcc dot gnu.org
  2012-01-25  5:04 ` jason at gcc dot gnu.org
  2012-01-25  5:05 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-01-25  5:03 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |jason at gcc dot gnu.org
                   |gnu.org                     |


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

* [Bug c++/51917] [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs
  2012-01-20 17:45 [Bug c++/51917] New: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-01-25  5:03 ` jason at gcc dot gnu.org
@ 2012-01-25  5:04 ` jason at gcc dot gnu.org
  2012-01-25  5:05 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-01-25  5:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-25 04:39:59 UTC ---
Author: jason
Date: Wed Jan 25 04:39:52 2012
New Revision: 183509

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183509
Log:
    PR c++/51917
    * decl.c (xref_basetypes): Check VEC_length instead of VEC_space.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.c


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

* [Bug c++/51917] [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs
  2012-01-20 17:45 [Bug c++/51917] New: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2012-01-25  5:04 ` jason at gcc dot gnu.org
@ 2012-01-25  5:05 ` jason at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu.org @ 2012-01-25  5:05 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-25 04:41:59 UTC ---
Fixed.


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

end of thread, other threads:[~2012-01-25  4:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-20 17:45 [Bug c++/51917] New: [4.7 regression] g++.old-deja/g++.abi/vmihint.C FAILs ro at gcc dot gnu.org
2012-01-20 17:46 ` [Bug c++/51917] " pinskia at gcc dot gnu.org
2012-01-24 19:51 ` jason at gcc dot gnu.org
2012-01-25  5:03 ` jason at gcc dot gnu.org
2012-01-25  5:04 ` jason at gcc dot gnu.org
2012-01-25  5:05 ` jason at gcc dot gnu.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).