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]
Other format: [Raw text]

[Bug c/41055] libgcc functions and -mregparm don't work well together



------- Comment #2 from stepan at coresystems dot de  2009-08-13 15:08 -------
So we have to rebuild parts of the compiler in order to get a working compiler,
depending on the compiler flags we use? That sounds pretty broken to me. In my
opinion, since -mregparm is a gcc run time option, not a compile time option,
the compiler should provide libgcc for every possible ABI and choose among
those.

Closing this bug is especially weird since #12081 implies that building the
compiler with -mregparm=3 is broken.


-- 


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


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