[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-15 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 kargl at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-15 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #10 from kargl at gcc dot gnu.org 2011-02-15 19:38:54 UTC --- Author: kargl Date: Tue Feb 15 19:38:51 2011 New Revision: 170195 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170195 Log: 2011-02-15 Steven G. Kargl PR for

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #9 from Tobias Burnus 2011-02-14 17:16:16 UTC --- (In reply to comment #6) > Sure, no problem. Here's a tested patch. The patch is OK with a ChangeLog. I think no test case is needed.

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-12 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #8 from Steve Kargl 2011-02-13 00:05:09 UTC --- On Sat, Feb 12, 2011 at 11:29:47PM +, tkoenig at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 > > Thomas Koenig changed: > >What|Remo

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-12 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #7

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-07 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #6 from Steve Kargl 2011-02-07 19:19:37 UTC --- On Mon, Feb 07, 2011 at 06:58:39PM +, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 > > > if (ichar(v(n:n)) /= 41 .or. ichar(v(n+1:n+1)) /

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-07 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #5

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #4 from Jakub Jelinek 2011-02-07 18:05:36 UTC --- The testcase is bad, because for vanilla gcc releases there is no (prerelease) etc. string at all (DEV-PHASE is empty), and because it hardcodes ASCII values, so I'm afraid it could fa

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-07 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #3 from Steve Kargl 2011-02-07 17:43:25 UTC --- On Mon, Feb 07, 2011 at 04:12:00PM +, jakub at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 > > Jakub Jelinek changed: > >What|Remove

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug fortran/47633] Result of COMPILER_VERSION() has NULL byte appended

2011-02-07 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|