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:
Andrew Pinski 2014-08-17 05:20:42 +00:00 committed by Andrew Pinski
parent 3b3ff585ce
commit 387d13bc7b
2 changed files with 9 additions and 0 deletions

View File

@ -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

View 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);
}