This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc regression on Darwin
- From: dominiq at lps dot ens dot fr (Dominique Dhumieres)
- To: gcc at gcc dot gnu dot org
- Date: Sun, 01 Apr 2007 11:04:10 +0200
- Subject: gcc regression on Darwin
While regtesting my build of the 20070330 snapshot (Darwin7), I got a lot
(~100) of regressions: gcc.c-torture/execute/builtins/memcpy-chk.c, ...,
gcc.c-torture/execute/built-in-setjmp.c. Looking at the list, I have found
that this has started on 20070325 for Darwin8:
http://gcc.gnu.org/ml/gcc-testresults/2007-03/msg01225.html
Note that the errors are all of the following kind:
output is:
/var/tmp//cceFaqh1.s:2000:non-relocatable subtraction expression, "L00000000006$pb" minus "LSJR191"
/var/tmp//cceFaqh1.s:2000:symbol: "LSJR191" can't be undefined in a subtraction expression
...
I tried to see if this regression has been reported, but found nothing.
Did I miss something or should I fill a PR? If yes what would be the best
format?
TIA
Dominique