[Bug target/38123] [4.4 regression] error: incorrect sharing of tree nodes ap->fp_offset = D.2748;

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Nov 14 22:00:00 GMT 2008



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-11-14 21:59 -------
Reduced testcase:
typedef __builtin_va_list __gnuc_va_list;
typedef __gnuc_va_list va_list;
typedef struct QuadWordS_struct { int i; double d; } QuadWordS;
void test(char *fmt, va_list ap) {
  QuadWordS qw;
  qw = __builtin_va_arg(ap,QuadWordS);
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2008-11-14 21:59:06
               date|                            |


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



More information about the Gcc-bugs mailing list