[Bug target/22599] ICE with invalid asm usage

2021-08-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22599 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/22599] ICE with invalid asm usage

2009-01-01 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-01-01 21:12 --- The segfault has been changed into an error with PR 13506 but that does not mean with RTL checking turned on. In fact with RTL checking we get: t.c: In function 'main': t.c:13: internal compiler error: RTL check: ex

[Bug target/22599] ICE with invalid asm usage

2005-07-21 Thread gnu at the-meissners dot org
--- Additional Comments From gnu at the-meissners dot org 2005-07-22 03:54 --- I forgot to mention, the patch was against the mainline, sources current as of July 20th. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22599

[Bug target/22599] ICE with invalid asm usage

2005-07-21 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-21 20:38 --- Confirmed, only the second example fails from 4.0.0 upwards. -- What|Removed |Added