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 other/12373] ICE when generating RTX on valid code


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


------- Additional Comments From falk at debian dot org  2003-09-23 22:03 -------
I see this too on alphaev67 20030923. Test case:

typedef long va_greg;
typedef double va_freg;

typedef struct {
  va_greg * va_next_o;		 
  va_greg * va_next_o_limit;	 
  va_freg * va_next_fp;		 
  va_freg * va_next_fp_limit;	 
  va_greg * va_next_stack;		 
} gnuc_va_list;

int vprintf(const char *, gnuc_va_list);

I suppose the struct is coming from some system header, and is only valid
for that system. Anyway, gcc shouldn't crash.


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