------- Comment #17 from ebotcazou at gcc dot gnu dot org  2007-05-10 12:16 
-------
Reduced C++ testcase:

typedef enum { _B_FALSE, _B_TRUE } boolean_t;
typedef union { int i; } u;

cp/lex.c:make_aggr_type is miscompiled when cxx_make_type is inlined into it.

Amazingly enough, this is the same problem as PR rtl-optimization/31691.


*** This bug has been marked as a duplicate of 31691 ***


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
          Component|bootstrap                   |rtl-optimization
         Resolution|                            |DUPLICATE


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

Reply via email to