[bug #42804] Dubious configure test for -fexec-charset

2014-07-25 Thread Richard Frith-Macdonald
Follow-up Comment #2, bug #42804 (project gnustep):

Thanks, has always been a pain ... and I didn't realise the gcc documentation
was wrong.   I think it would be good to remove it.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?42804

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #42804] Dubious configure test for -fexec-charset

2014-07-25 Thread Richard Frith-Macdonald
Update of bug #42804 (project gnustep):

  Status:None = Fixed  
 Open/Closed:Open = Closed 

___

Follow-up Comment #3:

OK ... make that change.  Thanks for pointing it out.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?42804

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #42804] Dubious configure test for -fexec-charset

2014-07-25 Thread Yavor Doganov
Follow-up Comment #4, bug #42804 (project gnustep):

Thanks.  I have filed a bug with a patch for the GCC manual.

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?42804

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #42804] Dubious configure test for -fexec-charset

2014-07-18 Thread Yavor Doganov
Follow-up Comment #1, bug #42804 (project gnustep):

Just another confirmation:

$ locale
LANG=en_US.ISO-8859-1
LANGUAGE=
LC_CTYPE=en_US.ISO-8859-1
LC_NUMERIC=en_US.ISO-8859-1
LC_TIME=en_US.ISO-8859-1
LC_COLLATE=en_US.ISO-8859-1
LC_MONETARY=en_US.ISO-8859-1
LC_MESSAGES=en_US.ISO-8859-1
LC_PAPER=en_US.ISO-8859-1
LC_NAME=en_US.ISO-8859-1
LC_ADDRESS=en_US.ISO-8859-1
LC_TELEPHONE=en_US.ISO-8859-1
LC_MEASUREMENT=en_US.ISO-8859-1
LC_IDENTIFICATION=en_US.ISO-8859-1
LC_ALL=en_US.ISO-8859-1
$ gcc config.constant-string-encoding.c  ./a.out; echo $?
1
$ gcc -finput-charset=ISO-8859-1 config.constant-string-encoding.c  ./a.out;
echo $?
0
$ export LANG=bg_BG.UTF-8
$ export LC_ALL=bg_BG.UTF-8
$ locale
LANG=bg_BG.UTF-8
LANGUAGE=
LC_CTYPE=bg_BG.UTF-8
LC_NUMERIC=bg_BG.UTF-8
LC_TIME=bg_BG.UTF-8
LC_COLLATE=bg_BG.UTF-8
LC_MONETARY=bg_BG.UTF-8
LC_MESSAGES=bg_BG.UTF-8
LC_PAPER=bg_BG.UTF-8
LC_NAME=bg_BG.UTF-8
LC_ADDRESS=bg_BG.UTF-8
LC_TELEPHONE=bg_BG.UTF-8
LC_MEASUREMENT=bg_BG.UTF-8
LC_IDENTIFICATION=bg_BG.UTF-8
LC_ALL=bg_BG.UTF-8
$ gcc config.constant-string-encoding.c  ./a.out; echo $?
1
$ gcc -finput-charset=ISO-8859-1 config.constant-string-encoding.c  ./a.out;
echo $?
0


___

Reply to this item at:

  http://savannah.gnu.org/bugs/?42804

___
  Message sent via/by Savannah
  http://savannah.gnu.org/


___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep