[Bug other/58238] cc1 crashes when built for ms-dos cross-compiling

2021-08-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58238

Andrew Pinski  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Target Milestone|--- |6.0

--- Comment #3 from Andrew Pinski  ---
Similar patch applied for GCC6 in r6-5884.

[Bug other/58238] cc1 crashes when built for ms-dos cross-compiling

2013-08-26 Thread dj at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58238

--- Comment #2 from DJ Delorie dj at redhat dot com ---
Please try the attached patch.  I tested it with a simple #include stdint.h
but we made the type names exact matches (way back when) for a reason...


[Bug other/58238] cc1 crashes when built for ms-dos cross-compiling

2013-08-26 Thread dj at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58238

DJ Delorie dj at redhat dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Last reconfirmed||2013-08-26
 CC||dj at redhat dot com
   Assignee|unassigned at gcc dot gnu.org  |dj at redhat dot com
 Ever confirmed|0   |1

--- Comment #1 from DJ Delorie dj at redhat dot com ---
Created attachment 30702
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30702action=edit
remove signed from internal type names

It seems gcc no longer permits signed in internal type names, so this patch
takes them out.