public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/31388]  New: ICE building libiberty multilib for mips16 multilibs
@ 2007-03-29  9:33 nickc at redhat dot com
  2007-03-29 10:04 ` [Bug target/31388] " rsandifo at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: nickc at redhat dot com @ 2007-03-29  9:33 UTC (permalink / raw)
  To: gcc-bugs

I recently ran across an ICE building a target libiberty for one of
the multilibs of the mips64vrel-elf toolchain:

     .../libiberty/regex.c: In function 'byte_re_match_2_internal':
     .../libiberty/regex.c:7481: error: insn does not satisfy its constraints:
    (insn 5211 1697 1699 173 .../libiberty/regex.c:6589
    (set (reg:SI 5 $5)
         (lo_sum:SI (reg/f:SI 1104)
                    (symbol_ref:SI ("byte_reg_unset_dummy") [flags 0x6]
<var_decl 0x2a9860bc60 byte_reg_unset_dummy>))) 204 {*lowsi_mips16} (nil)
         (expr_list:REG_EQUAL (symbol_ref:SI ("byte_reg_unset_dummy") [flags
0x6] <var_decl 0x2a9860bc60 byte_reg_unset_dummy>)
         (nil)))
     .../libiberty/regex.c:7481: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:393
     Please submit a full bug report,
     with preprocessed source if appropriate.
     See <URL:http://gcc.gnu.org/bugs.html> for instructions.
     make[3]: *** [regex.o] Error 1
     make[3]: Leaving directory
.../mips64vrel-elf/mips64vrel-elf/mips16/libiberty'


-- 
           Summary: ICE building libiberty multilib for mips16 multilibs
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: nickc at redhat dot com
  GCC host triplet: x86_64-pc-linux-gnulibc2.3
GCC target triplet: mips64vrel-elf


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


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

* [Bug target/31388] ICE building libiberty multilib for mips16 multilibs
  2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
@ 2007-03-29 10:04 ` rsandifo at gcc dot gnu dot org
  2007-04-01 11:24 ` rsandifo at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2007-03-29 10:04 UTC (permalink / raw)
  To: gcc-bugs



-- 

rsandifo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-03-29 11:04:18
               date|                            |


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


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

* [Bug target/31388] ICE building libiberty multilib for mips16 multilibs
  2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
  2007-03-29 10:04 ` [Bug target/31388] " rsandifo at gcc dot gnu dot org
@ 2007-04-01 11:24 ` rsandifo at gcc dot gnu dot org
  2007-04-01 11:25 ` rsandifo at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2007-04-01 11:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rsandifo at gcc dot gnu dot org  2007-04-01 12:24 -------
Subject: Bug 31388

Author: rsandifo
Date: Sun Apr  1 12:23:54 2007
New Revision: 123398

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123398
Log:
gcc/
        PR target/31388
        * config/mips/mips.md (load_const_gp): New insn.
        * config/mips/mips.c (mips_split_symbol): Avoid using or creating
        the MIPS16 GP pseudo register if no_new_pseudos.
        (mips16_gp_pseudo_reg): Use gen_load_const_gp.

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


-- 


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


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

* [Bug target/31388] ICE building libiberty multilib for mips16 multilibs
  2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
  2007-03-29 10:04 ` [Bug target/31388] " rsandifo at gcc dot gnu dot org
  2007-04-01 11:24 ` rsandifo at gcc dot gnu dot org
@ 2007-04-01 11:25 ` rsandifo at gcc dot gnu dot org
  2007-04-26  2:30 ` mmitchel at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2007-04-01 11:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rsandifo at gcc dot gnu dot org  2007-04-01 12:25 -------
Patch applied to mainline


-- 

rsandifo at gcc dot gnu dot org changed:

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


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


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

* [Bug target/31388] ICE building libiberty multilib for mips16 multilibs
  2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
                   ` (2 preceding siblings ...)
  2007-04-01 11:25 ` rsandifo at gcc dot gnu dot org
@ 2007-04-26  2:30 ` mmitchel at gcc dot gnu dot org
  2007-07-04 17:18 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-04-26  2:30 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2007-04-26 03:29 -------
Subject: Bug 31388

Author: mmitchel
Date: Thu Apr 26 03:29:43 2007
New Revision: 124172

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124172
Log:
        PR c++/31388
        * cp-tree.h (ARITHMETIC_TYPE): Include COMPLEX_TYPE.
        * typeck.c (type_after_usual_arithmetic_conversions): Adjust, as
        COMPLEX_TYPE is now an ARITHMETIC_TYPE.
        * init.c (build_zero_init): Adjust, as
        COMPLEX_TYPE is now a SCALAR_TYPE.
        * typeck2.c (digest_init): Allow brace-enclosed initializers for
        COMPLEX_TYPE, even though that is now a SCALAR_TYPE.

        PR c++/31388
        * g++.dg/ext/complex2.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/ext/complex2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/init.c
    trunk/gcc/cp/typeck.c
    trunk/gcc/cp/typeck2.c


-- 


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


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

* [Bug target/31388] ICE building libiberty multilib for mips16 multilibs
  2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
                   ` (3 preceding siblings ...)
  2007-04-26  2:30 ` mmitchel at gcc dot gnu dot org
@ 2007-07-04 17:18 ` mmitchel at gcc dot gnu dot org
  2008-02-02  9:45 ` rsandifo at gcc dot gnu dot org
  2008-02-02 10:03 ` rsandifo at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-07-04 17:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from mmitchel at gcc dot gnu dot org  2007-07-04 17:18 -------
Subject: Bug 31388

Author: mmitchel
Date: Wed Jul  4 17:18:22 2007
New Revision: 126329

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126329
Log:
        PR c++/31388
        * cp-tree.h (ARITHMETIC_TYPE): Include COMPLEX_TYPE.
        * typeck.c (type_after_usual_arithmetic_conversions): Adjust, as
        COMPLEX_TYPE is now an ARITHMETIC_TYPE.
        * init.c (build_zero_init): Adjust, as
        COMPLEX_TYPE is now a SCALAR_TYPE.
        * typeck2.c (digest_init): Allow brace-enclosed initializers for
        COMPLEX_TYPE, even though that is now a SCALAR_TYPE.

        PR c++/31338
        * g++.dg/ext/complex2.C: New test.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/ext/complex2.C
      - copied unchanged from r124172,
trunk/gcc/testsuite/g++.dg/ext/complex2.C
Modified:
    branches/gcc-4_2-branch/gcc/cp/ChangeLog
    branches/gcc-4_2-branch/gcc/cp/cp-tree.h
    branches/gcc-4_2-branch/gcc/cp/init.c
    branches/gcc-4_2-branch/gcc/cp/typeck.c
    branches/gcc-4_2-branch/gcc/cp/typeck2.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug target/31388] ICE building libiberty multilib for mips16 multilibs
  2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
                   ` (4 preceding siblings ...)
  2007-07-04 17:18 ` mmitchel at gcc dot gnu dot org
@ 2008-02-02  9:45 ` rsandifo at gcc dot gnu dot org
  2008-02-02 10:03 ` rsandifo at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-02-02  9:45 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rsandifo at gcc dot gnu dot org  2008-02-02 09:45 -------
Subject: Bug 31388

Author: rsandifo
Date: Sat Feb  2 09:44:21 2008
New Revision: 132066

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132066
Log:
gcc/
        PR target/31388
        * config/mips/mips.md (load_const_gp_<mode>): New insns.
        * config/mips/mips.c (gen_load_const_gp): New function.
        (mips_split_symbol): Avoid using or creating the MIPS16 GP
        pseudo register if no_new_pseudos.
        (mips16_gp_pseudo_reg): Use gen_load_const_gp.

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


-- 


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


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

* [Bug target/31388] ICE building libiberty multilib for mips16 multilibs
  2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
                   ` (5 preceding siblings ...)
  2008-02-02  9:45 ` rsandifo at gcc dot gnu dot org
@ 2008-02-02 10:03 ` rsandifo at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: rsandifo at gcc dot gnu dot org @ 2008-02-02 10:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rsandifo at gcc dot gnu dot org  2008-02-02 10:02 -------
Subject: Bug 31388

Author: rsandifo
Date: Sat Feb  2 10:01:38 2008
New Revision: 132068

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132068
Log:
Add PR 34900 to CL for PR 31388

Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog


-- 


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


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

end of thread, other threads:[~2008-02-02 10:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-29  9:33 [Bug target/31388] New: ICE building libiberty multilib for mips16 multilibs nickc at redhat dot com
2007-03-29 10:04 ` [Bug target/31388] " rsandifo at gcc dot gnu dot org
2007-04-01 11:24 ` rsandifo at gcc dot gnu dot org
2007-04-01 11:25 ` rsandifo at gcc dot gnu dot org
2007-04-26  2:30 ` mmitchel at gcc dot gnu dot org
2007-07-04 17:18 ` mmitchel at gcc dot gnu dot org
2008-02-02  9:45 ` rsandifo at gcc dot gnu dot org
2008-02-02 10:03 ` rsandifo at gcc dot gnu 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).