[Bug c++/88607] New: forward_list.h contains utf-8 charactor

2018-12-27 Thread fudou...@m-japan.co.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88607

Bug ID: 88607
   Summary: forward_list.h contains utf-8 charactor
   Product: gcc
   Version: 7.3.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c++
  Assignee: unassigned at gcc dot gnu.org
  Reporter: fudou...@m-japan.co.jp
  Target Milestone: ---

in forward_list.h line 783 
// 23.3.4.5 modifiers:

the "fi" is actually a UTF-8 charactor
therefore compile with -finput-charset fails

[Bug libstdc++/88607] forward_list.h contains utf-8 charactor

2018-12-27 Thread fudou...@m-japan.co.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88607

--- Comment #2 from hirofumi fudoudou  ---
but this is just a comment.
not a code.

just remove or change the char to 'f' and 'I'.

[Bug libstdc++/88607] forward_list.h contains utf-8 charactor

2018-12-27 Thread fudou...@m-japan.co.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88607

--- Comment #3 from hirofumi fudoudou  ---
sorry, The words may have been strong

>> just remove or change the char to 'f' and 'I'.