[Bug 717014] New: problems with recursion and attribute((nonnull))
https://bugzilla.novell.com/show_bug.cgi?id=717014 https://bugzilla.novell.com/show_bug.cgi?id=717014#c0 Summary: problems with recursion and attribute((nonnull)) Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: matz@suse.com ReportedBy: mls@suse.com QAContact: qa@suse.de Found By: Development Blocker: --- Created an attachment (id=450092) --> (http://bugzilla.novell.com/attachment.cgi?id=450092) test program If you compile the attached program with gcc -O2 -S, you'll see that the subpmc in buildcallchain() is only tested against PMCNULL, but not against zero. removing the __attribute__((__nonnull__(3))) from the buildcallchain definition will bring back the test. But argument (3) is ctx, not subpmc. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com