GCC Bugzilla – Attachment 41458 Details for
Bug 80959
-Wreturn-type "control reaches end of non-void function" false positive with -fsanitize=address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Reproducer
test.c (text/plain), 203 bytes, created by
Simon Marchi
on 2017-06-02 12:46:41 UTC
(
hide
)
Description:
Reproducer
Filename:
MIME Type:
Creator:
Simon Marchi
Created:
2017-06-02 12:46:41 UTC
Size:
203 bytes
patch
obsolete
>volatile int i; > >void bar (int *n); > >int >foo (void) >{ > int n; > bar (&n); > > switch (i) > { > case 1: > switch (i) > { > default: > return 0; > } > break; > default: > return 0; > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 80959
: 41458