public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs
       [not found] <bug-43995-4@http.gcc.gnu.org/bugzilla/>
@ 2011-05-28 11:35 ` rsandifo at gcc dot gnu.org
  2011-05-28 12:02 ` [Bug target/43995] " rsandifo at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2011-05-28 11:35 UTC (permalink / raw)
  To: gcc-bugs

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

rsandifo@gcc.gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graham.gower at gmail dot
                   |                            |com

--- Comment #9 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-05-28 11:33:14 UTC ---
*** Bug 44944 has been marked as a duplicate of this bug. ***


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

* [Bug target/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs
       [not found] <bug-43995-4@http.gcc.gnu.org/bugzilla/>
  2011-05-28 11:35 ` [Bug middle-end/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs rsandifo at gcc dot gnu.org
@ 2011-05-28 12:02 ` rsandifo at gcc dot gnu.org
  2011-05-29 17:46 ` rsandifo at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2011-05-28 12:02 UTC (permalink / raw)
  To: gcc-bugs

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

rsandifo@gcc.gnu.org <rsandifo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.05.28 11:35:13
                 CC|                            |rsandifo at gcc dot gnu.org
          Component|middle-end                  |target
         AssignedTo|unassigned at gcc dot       |rsandifo at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1


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

* [Bug target/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs
       [not found] <bug-43995-4@http.gcc.gnu.org/bugzilla/>
  2011-05-28 11:35 ` [Bug middle-end/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs rsandifo at gcc dot gnu.org
  2011-05-28 12:02 ` [Bug target/43995] " rsandifo at gcc dot gnu.org
@ 2011-05-29 17:46 ` rsandifo at gcc dot gnu.org
  2011-05-29 17:48 ` rsandifo at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2011-05-29 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-05-29 17:41:53 UTC ---
Author: rsandifo
Date: Sun May 29 17:41:50 2011
New Revision: 174402

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174402
Log:
gcc/
    PR target/43995
    * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
    recurse_p argument.  Only follow register copies if it is set,
    and prevent mips_find_pic_call_symbol from recursing.
    (mips_find_pic_call_symbol): Add a recurse_p argument.
    Pass it to mips_pic_call_symbol_from_set.
    (mips_annotate_pic_calls): Update accordingly.

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


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

* [Bug target/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs
       [not found] <bug-43995-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-05-29 17:46 ` rsandifo at gcc dot gnu.org
@ 2011-05-29 17:48 ` rsandifo at gcc dot gnu.org
  2011-05-29 18:05 ` rsandifo at gcc dot gnu.org
  2011-05-29 18:11 ` rsandifo at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2011-05-29 17:48 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-05-29 17:47:53 UTC ---
Author: rsandifo
Date: Sun May 29 17:47:51 2011
New Revision: 174404

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174404
Log:
gcc/
    PR target/43995
    * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
    recurse_p argument.  Only follow register copies if it is set,
    and prevent mips_find_pic_call_symbol from recursing.
    (mips_find_pic_call_symbol): Add a recurse_p argument.
    Pass it to mips_pic_call_symbol_from_set.
    (mips_annotate_pic_calls): Update accordingly.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/config/mips/mips.c


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

* [Bug target/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs
       [not found] <bug-43995-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-05-29 17:48 ` rsandifo at gcc dot gnu.org
@ 2011-05-29 18:05 ` rsandifo at gcc dot gnu.org
  2011-05-29 18:11 ` rsandifo at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2011-05-29 18:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-05-29 17:50:57 UTC ---
Author: rsandifo
Date: Sun May 29 17:50:53 2011
New Revision: 174407

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174407
Log:
gcc/
    PR target/43995
    * config/mips/mips.c (mips_pic_call_symbol_from_set): Add a
    recurse_p argument.  Only follow register copies if it is set,
    and prevent mips_find_pic_call_symbol from recursing.
    (mips_find_pic_call_symbol): Add a recurse_p argument.
    Pass it to mips_pic_call_symbol_from_set.
    (mips_annotate_pic_calls): Update accordingly.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/mips/mips.c


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

* [Bug target/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs
       [not found] <bug-43995-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-05-29 18:05 ` rsandifo at gcc dot gnu.org
@ 2011-05-29 18:11 ` rsandifo at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: rsandifo at gcc dot gnu.org @ 2011-05-29 18:11 UTC (permalink / raw)
  To: gcc-bugs

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

rsandifo@gcc.gnu.org <rsandifo at gcc dot gnu.org> changed:

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

--- Comment #13 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-05-29 18:04:43 UTC ---
Patch applied to trunk, 4.5 and 4.6.


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

end of thread, other threads:[~2011-05-29 18:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-43995-4@http.gcc.gnu.org/bugzilla/>
2011-05-28 11:35 ` [Bug middle-end/43995] internal compiler error: Segmentation fault on Mips64 crossbuild of ext2progs rsandifo at gcc dot gnu.org
2011-05-28 12:02 ` [Bug target/43995] " rsandifo at gcc dot gnu.org
2011-05-29 17:46 ` rsandifo at gcc dot gnu.org
2011-05-29 17:48 ` rsandifo at gcc dot gnu.org
2011-05-29 18:05 ` rsandifo at gcc dot gnu.org
2011-05-29 18:11 ` rsandifo 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).