This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24151] [4.0/4.1 Regression] gcc.dg/asm-1.c (test for excess errors) fails
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2005 19:36:48 -0000
- Subject: [Bug middle-end/24151] [4.0/4.1 Regression] gcc.dg/asm-1.c (test for excess errors) fails
- References: <20050930192935.24151.jsm28@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-30 19:36 -------
Confirmed. As noted before this checking really should be in the front-end and it seems it also needs a
check for error_mark_node too. Oh and this is a 4.0 regression too.
It was caused by:
2005-09-29 Paolo Bonzini <bonzini@gnu.org>
PR c/21419
* gimplify.c (gimplify_asm_expr): Raise an error if an output is
read-only.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |bonzini at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |error-recovery, ice-
| |checking, ice-on-invalid-
| |code
Known to fail| |4.1.0 4.0.3
Known to work| |4.0.2
Last reconfirmed|0000-00-00 00:00:00 |2005-09-30 19:36:43
date| |
Summary|[4.1 Regression] gcc.dg/asm-|[4.0/4.1 Regression]
|1.c (test for excess errors)|gcc.dg/asm-1.c (test for
|fails |excess errors) fails
Target Milestone|--- |4.0.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24151