gcc -de and -dW not working
Daniel Berlin
dberlin@dberlin.org
Sun Dec 15 13:32:00 GMT 2002
On Sun, 15 Dec 2002, J. Grant wrote:
> Hello,
>
> The "-de" gcc argument does not create a .ssa file or any other
> file; I tested with a simple test program "gcc -de -Wall -o main main.c".
ssa is not enabled by default.
Try gcc -de -Wall -O2 -fssa -o main main.c
(-O2 is required for enabling ssa to do anything, IIRC)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.c
Type: image/x-xbitmap
Size: 658 bytes
Desc:
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20021215/aa5336bd/attachment.xbm>
More information about the Gcc
mailing list