Changeset 663
- Timestamp:
- Sep 8, 2003, 6:54:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/i386.c
-
Property cvs2svn:cvs-rev
changed from
1.11
to1.12
r662 r663 1562 1562 return 1; 1563 1563 1564 /*@@@todo: this doesn't work yet because of some bug somewhere inside gcc. 1565 testcase for both C and C++: 1566 void f (); static void (* _Optlink x) () = f; <-- compiles ok 1567 testcase for C++: 1568 void _Optlink f (); static void (* _Optlink x) () = f; <-- bad types 1569 */ 1570 #if __ANNOYING_BUG_IN_GCC_IS_FINALLY_FIXED 1564 1571 /* The function may have only one calling convention. 1565 1572 * For simplicity we translate the calling conversion attribute … … 1594 1601 /* They are nearly compatible */ 1595 1602 return 2; 1603 #else 1604 return 1; 1605 #endif 1596 1606 } 1597 1607 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.