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]
Other format: [Raw text]

[Bug c++/25294] [4.0/4.1/4.2 Regression] Bogus "unterminated comment" error from #pragma comment



------- Comment #2 from pinskia at gcc dot gnu dot org  2005-12-07 14:47 -------
Another example which shows this is specific to the C++ front-end:
struct f{
#pragma pack(1)  /* Start comment
                    end comment on next line */
};

int main(int argc, char *argv[])
{
     return 0;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25294


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