First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 22179
Product:  
Component:  
Status: RESOLVED
Resolution: DUPLICATE of bug 17308
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: Jesse Millan <jesse.millan@gmail.com>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
memset_test.c The C file that will generate the warning. (-Wall required) text/plain 2005-06-24 22:49 155 bytes Edit
memset_test.i Preprocessed version of the example text/plain 2005-06-24 22:50 3.93 KB Edit
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 22179 depends on: Show dependency tree
Show dependency graph
Bug 22179 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2005-06-24 22:42
Even if Null is explicitly checked for, the compiler still gives the warning.

------- Comment #1 From Jesse Millan 2005-06-24 22:49 -------
Created an attachment (id=9146) [edit]
The C file that will generate the warning. (-Wall required)


Null is explicity checked for before making the function call.

------- Comment #2 From Jesse Millan 2005-06-24 22:50 -------
Created an attachment (id=9147) [edit]
Preprocessed version of the example

------- Comment #3 From Andrew Pinski 2005-06-24 23:06 -------
This is because we don't use flow control for this warning at all and this
warning is done in the front-
end instead of the middle-end where we have flow control.

------- Comment #4 From Andrew Pinski 2005-06-24 23:13 -------
This is basicially PR 17308.

*** This bug has been marked as a duplicate of 17308 ***

First Last Prev Next    No search results available      Search page      Enter new bug