This is the mail archive of the gcc@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]

Re: gcc -de and -dW not working



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)

X bitmap


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