public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/36904]  New: [4.4 Regression] vector context sensitive keyword vs macros
@ 2008-07-23  1:35 pinskia at gcc dot gnu dot org
  2008-07-23  1:41 ` [Bug target/36904] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-07-23  1:35 UTC (permalink / raw)
  To: gcc-bugs

Take the following testcase:
#include <altivec.h>
#define xprint_vec(type)  void x##type(vector type v) { }
xprint_vec(float);

This used to work in 4.3 and before but does not currently.  The problem here
was introduced when the context sensitive keyword support was added.


-- 
           Summary: [4.4 Regression] vector context sensitive keyword vs
                    macros
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: powerpc-linux


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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-09-10 21:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-23  1:35 [Bug target/36904] New: [4.4 Regression] vector context sensitive keyword vs macros pinskia at gcc dot gnu dot org
2008-07-23  1:41 ` [Bug target/36904] " pinskia at gcc dot gnu dot org
2008-08-01 12:46 ` jakub at gcc dot gnu dot org
2008-08-08 22:49 ` mmitchel at gcc dot gnu dot org
2008-08-26 12:30 ` bje at au1 dot ibm dot com
2008-09-01 15:40 ` jakub at gcc dot gnu dot org
2008-09-10 21:09 ` jakub at gcc dot gnu dot org
2008-09-10 21:11 ` jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).