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

Zdenek Sojka <zsojka at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zsojka at seznam dot cz

--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> 2010-11-26 00:52:20 
UTC ---
This probably isn't specific to arm, I am getting the same error at
x86_64-linux with -freorder-blocks-and-partition -g:

----- testcase.c -----
void foo() {}
----------------------

$ gcc -freorder-blocks-and-partition -g testcase.c
testcase.c: In function 'foo':
testcase.c:1:6: error: foo causes a section type conflict
testcase.c:1:6: error: foo causes a section type conflict
testcase.c:1:6: error: foo causes a section type conflict

Reply via email to