repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr67730.c
blob
54d73a62cf86a82b2fd5da167c80f39a70c8eda4
1
/* PR c/67730 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
#include <stddef.h>
6
7
void
8
fn1
(
void
)
9
{
10
return
NULL
;
/* { dg-warning "10:.return. with a value" } */
11
}