View Issue Details

IDProjectCategoryView StatusLast Update
0000349GCC - GNU C CompilerBugpublic2020-08-24 03:07
Reporterpokorney Assigned Topsmedley  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version3.4.6 
Summary0000349: gcc440 gives multiple emxomf warnings
DescriptionI have sucessfully compiled a version of Ruby with gcc433, and tried the same configure and make with the latest gcc440 installed in usr\local44 .

When running make, I get multiple emxomf warnings:
  emxomf warning: unknown range type: 16..0
  emxomf info: parsing sym no.19 type128 at char' ' in position 24
   Decimal128: t17=r1;16;0;

these warnings go away if I copy emxomf.exe from usr\local433 into usr\local44\bin.

Without emxomf.exe in the local44 directory I think the emxomf.exe in usr\bin is used. Could this old version of emxomf.exe be causing these warnings?


TagsNo tags attached.

Activities

psmedley

2009-04-30 10:45

administrator   ~0001303

Absolutely the GCC 3.3.5 version of emxomf will provide this warning.

The current best (I think) version of emxomf.exe is the one at http://smedley.info/emxomf.zip

I'll make sure I include this in the next drop of 4.4.0

psmedley

2009-05-04 10:43

administrator   ~0001306

Latest GCC 4.4.0 drop includes the fixed emxomf.exe

pokorney

2009-05-04 17:03

reporter   ~0001308

latest gcc440 fixes the emxomf warnings, but the weakld error messages are still there. I think I read that the linker does not work with gcc440 yet. If you need any specific error info I can reproduce the errors 100%.

psmedley

2014-10-11 19:06

administrator   ~0002873

used dmik's fixed emxomf.exe.

This is an issue with emxomf, not GCC

Issue History

Date Modified Username Field Change
2009-04-30 01:35 pokorney New Issue
2009-04-30 10:45 psmedley Note Added: 0001303
2009-05-04 10:43 psmedley Note Added: 0001306
2009-05-04 10:43 psmedley Assigned To => psmedley
2009-05-04 10:43 psmedley Status new => feedback
2009-05-04 17:03 pokorney Note Added: 0001308
2014-10-11 19:06 psmedley Note Added: 0002873
2014-10-11 19:06 psmedley Status feedback => resolved
2014-10-11 19:06 psmedley Resolution open => fixed
2020-08-24 03:07 psmedley Status resolved => closed