[Bug fortran/40588] Small bug in match_charkind_name

2009-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2009-07-13 06:28 --- FIXED on the trunk (4.5). Thanks for the report and patch! -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40588] Small bug in match_charkind_name

2009-07-12 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-07-13 06:26 --- Subject: Bug 40588 Author: burnus Date: Mon Jul 13 06:26:38 2009 New Revision: 149545 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149545 Log: 2009-07-12 Tobias Burnus Philippe Marguinaud

[Bug fortran/40588] Small bug in match_charkind_name

2009-07-05 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC build t

[Bug fortran/40588] Small bug in match_charkind_name

2009-06-29 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2009-06-29 15:17 --- I agree that && (gfc_option.flag_dollar_ok && c != '$')) is wrong and is should either be && !(gfc_option.flag_dollar_ok && c == '$')) ^^^ ^^ or equivalent