[Bug c/54303] New: -fdata-sections -ffunction-sections and -fmerge-constants do not work well together

2012-08-17 Thread tom.rini at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303 Bug #: 54303 Summary: -fdata-sections -ffunction-sections and -fmerge-constants do not work well together Classification: Unclassified Product: gcc Version: 4.6.3 Sta

[Bug c/54303] -fdata-sections -ffunction-sections and -fmerge-constants do not work well together

2012-09-04 Thread tom.rini at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303 Tom Rini changed: What|Removed |Added Target|arm*, x86_64-linux-gnu |arm*-linux-gnu --- Comment #4 from Tom Rini 2

[Bug c/54303] -fdata-sections -ffunction-sections and -fmerge-constants do not work well together

2012-09-04 Thread tom.rini at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303 Tom Rini changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c/54303] -fdata-sections -ffunction-sections and -fmerge-constants do not work well together

2012-10-01 Thread tom.rini at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303 --- Comment #8 from Tom Rini 2012-10-01 18:01:37 UTC --- I could be confused, but how is this a linker issue when gcc puts all of the strings into a single section? To reiterate, if you have N functions each with one string in it, on some

[Bug c/80428] Incorrect -Wunused-const-variable= instance

2017-05-08 Thread tom.rini at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80428 Tom Rini changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug other/70268] add option -ffile-prefix-map to map one directory name (old) to another (new) in __FILE__, __BASE_FILE__and __builtin_FILE()

2017-05-22 Thread tom.rini at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70268 Tom Rini changed: What|Removed |Added CC||tom.rini at gmail dot com --- Comment #8

[Bug c/80428] New: Incorrect -Wunused-const-variable= instance

2017-04-14 Thread tom.rini at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: tom.rini at gmail dot com Target Milestone: --- With U-Boot v2017.05-rc1 and the 'ts4600_config' (make ts4600_config all to reproduce) we see: /home/trini/work/u-boot/u-boot/common/cli_readline.c:20:21: warning: ‘tab_se

[Bug c/54303] -fdata-sections -ffunction-sections and -fmerge-constants do not work well together

2014-01-25 Thread tom.rini at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54303 --- Comment #11 from Tom Rini --- (In reply to Andrew Pinski from comment #10) > I noticed this also when I was helping out an uboot developer here at Cavium > for Octeon. > > Really I think someone should get LTO working for uboot. Please note