Commit d27cc24c by Jakub Jelinek Committed by Jakub Jelinek

re PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868)

	PR target/36745
	* g++.dg/torture/pr36745.C: Use __SIZE_TYPE__ in size_t typedef.

From-SVN: r137785
parent 145544ab
2008-07-14 Jakub Jelinek <jakub@redhat.com>
PR target/36745
* g++.dg/torture/pr36745.C: Use __SIZE_TYPE__ in size_t typedef.
2008-07-14 Andreas Krebbel <krebbel1@de.ibm.com>
PR target/36745
......
/* PR target/36745 */
/* { dg-do compile } */
/* { dg-options "-O2 -fPIC" } */
/* { dg-require-effective-target fpic } */
typedef long unsigned int size_t;
typedef __SIZE_TYPE__ size_t;
class QBasicAtomicInt
{
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment