public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001537] New: kernel: porting to GCC 4.6
@ 2012-03-19 20:23 bugzilla-daemon
  2012-03-20  0:27 ` [Bug 1001537] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-19 20:23 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=1001537

           Summary: kernel: 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=1649)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1649)
Fix new warnings in eCos kernel tests

Once more clean-up on set-but-not-used warnings for kernel tests. A patch is
provided.

Perhaps, you prefer to propogare CYGBLD_ATTRIB_UNUSED and for `tm_basic', then,
let me know and I'll use the attributes (I just removed the odd references).

-- 
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] 6+ messages in thread

* [Bug 1001537] kernel: porting to GCC 4.6
  2012-03-19 20:23 [Bug 1001537] New: kernel: porting to GCC 4.6 bugzilla-daemon
@ 2012-03-20  0:27 ` bugzilla-daemon
  2012-03-20  8:49 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-20  0:27 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=1001537

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:27:31 GMT ---
Strictly in mbox1 and kmbox1, we could add a block around the bit in #ifdef
CYGMTH_MBOX_PUT_CAN_WAIT and declare i there. i.e.

#ifdef CYGMTH_MBOX_PUT_CAN_WAIT
  {
     int i;
....

I'd prefer that, but it's no big deal. Everything else is fine.

-- 
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] 6+ messages in thread

* [Bug 1001537] kernel: porting to GCC 4.6
  2012-03-19 20:23 [Bug 1001537] New: kernel: porting to GCC 4.6 bugzilla-daemon
  2012-03-20  0:27 ` [Bug 1001537] " bugzilla-daemon
@ 2012-03-20  8:49 ` bugzilla-daemon
  2012-03-20  8:52 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-20  8:49 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=1001537

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

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

--- Comment #2 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-20 08:49:29 GMT ---
Created an attachment (id=1651)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1651)
Fix new warnings in eCos kernel tests

mbox1, kmbox1, - updated.

-- 
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] 6+ messages in thread

* [Bug 1001537] kernel: porting to GCC 4.6
  2012-03-19 20:23 [Bug 1001537] New: kernel: porting to GCC 4.6 bugzilla-daemon
  2012-03-20  0:27 ` [Bug 1001537] " bugzilla-daemon
  2012-03-20  8:49 ` bugzilla-daemon
@ 2012-03-20  8:52 ` bugzilla-daemon
  2012-03-20 15:35 ` bugzilla-daemon
  2012-03-20 15:47 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-20  8:52 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=1001537

--- Comment #3 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-20 08:52:05 GMT ---
(In reply to comment #1)
> Strictly in mbox1 and kmbox1, we could add a block around the bit in #ifdef
> CYGMTH_MBOX_PUT_CAN_WAIT and declare i there. i.e.
> 
> #ifdef CYGMTH_MBOX_PUT_CAN_WAIT
>   {
>      int i;
> ....
> 
> I'd prefer that, but it's no big deal. Everything else is fine.

Thank you. Agreed. The fix has been updated (attachment 1651).

-- 
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] 6+ messages in thread

* [Bug 1001537] kernel: porting to GCC 4.6
  2012-03-19 20:23 [Bug 1001537] New: kernel: porting to GCC 4.6 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-03-20  8:52 ` bugzilla-daemon
@ 2012-03-20 15:35 ` bugzilla-daemon
  2012-03-20 15:47 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-20 15:35 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=1001537

--- Comment #4 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-20 15:35:11 GMT ---
Thanks, please go ahead and commit that.

-- 
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] 6+ messages in thread

* [Bug 1001537] kernel: porting to GCC 4.6
  2012-03-19 20:23 [Bug 1001537] New: kernel: porting to GCC 4.6 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-03-20 15:35 ` bugzilla-daemon
@ 2012-03-20 15:47 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2012-03-20 15:47 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=1001537

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

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

--- Comment #5 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-20 15:47:04 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 20:23 [Bug 1001537] New: kernel: porting to GCC 4.6 bugzilla-daemon
2012-03-20  0:27 ` [Bug 1001537] " bugzilla-daemon
2012-03-20  8:49 ` bugzilla-daemon
2012-03-20  8:52 ` bugzilla-daemon
2012-03-20 15:35 ` bugzilla-daemon
2012-03-20 15:47 ` 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).