c/5630: error message from gcc using -m64 option on SPARC

andrew@recommind.com andrew@recommind.com
Thu Feb 7 15:17:00 GMT 2002


>Number:         5630
>Category:       c
>Synopsis:       error message from gcc using -m64 option on SPARC
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Feb 07 15:16:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Weiss
>Release:        gcc 3.0.3
>Organization:
>Environment:



Sun Ultra 5 running Solaris 8
>Description:
I tried to compile the following program with gcc -m64, and
got the following error message:

cc1: -m64 is not supported by this configuration

file x.c:
main()
{
 char *x;
 printf("%d\n", sizeof(x));
}

   I am not sure if this is a bug, or I am just doing something 
wrong.
>How-To-Repeat:
gcc x.c
>Fix:

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



More information about the Gcc-bugs mailing list