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 preprocessor/13046] [3.3 Regression] -traditional-cpp rejects valid code


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-15 02:44 -------
Here is a simpler testcase:
#define A
#ifdef A
#define F(a) (a)
#else
#define F(a,b) (a/b)
#endif

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |rejects-valid
   Last reconfirmed|0000-00-00 00:00:00         |2003-11-15 02:44:39
               date|                            |
            Summary|cannot use #ifdef __APPLE__ |[3.3 Regression] -
                   |on Darwin                   |traditional-cpp rejects
                   |                            |valid code
   Target Milestone|---                         |3.3.3


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


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