[Bug middle-end/39456] Functions/variables of a file in different named sections

2016-12-15 Thread etienne_lorrain at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39456 etienne_lorrain at yahoo dot fr changed: What|Removed |Added Status|NEW |RESOLVED Resolu

[Bug middle-end/39456] Functions/variables of a file in different named sections

2012-01-03 Thread etienne_lorrain at yahoo dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39456 --- Comment #4 from etienne_lorrain at yahoo dot fr 2012-01-03 09:53:59 UTC --- Thanks for looking at my reports and happy new year! I think the problem I had was the quoting and string concat, you need: void fct2 (void) __attribute__((__section__

[Bug middle-end/39456] Functions/variables of a file in different named sections

2012-01-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39456 --- Comment #3 from Andrew Pinski 2012-01-02 04:25:03 UTC --- What about doing something like: #define function_def(base_section, funname, RET, ARGS) __attribute__((__section__(base_section ##funname))) RET funname ARGS #define basesect "sect1_"

[Bug middle-end/39456] Functions/variables of a file in different named sections

2009-05-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-05-12 14:51 --- *** Bug 40113 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---