This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems with egcs-971122



> 1) Internal compiler error (linux, sol_x86)

Worked fine with older version ... sigh

> 2) Text relocation remain (sol_x86)

CSE expression optimization caused this. Using -O2 -fno-cse-skip-blocks
-fno-rerun-cse-after-loop (as far as I remember out off my head) works fine.
(styles.cxx is using ctype-macros in different methods. IMHO there should be
one option, disabling such opts but leaving the common CSE stuff in.)

> 3) relocation truncated

Which linker are you using?

Markus.
-- 
[ fvd@ira.uka.de | weber@crd.ge.com                               IAKS Uni KA ]
[ University of Karlsruhe, Markus Weber, Parkstr. 17, 76131 Karlsruhe,Germany ]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]