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 tree-optimization/24840] [4.1 Regression] ICE process_assert_insertions_for, at tree-vrp.c:2807



------- Comment #7 from pinskia at gcc dot gnu dot org  2005-11-14 05:00 -------
Another testcase:
typedef struct {}Object;

void Err_Handler (Object,Object) __attribute__ ((__noreturn__));
int P_Error (int argc, Object *argv) {
    Err_Handler (argv[0], argv[1]);
}
----
Object being a struct is important and so is having Err_Handler being noreturn.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24840


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