[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-07-29 Thread xguo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 --- Comment #8 from xuepeng guo xguo at gcc dot gnu.org --- Author: xguo Date: Tue Jul 29 07:11:02 2014 New Revision: 213147 URL: https://gcc.gnu.org/viewcvs?rev=213147root=gccview=rev Log: gcc/c-family/ 2014-07-29 Terry Guo terry@arm.com

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-06-20 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 --- Comment #6 from Hale Wang Hale.Wang at arm dot com --- Thanks for Zhenqiang Chen's help. This bug is fixed. Refer to the link https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01429.html

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-06-19 Thread zqchen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 --- Comment #5 from zqchen at gcc dot gnu.org --- Author: zqchen Date: Fri Jun 20 04:52:11 2014 New Revision: 211832 URL: https://gcc.gnu.org/viewcvs?rev=211832root=gccview=rev Log: c-family/ChangeLog 2014-06-20 Hale Wang hale.w...@arm.com

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-06-06 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-05-29 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 --- Comment #4 from Hale Wang Hale.Wang at arm dot com --- (In reply to Richard Biener from comment #3) It seems that Tag_ABI_PCS_wchar_t is emitted from the C-family frontends only via config/arm/arm-c.c (as opposed to any other Tags).

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-05-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- It seems that Tag_ABI_PCS_wchar_t is emitted from the C-family frontends only via config/arm/arm-c.c (as opposed to any other Tags). Probably because the option is c-family

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-05-27 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 --- Comment #2 from Hale Wang Hale.Wang at arm dot com --- (In reply to Richard Biener from comment #1) All ABI changing options should be also enabled for LTO and they also deserve handling in lto-opts.c (always stream, not only if explicitely

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-05-09 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||lto ---