http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55065
Bug #: 55065
Summary: different compiling results ...
Classification: Unclassified
Product: gcc
Version: 4.6.3
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: c
AssignedTo: [email protected]
ReportedBy: [email protected]
???
It is gcc 4.6.3-1ubuntu5
But I found out that it depends on my usb-port ( for usb-stick ) of
notebook.
right-sided usb-port delivers size of 8,3 Kibi ( with test-code below ).
left-sided usb-port delivers size of 9,480 Kibi ( with same test-code below ).
means somehow the right usb-port is "malformed" or what ?
what results you have at your usb-ports right and left of notebook ?
best regards.
Val.
>>
>> Hello ?!
>>
>> I compiled last week only this code:
>>
>> ---------------------
>>
>> #include<stdio.h>
>>
>> int main(void)
>> {
>> return(0);
>> }
>>
>> --------------------
>>
>> I ran it with : gcc -ggdb -Wall test.c -o test
>>
>> Then test had as binary size of 9,5 Kibi
>>
>> Today I did the same and ran it with same: gcc -ggdb -Wall test.c -o test
>>
>> And test today had as binary size of 8,5 Kibi ???
>>
>> Is now something corrupted with my gcc - compiler ?
>>
>> Best regards.
>> Val.