[Bug c/20968] New: [4.0/4.1 Regression] Spurious "may be used uninitialized" warning

2005-04-12 Thread James dot Juran at baesystems dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: James dot Juran at baesystems dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20968

[Bug c/20968] [4.0/4.1 Regression] Spurious "may be used uninitialized" warning

2005-04-12 Thread James dot Juran at baesystems dot com
--- Additional Comments From James dot Juran at baesystems dot com 2005-04-12 14:07 --- This bug appears to be related to, but not duplicates of, the following bugs: PR 20644 -- is unreachable code. This test case is all reachable. PR 5035 -- is not a regression. This test case is a

[Bug middle-end/20968] Spurious "may be used uninitialized" warning

2005-04-12 Thread James dot Juran at baesystems dot com
--- Additional Comments From James dot Juran at baesystems dot com 2005-04-12 16:21 --- Thanks for the info. Your testcase does warn in all versions I tested. We can certainly initialize the variable in our code to get around this issue, but it would be nice to not have to do this

[Bug middle-end/21733] filecmp.c:252: warning: #n1# may be used uninitialized in this function

2005-08-09 Thread James dot Juran at baesystems dot com
-- What|Removed |Added CC||James dot Juran at ||baesystems dot com http://gcc.gnu.org

[Bug middle-end/21750] GCC gives may be used uninitialized warning for a non-conditional initialised variable. (not a duplicate bug!)

2005-08-09 Thread James dot Juran at baesystems dot com
-- What|Removed |Added CC||James dot Juran at ||baesystems dot com http://gcc.gnu.org

[Bug tree-optimization/26264] New: Extraneous warning with __builtin_stdarg_start and optimization

2006-02-13 Thread James dot Juran at baesystems dot com
t: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: James dot Juran at baesystems dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26264

[Bug tree-optimization/26264] Extraneous warning with __builtin_stdarg_start and optimization

2006-02-13 Thread James dot Juran at baesystems dot com
--- Comment #5 from James dot Juran at baesystems dot com 2006-02-13 19:06 --- Yes, that does seem to be the case based on the ChangeLog I quoted. And of course the easy workaround for a developer is just to use __builtin_va_start instead. But is the deprecation of

[Bug tree-optimization/26264] Extraneous warning with __builtin_stdarg_start and optimization

2006-02-13 Thread James dot Juran at baesystems dot com
--- Comment #7 from James dot Juran at baesystems dot com 2006-02-13 19:15 --- Point granted; I guess __builtin_stdarg_start could just be removed without warning or notice. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26264

[Bug tree-optimization/26264] Extraneous warning with __builtin_stdarg_start and optimization

2007-01-24 Thread James dot Juran at baesystems dot com
--- Comment #9 from James dot Juran at baesystems dot com 2007-01-24 17:22 --- (In reply to comment #8) > What about a warning about __builtin_stdarg_start being deprecated? That will > be clearer than the current warning, and we can still keep backwards > compatibility (the