------- Comment #1 from fxcoudert at gcc dot gnu dot org  2006-05-27 08:12 
-------
Bug confirmed, not i686-linux specific.

The problem is that the front-end sorts the different possibilities inside a
case statement so that a binary search can be performed at runtime by the
library. But, for extended characters, front-end and library seem to have
different orders, and thus the list ordered by the front-end is not ordered for
the library, leading to a failure of the binary search.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2006-05-27 08:12:07
               date|                            |


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

Reply via email to