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]

problem with pragma in the cpp


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.

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