Skip to content

Commit 9002011

Browse files
author
jakub
committed
PR c/80778
* gcc.dg/lto/pr80778_0.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258797 138bc75d-0d04-0410-961f-82ee72b054a4
1 parent 7edc790 commit 9002011

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

gcc/testsuite/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
2018-03-23 Jakub Jelinek <[email protected]>
22

3+
PR c/80778
4+
* gcc.dg/lto/pr80778_0.c: New test.
5+
36
PR inline-asm/85034
47
* gcc.target/i386/pr85034.c: New test.
58

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* PR c/80778 */
2+
/* { dg-lto-do link } */
3+
/* { dg-require-effective-target alloca } */
4+
5+
#include "../auto-type-1.c"

0 commit comments

Comments
 (0)