mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 03:30:28 +08:00
20140816-1.c: New testcase.
2014-08-16 Andrew Pinski <apinski@cavium.com> * gcc.c-torture/compile/20140816-1.c: New testcase. From-SVN: r214073
This commit is contained in:
parent
3b3ff585ce
commit
387d13bc7b
@ -1,3 +1,7 @@
|
||||
2014-08-16 Andrew Pinski <apinski@cavium.com>
|
||||
|
||||
* gcc.c-torture/compile/20140816-1.c: New testcase.
|
||||
|
||||
2014-08-16 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/52819
|
||||
|
5
gcc/testsuite/gcc.c-torture/compile/20140816-1.c
Normal file
5
gcc/testsuite/gcc.c-torture/compile/20140816-1.c
Normal file
@ -0,0 +1,5 @@
|
||||
/* This used to ICE with the ccmp patches on aarch64. */
|
||||
int f(char);
|
||||
int init_emit_regs (int mode) {
|
||||
f(mode == 4 || mode == 13);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user