public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001538] New: language/c/libc: porting to GCC 4.6
@ 2012-03-19 20:41 bugzilla-daemon
  2012-03-20  0:18 ` [Bug 1001538] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-19 20:41 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001538

           Summary: language/c/libc: porting to GCC 4.6
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: sergei.gavrikov@gmail.com
                CC: ecos-patches@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1650)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1650)
Fix new compiler warnings

Fix new compiler warnings about variables are set but not used. A patch is
attached.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001538] language/c/libc: porting to GCC 4.6
  2012-03-19 20:41 [Bug 1001538] New: language/c/libc: porting to GCC 4.6 bugzilla-daemon
  2012-03-20  0:18 ` [Bug 1001538] " bugzilla-daemon
@ 2012-03-20  0:18 ` bugzilla-daemon
  2012-03-20  9:01 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-20  0:18 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001538

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jifl@ecoscentric.com

--- Comment #1 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-20 00:17:55 GMT ---
You may as well also remove the assignments underneath which were also used to
silence the warnings.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001538] language/c/libc: porting to GCC 4.6
  2012-03-19 20:41 [Bug 1001538] New: language/c/libc: porting to GCC 4.6 bugzilla-daemon
@ 2012-03-20  0:18 ` bugzilla-daemon
  2012-03-20  0:18 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-20  0:18 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001538

--- Comment #2 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-20 00:18:17 GMT ---
To be clear, it can go in after that change.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001538] language/c/libc: porting to GCC 4.6
  2012-03-19 20:41 [Bug 1001538] New: language/c/libc: porting to GCC 4.6 bugzilla-daemon
  2012-03-20  0:18 ` [Bug 1001538] " bugzilla-daemon
  2012-03-20  0:18 ` bugzilla-daemon
@ 2012-03-20  9:01 ` bugzilla-daemon
  2012-03-20  9:02 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-20  9:01 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001538

Sergei Gavrikov <sergei.gavrikov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1650|0                           |1
        is obsolete|                            |

--- Comment #3 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-20 09:00:57 GMT ---
Created an attachment (id=1652)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1652)
Fix new compiler warnings

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001538] language/c/libc: porting to GCC 4.6
  2012-03-19 20:41 [Bug 1001538] New: language/c/libc: porting to GCC 4.6 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-03-20  9:01 ` bugzilla-daemon
@ 2012-03-20  9:02 ` bugzilla-daemon
  2012-03-20 15:34 ` bugzilla-daemon
  2012-03-20 15:48 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-20  9:02 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001538

--- Comment #4 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-20 09:02:02 GMT ---
(In reply to comment #2)
> To be clear, it can go in after that change.

Thanks. I see. The fix has been updated (attachment 1652).

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001538] language/c/libc: porting to GCC 4.6
  2012-03-19 20:41 [Bug 1001538] New: language/c/libc: porting to GCC 4.6 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-03-20  9:02 ` bugzilla-daemon
@ 2012-03-20 15:34 ` bugzilla-daemon
  2012-03-20 15:48 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-20 15:34 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001538

--- Comment #5 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-20 15:34:18 GMT ---
Thanks, please commit if you haven't already.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 1001538] language/c/libc: porting to GCC 4.6
  2012-03-19 20:41 [Bug 1001538] New: language/c/libc: porting to GCC 4.6 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2012-03-20 15:34 ` bugzilla-daemon
@ 2012-03-20 15:48 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-20 15:48 UTC (permalink / raw)
  To: ecos-patches

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001538

Sergei Gavrikov <sergei.gavrikov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NEXTRELEASE

--- Comment #6 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-20 15:47:54 GMT ---
Now in CVS.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-20 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 20:41 [Bug 1001538] New: language/c/libc: porting to GCC 4.6 bugzilla-daemon
2012-03-20  0:18 ` [Bug 1001538] " bugzilla-daemon
2012-03-20  0:18 ` bugzilla-daemon
2012-03-20  9:01 ` bugzilla-daemon
2012-03-20  9:02 ` bugzilla-daemon
2012-03-20 15:34 ` bugzilla-daemon
2012-03-20 15:48 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).