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]

c/993: option -mmmx causes ice on all files



>Number:         993
>Category:       c
>Synopsis:       option -mmmx causes ice on all files
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 05 15:46:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Ronald de Man
>Release:        gcc-20001127
>Organization:
>Environment:
linux/x86
>Description:
When compiling any program with option -mmmx, I get:

cc1: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>How-To-Repeat:
hello.c:
main()
{
  printf("hello\n");
}

gcc hello.c -mmmx
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

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