problem with pragma in the cpp

Herman ten Brugge Haj.Ten.Brugge@net.HCC.nl
Fri Aug 4 11:37:00 GMT 2000


Hello,

I found a problem with pragma's after the last change to cppmain.c. If I
preprocess the following c-code (example from malloc routine on c4x):

#pragma DATA_SECTION(_sys_memory, ".sysmem")

I get:

#pragma #pragma DATA_SECTION(_sys_memory, ".sysmem")

For some reason the pragma declaration is inserted another time?

	Herman.


More information about the Gcc-bugs mailing list