Commit 57b38f51 by Richard Kenner Committed by Richard Kenner

re PR c/15224 (Attribute mode causes ICE when applied to enums)

	PR c/15224
	* gcc.c-torture/compile/20040901-1.c: New test, from PR.

From-SVN: r86927
parent ec8465a5
2004-09-01 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
PR c/1522
* gcc.c-torture/compile/20040901-1.c: New test, from PR.
2004-09-01 Mark Mitchell <mark@codesourcery.com>
* g++.dg/opt/loop1.C: Do not XFAIL.
......
typedef enum {a, b} __attribute__((__mode__(__QI__))) x;
x foo;
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