public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ipa/61820] New: 32-bit g++.dg/ipa/pr61160-3.C execution failure
@ 2014-07-16 12:52 ro at gcc dot gnu.org
  2014-07-16 13:00 ` [Bug ipa/61820] " dominiq at lps dot ens.fr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ro at gcc dot gnu.org @ 2014-07-16 12:52 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61820

            Bug ID: 61820
           Summary: 32-bit g++.dg/ipa/pr61160-3.C execution failure
           Product: gcc
           Version: 4.10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ro at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org
              Host: i386-pc-solaris2.1[01], x86_64-unknown-linux-gnu,
                    i686-unknown-linux-gnu
            Target: i386-pc-solaris2.1[01], x86_64-unknown-linux-gnu,
                    i686-unknown-linux-gnu
             Build: i386-pc-solaris2.1[01], x86_64-unknown-linux-gnu,
                    i686-unknown-linux-gnu

Between 20140627 (r212069) and 20140704 (r212295), the new 32-bit
g++.dg/ipa/pr61160-3.C execution
test FAILs on Solaris/x86, Linux/x86_64, and Linux/i686:

FAIL: g++.dg/ipa/pr61160-3.C  -std=gnu++98 execution test
FAIL: g++.dg/ipa/pr61160-3.C  -std=gnu++11 execution test
FAIL: g++.dg/ipa/pr61160-3.C  -std=gnu++1y execution test

both on mainline and the 4.9 branch.

  Rainer


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

* [Bug ipa/61820] 32-bit g++.dg/ipa/pr61160-3.C execution failure
  2014-07-16 12:52 [Bug ipa/61820] New: 32-bit g++.dg/ipa/pr61160-3.C execution failure ro at gcc dot gnu.org
@ 2014-07-16 13:00 ` dominiq at lps dot ens.fr
  2015-07-03 11:58 ` richard at netbsd dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-07-16 13:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61820

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-07-16
                 CC|                            |mjambor at suse dot cz
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed also on x86_64-apple-darwin13. The test fails since it has been added
at revision r212071.


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

* [Bug ipa/61820] 32-bit g++.dg/ipa/pr61160-3.C execution failure
  2014-07-16 12:52 [Bug ipa/61820] New: 32-bit g++.dg/ipa/pr61160-3.C execution failure ro at gcc dot gnu.org
  2014-07-16 13:00 ` [Bug ipa/61820] " dominiq at lps dot ens.fr
@ 2015-07-03 11:58 ` richard at netbsd dot org
  2015-07-06 12:30 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2015-07-08 11:30 ` jamborm at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: richard at netbsd dot org @ 2015-07-03 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61820

Richard PALO <richard at netbsd dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard at netbsd dot org

--- Comment #2 from Richard PALO <richard at netbsd dot org> ---
I have this as well on SunOS 5.11 illumos with 4.9* (on pkgsrc)


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

* [Bug ipa/61820] 32-bit g++.dg/ipa/pr61160-3.C execution failure
  2014-07-16 12:52 [Bug ipa/61820] New: 32-bit g++.dg/ipa/pr61160-3.C execution failure ro at gcc dot gnu.org
  2014-07-16 13:00 ` [Bug ipa/61820] " dominiq at lps dot ens.fr
  2015-07-03 11:58 ` richard at netbsd dot org
@ 2015-07-06 12:30 ` ro at CeBiTec dot Uni-Bielefeld.DE
  2015-07-08 11:30 ` jamborm at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: ro at CeBiTec dot Uni-Bielefeld.DE @ 2015-07-06 12:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61820

--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> ---
> --- Comment #2 from Richard PALO <richard at netbsd dot org> ---
> I have this as well on SunOS 5.11 illumos with 4.9* (on pkgsrc)

Right, the bug is still present on the 4.9 branch (only).  It was fixed
on mainline between r212903 and r212922, obviously by this patch (r212915)

2014-07-22  Martin Jambor  <mjambor@suse.cz>

        PR ipa/61160
        * g++.dg/ipa/pr61160-3.C (main): Return zero.

        Rainer


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

* [Bug ipa/61820] 32-bit g++.dg/ipa/pr61160-3.C execution failure
  2014-07-16 12:52 [Bug ipa/61820] New: 32-bit g++.dg/ipa/pr61160-3.C execution failure ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2015-07-06 12:30 ` ro at CeBiTec dot Uni-Bielefeld.DE
@ 2015-07-08 11:30 ` jamborm at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jamborm at gcc dot gnu.org @ 2015-07-08 11:30 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61820

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jamborm at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #5 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Sorry for missing the backport.  I have done it now and so this should
be fixed everywhere.


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

end of thread, other threads:[~2015-07-08 11:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-16 12:52 [Bug ipa/61820] New: 32-bit g++.dg/ipa/pr61160-3.C execution failure ro at gcc dot gnu.org
2014-07-16 13:00 ` [Bug ipa/61820] " dominiq at lps dot ens.fr
2015-07-03 11:58 ` richard at netbsd dot org
2015-07-06 12:30 ` ro at CeBiTec dot Uni-Bielefeld.DE
2015-07-08 11:30 ` jamborm 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).