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]

Re: problem with pragma in the cpp


On Fri, Aug 04, 2000 at 08:36:48PM +0100, Herman ten Brugge wrote:
> 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?

Known bug, will be fixed shortly.

zw

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