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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr97463.c
blob
f93b07ccb808753f9c3fe7a3a069537b461e9b42
1
/* PR c/97463 - ICE in warn_parm_ptrarray_mismatch on an incompatible
2
function redeclaration
3
{ dg-do compile }
4
{ dg-options "-Wall" } */
5
6
void
f
(
void
**);
7
void
f
(
int
n
) { }
// { dg-error "conflicting types" }