This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Big regression showing up on darwin
- From: FX <fxcoudert at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- Date: Fri, 1 Jan 2010 13:07:06 +0100
- Subject: Big regression showing up on darwin
I know something is going on with section names, so I thought I'd mention that there is a big regression on darwin (most "-flto -fwhopr -O2" tests fail) at rev. 155544. An example is:
FAIL: gcc.c-torture/compile/20010313-1.c -O2 -fwhopr (test for excess errors)
Excess errors:
/var/folders/UV/UVACeRu8EU8CKLhygL+1rk+++TM/-Tmp-//cc8BGFLD.s:1:Expected comma after segment-name
/var/folders/UV/UVACeRu8EU8CKLhygL+1rk+++TM/-Tmp-//cc8BGFLD.s:1:Rest of line ignored. 1st junk character valued 32 ( ).
The assembler rejects lines such as the following:
.section .gnu.lto_.jmpfuncs
Hope this can be fixed quickly, as it seriously hamper other regtesting.
FX