This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/24151] [4.0/4.1 Regression] gcc.dg/asm-1.c (test for excess errors) fails


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]