public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/51748] New: gcc.misc-tests/linkage.c fails on mips64-linux-gnu
@ 2012-01-03 23:44 pinskia at gcc dot gnu.org
  2012-01-03 23:45 ` [Bug testsuite/51748] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-03 23:44 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51748
           Summary: gcc.misc-tests/linkage.c fails on mips64-linux-gnu
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pinskia@gcc.gnu.org


Currently gcc.misc-tests/linkage.c fails because
testsuite/gcc.misc-tests/linkage.exp does not have the support for
-mabi=n32/-mabi=64 in it.
"mips-sgi-irix6*" is supported and mips*-linux-gnu can be supported the same
way.


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

* [Bug testsuite/51748] gcc.misc-tests/linkage.c fails on mips64-linux-gnu
  2012-01-03 23:44 [Bug testsuite/51748] New: gcc.misc-tests/linkage.c fails on mips64-linux-gnu pinskia at gcc dot gnu.org
@ 2012-01-03 23:45 ` pinskia at gcc dot gnu.org
  2021-09-01  0:17 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-03 23:45 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |mips64-*-linux-gnu
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-01-03
         AssignedTo|unassigned at gcc dot       |pinskia at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-03 23:44:47 UTC ---
I am going to fix it.


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

* [Bug testsuite/51748] gcc.misc-tests/linkage.c fails on mips64-linux-gnu
  2012-01-03 23:44 [Bug testsuite/51748] New: gcc.misc-tests/linkage.c fails on mips64-linux-gnu pinskia at gcc dot gnu.org
  2012-01-03 23:45 ` [Bug testsuite/51748] " pinskia at gcc dot gnu.org
@ 2021-09-01  0:17 ` pinskia at gcc dot gnu.org
  2021-09-01 19:49 ` cvs-commit at gcc dot gnu.org
  2021-09-01 19:52 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-01  0:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Created attachment 51390
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51390&action=edit
Patch

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

* [Bug testsuite/51748] gcc.misc-tests/linkage.c fails on mips64-linux-gnu
  2012-01-03 23:44 [Bug testsuite/51748] New: gcc.misc-tests/linkage.c fails on mips64-linux-gnu pinskia at gcc dot gnu.org
  2012-01-03 23:45 ` [Bug testsuite/51748] " pinskia at gcc dot gnu.org
  2021-09-01  0:17 ` pinskia at gcc dot gnu.org
@ 2021-09-01 19:49 ` cvs-commit at gcc dot gnu.org
  2021-09-01 19:52 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-09-01 19:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pinskia@gcc.gnu.org>:

https://gcc.gnu.org/g:852fdc23a20d07087b5908b57ae7725f435732d5

commit r12-3301-g852fdc23a20d07087b5908b57ae7725f435732d5
Author: Andrew Pinski <apinski@marvell.com>
Date:   Wed Sep 1 00:13:51 2021 +0000

    Add MIPS Linux support to gcc.misc-tests/linkage.c (testsuite/51748)

    This adds MIPS Linux support to gcc.misc-tests/linkage.exp.  Basically
    copying what was done for MIPS IRIX and changing the options to be correct.

    OK?

    gcc/testsuite/ChangeLog:

            PR testsuite/51748
            * gcc.misc-tests/linkage.exp: Add mips*-linux-* support.

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

* [Bug testsuite/51748] gcc.misc-tests/linkage.c fails on mips64-linux-gnu
  2012-01-03 23:44 [Bug testsuite/51748] New: gcc.misc-tests/linkage.c fails on mips64-linux-gnu pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-09-01 19:49 ` cvs-commit at gcc dot gnu.org
@ 2021-09-01 19:52 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-01 19:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2021-09-01 19:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-03 23:44 [Bug testsuite/51748] New: gcc.misc-tests/linkage.c fails on mips64-linux-gnu pinskia at gcc dot gnu.org
2012-01-03 23:45 ` [Bug testsuite/51748] " pinskia at gcc dot gnu.org
2021-09-01  0:17 ` pinskia at gcc dot gnu.org
2021-09-01 19:49 ` cvs-commit at gcc dot gnu.org
2021-09-01 19:52 ` pinskia 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).