public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL
@ 2009-02-22 11:30 bugzilla-daemon
  2009-02-22 11:34 ` [Bug 1000686] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2009-02-22 11:30 UTC (permalink / raw)
  To: ecos-bugs

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000686

           Summary: warning: the address of 'void vsr0()' will never be NULL
           Product: eCos
           Version: 3.0beta1
          Platform: Other (please specify)
        OS/Version: Other
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Kernel
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: andrew.lunn@ascom.ch
         QAContact: ecos-bugs@ecos.sourceware.org
             Class: ---


The soon to be attached patch fixes this.

Can anybody explain why this check is made. vsr0 is a function, so will always
be none NULL. Am i missing something?


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


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

* [Bug 1000686] warning: the address of 'void vsr0()' will never be NULL
  2009-02-22 11:30 [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL bugzilla-daemon
@ 2009-02-22 11:34 ` bugzilla-daemon
  2009-02-22 11:56 ` [Issue " bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2009-02-22 11:34 UTC (permalink / raw)
  To: ecos-bugs

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000686





--- Comment #1 from Andrew Lunn <andrew.lunn@ascom.ch>  2009-02-22 11:34:04 ---
Created an attachment (id=646)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=646)
Compiler warning fix for a test case


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


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

* [Issue 1000686] warning: the address of 'void vsr0()' will never be NULL
  2009-02-22 11:30 [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL bugzilla-daemon
  2009-02-22 11:34 ` [Bug 1000686] " bugzilla-daemon
@ 2009-02-22 11:56 ` bugzilla-daemon
  2010-11-22 19:12 ` [Bug " bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2009-02-22 11:56 UTC (permalink / raw)
  To: ecos-bugs

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000686


Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #2 from Jonathan Larmour <jifl@ecoscentric.com>  2009-02-22 11:56:25 ---
I think the check was probably intended to be
CHECK( NULL != new_vsr );


-- 
Configure issuemail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the issue.


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

* [Bug 1000686] warning: the address of 'void vsr0()' will never be NULL
  2009-02-22 11:30 [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL bugzilla-daemon
  2009-02-22 11:34 ` [Bug 1000686] " bugzilla-daemon
  2009-02-22 11:56 ` [Issue " bugzilla-daemon
@ 2010-11-22 19:12 ` bugzilla-daemon
  2010-11-22 20:51 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-11-22 19:12 UTC (permalink / raw)
  To: ecos-bugs

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

--- Comment #6 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2010-11-22 19:11:57 GMT ---
Created an attachment (id=1026)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1026)
intr0_20101122.diff

Updated for cvs HEAD

-- 
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 1000686] warning: the address of 'void vsr0()' will never be NULL
  2009-02-22 11:30 [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-11-22 19:12 ` [Bug " bugzilla-daemon
@ 2010-11-22 20:51 ` bugzilla-daemon
  2010-11-24 18:43 ` bugzilla-daemon
  2010-11-24 19:03 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-11-22 20:51 UTC (permalink / raw)
  To: ecos-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #7 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2010-11-22 19:17:09 GMT ---
I would like to see Andrew's patch in CVS. If you have no doubts I would
check-in the patch. The updated patch was re-tested as well.

-- 
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 1000686] warning: the address of 'void vsr0()' will never be NULL
  2009-02-22 11:30 [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-11-22 20:51 ` bugzilla-daemon
@ 2010-11-24 18:43 ` bugzilla-daemon
  2010-11-24 19:03 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-11-24 18:43 UTC (permalink / raw)
  To: ecos-bugs

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

--- Comment #8 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2010-11-24 18:43:15 GMT ---
Checked-in. Mark as RESOLVED.

-- 
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 1000686] warning: the address of 'void vsr0()' will never be NULL
  2009-02-22 11:30 [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-11-24 18:43 ` bugzilla-daemon
@ 2010-11-24 19:03 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2010-11-24 19:03 UTC (permalink / raw)
  To: ecos-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |sergei.gavrikov@gmail.com
         Resolution|                            |CURRENTRELEASE

--- Comment #9 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2010-11-24 19:03:12 GMT ---
FIXED now.

-- 
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:[~2010-11-24 19:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-22 11:30 [Bug 1000686] New: warning: the address of 'void vsr0()' will never be NULL bugzilla-daemon
2009-02-22 11:34 ` [Bug 1000686] " bugzilla-daemon
2009-02-22 11:56 ` [Issue " bugzilla-daemon
2010-11-22 19:12 ` [Bug " bugzilla-daemon
2010-11-22 20:51 ` bugzilla-daemon
2010-11-24 18:43 ` bugzilla-daemon
2010-11-24 19:03 ` 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).