Re: [Patch, fortran] [0/5] PR54730 ICE: confused by type-like fonctions

2013-02-23 Thread Mikael Morin
Le 22/02/2013 16:23, Tobias Burnus a écrit : Mikael Morin wrote: Hello, this is a fix for cases like: program main implicit none intrinsic :: real print *,(/ real(a = 1) /) end where `real(a = 1)' is initially parsed as a typespec, creating a symbol for 'a' along the way. The match f

Fix use of non-ASCII character in diagnostic in fortran/resolve.c

2013-02-23 Thread Joseph S. Myers
Attempting to regenerate gcc.pot failed with: /usr/bin/xgettext: Non-ASCII string at fortran/resolve.c:9894. Please specify the source encoding through --from-code. The code was using a UTF-8 ligature for "fi", I suppose resulting from a cut-and-paste from some typedef documen

Re: [PATCH] Fix remainder of PR bootstrap/56258 on gcc-4_7-branch

2013-02-23 Thread Gerald Pfeifer
On Fri, 22 Feb 2013, Jack Howarth wrote: >Current gcc-4_7-branch still fails to bootstrap when texinfo 5.0 is > installed. The attached patch fixes the remaining instances where @itemx > need to be replaced with @item. Bootstrap tested on > x86_64-apple-darwin12. Okay for gcc-4_7-branch? Lo