[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=gccview=revrev=170195 Log: 2011-02-15 Steven G. Kargl

[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-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 --- Comment #9 from Tobias Burnus burnus at gcc dot gnu.org 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 tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47633 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added CC||tkoenig at gcc

[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 sgk at troutmask dot apl.washington.edu 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

[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|

[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 jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[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 sgk at troutmask dot apl.washington.edu 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

[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 jakub at gcc dot gnu.org 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,

[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 burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[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 sgk at troutmask dot apl.washington.edu 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