* Martin Michlmayr [2016-01-21 21:09]:
> * 13: test suite failures (segfaults and similar); not clear if the
> package or if GCC is at fault.
Rene Engelhard pointed me to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69327
which might explain some of these segfaults.
--
Martin Michlmayr
n type name
* 8: error: unable to find string literal operator
* 8: cmake failure (cmake configure scripts fail)
* 6: error: macro "..." passed 2 arguments, but takes just 1
* 3: error: invalid suffix on literal; C++11 requires a space between literal
and string macro [-Werror=literal-suffix]
* 3: error: template argument X is invalid
[1] https://gcc.gnu.org/ml/gcc/2016-01/msg00101.html
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
ce_try_sign_mask (ifcvt.c): b_unconditional
- gdc-4.1
- gdc-4.2
- prima
--
Martin Michlmayr
http://www.cyrius.com/
* Ben Elliston <[EMAIL PROTECTED]> [2008-07-25 09:17]:
> OK, I give up. What is the point of your messages and why is it the
> GCC list that you've chosen to bother with them?
FWIW, he sent the same (at least) to debian-devel. I'd just ignore it.
--
Martin Michlmayr
http://www.cyrius.com/
host_integerp, at tree.c:4949
Fixed by Richard Guenther
The testing was done with 4.3.0 20071212 from 2007-12-12 to 2008-01-18.
Thanks to LaMont Jones for giving me remote access to a HPPA machine.
--
Martin Michlmayr
http://www.cyrius.com/
from 2007-12-12 to
2007-12-24.
Thanks to Alexander Wong of St Hugh's College, Oxford for giving me
remote access to an Alpha, and to Florian Lohoff for hosting two
DS25 Alpha servers that Richard Higson kindly donated to Debian.
--
Martin Michlmayr
http://www.cyrius.com/
cyrius.com/tmp/gcc-4.3-ia64.pdf for a full report.
--
Martin Michlmayr
http://www.cyrius.com/
05 r127646 (2007-11-05 - 2007-11-11).
Thanks to Sun for donating a T2000 to Debian and to OSU's Open Source
Lab for hosting the machine.
--
Martin Michlmayr
http://www.cyrius.com/
list those six ports? Has anyone tried to talk to those
people to get them to contribute?
--
Martin Michlmayr
http://www.cyrius.com/
ng that an error is emitted and, apparently, it is. Are
> you sure this is what is failing?
You're right - I misread the error. The test that is looking for
the error passes, but at the same time the testcase fails with "test
for excess error" because of the warnings mentioned above.
--
Martin Michlmayr
http://www.cyrius.com/
eck: expected tree that contains 'decl
with RTL' structure, have 'field_decl' in assemble_external_real, at
varasm.c:2220
PR31032
ICE: tree check: expected class 'type', have 'exceptional' (error_mark)
in setup_one_parameter, at tree-inline.c:1483
PR23716
--
Martin Michlmayr
http://www.cyrius.com/
* Joe Buck <[EMAIL PROTECTED]> [2007-10-26 14:53]:
> Can you estimate how many packages use or ?
Not easily because I backed out those changes.
--
Martin Michlmayr
http://www.cyrius.com/
es use
> or ?
Sorry I wasn't being clear. This is without the recent removal of
some backward-compability headers. The errors I'm talking about are
due to the fix for PR28080 and similar and those changes will be in
4.3.
--
Martin Michlmayr
http://www.cyrius.com/
Of course, gcc 4.3 also introduces build failures in about 550
packages (mostly due to the C++ header inclusion clean-up) and these
need to be fixed too. However, Debian's next release is further away
than SUSE's and Fedora's so there should be enough time to fix these
issues.
--
Martin Michlmayr
http://www.cyrius.com/
* Laurent GUERBY <[EMAIL PROTECTED]> [2007-07-03 12:45]:
> What do GCC developpers do on debian etch?
You should be able to install version 2.59 from snapshot.debian.net
(and then put in on hold so it won't get upgraded automatically).
--
Martin Michlmayr
http://www.cyrius.com/
n
config.log at all, and yet config.h defines HAVE_PTHREAD_AFFINITY_NP, thereby
leading to the bootstrap error.
Any ideas what's going on?
--
Martin Michlmayr
http://www.cyrius.com/
finity.lo] Error 1
You can reproduce this with:
../src/configure -v --enable-languages=c,c++
--enable-targets=powerpc-linux,powerpc64-linux powerpc-linux-gnu
make
--
Martin Michlmayr
http://www.cyrius.com/
* Manuel López-Ibáñez <[EMAIL PROTECTED]> [2007-04-02 13:57]:
> Just out of curiosity, does any of those programs use -Werror?
No, otherwise the problems would have been found and fixed before.
Remember, there has always been a warning about this, but now it's an
error.
--
Martin
* Manuel López-Ibáñez <[EMAIL PROTECTED]> [2007-04-02 12:58]:
> >missing newline: 42
> >error: "xxx" redefined: 33
>
> Martin, are those programs compiled with -pedantic or -pedantic-errors
> enabled?
Nope.
--
Martin Michlmayr
http://www.cyrius.com/
n
> via -D on the command line.
No, the cases are combinations of #define in the code and -D on the
command line.
--
Martin Michlmayr
http://www.cyrius.com/
le->highest_line,
+ cpp_error_with_line (pfile, CPP_DL_WARN,
pfile->line_table->highest_line,
CPP_BUF_COLUMN (buffer, buffer->cur),
"no newline at end of file");
}
--
Martin Michlmayr
http://www.cyrius.com/
I noticed that you cleaned up C++ header dependencies in response to
PR28080. This means that *a lot* of C++ code will no longer build.
Can you please mention your clean-up work at
http://gcc.gnu.org/gcc-4.3/changes.html so users are aware of what's
going on.
Thanks.
--
Martin Michlmayr
* Gabriel Dos Reis <[EMAIL PROTECTED]> [2007-03-27 09:33]:
> -pedantic asks for strict checking of rules. User should accept
> correcting their codes (or used codes) with they ask for strict
> checking.
They didn't "ask" for it because G++ does it by defa
frot-end/front-end/
I'm not sure whether "nonconformant code" is specific enough. Apart
from this, it looks good.
--
Martin Michlmayr
http://www.cyrius.com/
r not being clearer; this question wasn't specifically
directed at you. Hopefully someone else, maybe Joseph, can answer it.
--
Martin Michlmayr
http://www.cyrius.com/
this change. Manu, can you submit a patch for this?
--
Martin Michlmayr
http://www.cyrius.com/
;ll start filing bugs on these
packages.
--
Martin Michlmayr
http://www.cyrius.com/
idea since it doesn't gain us anything.
--
Martin Michlmayr
http://www.cyrius.com/
needs the same change.
--
Martin Michlmayr
http://www.cyrius.com/
imal32'
I found the reason for this yesterday; hopefully HJL or Michael will
fix it soon.
See http://gcc.gnu.org/ml/gcc/2007-03/msg00941.html
--
Martin Michlmayr
[EMAIL PROTECTED]
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-03-24 22:25]:
> This can be fixed by making sure the canonical target is used in
> configure.ac so the check for the target will actually work, as below.
> OK to commit?
Actually, I should mention that I haven't fully bootstrapped
- gcc: sets "bid" (the match works because the canonical target is used)
- libgcc: sets "no"
... and we get a build failure.
This can be fixed by making sure the canonical target is used in
configure.ac so the check for the target will actually work, as below.
OK to commit?
200
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-03-24 21:04]:
> So where does enable_decimal_float = no come from? config.* doesn't
> say anyhing.
Sorry, I meant: "config.* in x86_64-linux-gnu/libgcc doesn't..."
> It checks whether decimal floating point is sup
inux-gnu/libgcc/Makefile:enable_decimal_float = no
x86_64-linux-gnu/32/libgcc/Makefile:enable_decimal_float = no
--
Martin Michlmayr
http://www.cyrius.com/
cimal_float) \
So where does enable_decimal_float = no come from? config.* doesn't
say anyhing. It checks whether decimal floating point is supported,
but there's nothing about enable_decimal_float.
--
Martin Michlmayr
http://www.cyrius.com/
* Lu, Hongjiu <[EMAIL PROTECTED]> [2007-03-24 13:22]:
> Do you have any local changes? Does it work on Debian/i686?
I get the failure without any local patches applied. I don't know
about i686 but it works on ia64.
--
Martin Michlmayr
http://www.cyrius.com/
* Lu, Hongjiu <[EMAIL PROTECTED]> [2007-03-24 12:27]:
> I can't duplicate the problem. It works fine for me.
I put the complete log at
http://people.debian.org/~tbm/logs/gcc-bootstrap.bz2 in case that
helps.
--
Martin Michlmayr
http://www.cyrius.com/
* Martin Michlmayr <[EMAIL PROTECTED]> [2007-03-24 19:01]:
> The following change broke --disable-multilib:
Actually, it also fails without that option.
--
Martin Michlmayr
http://www.cyrius.com/
declaration specifiers or '...' before 'decimal128'
../../../src/libgcc/../libdecnumber/decLibrary.c: In function 'isinfd32':
...
--
Martin Michlmayr
http://www.cyrius.com/
* David Daney <[EMAIL PROTECTED]> [2007-03-14 10:01]:
> I get:
> $ make compare
> Comparing stages 2 and 3
Probably the same as PR31169, reported for HPPA. Unfortunately the PR
doesn't contain much useful information yet.
--
Martin Michlmayr
[EMAIL PROTECTED]
051021-2.2
crystalspace_0.99-20060125-2
--
Martin Michlmayr
http://www.cyrius.com/
options together. Add ibmlongdouble and ieeelongdouble.
2006-01-18 DJ Delorie <[EMAIL PROTECTED]>
Document -Werror=*
2006-01-18 Richard Henderson <[EMAIL PROTECTED]>
Document -fopenmp.
2006-01-16 Ian Lance Taylor
Mention -fno-toplevel-reorder.
2006-01-16 Gabor Loki <[EMAIL PROTECTED]>
Add documentation for -frtl-abstract-sequences.
2006-01-14 Richard Guenther <[EMAIL PROTECTED]>
(salias-max-array-elements): Document.
--
Martin Michlmayr
http://www.cyrius.com/
Hi Kazu,
You removed the -fdump-rtl-loop option on 2006-03-13. Could you
please submit a patch for http://gcc.gnu.org/gcc-4.2/changes.html (and
possibly 4.1 too) documenting that and why this option was removed.
Thanks.
--
Martin Michlmayr
http://www.cyrius.com/
Hi Zdenek,
You removed the -floop-optimize2 option on 2006-02-10. Could you
please submit a patch for http://gcc.gnu.org/gcc-4.2/changes.html
documenting that and why this option was removed.
Thanks.
--
Martin Michlmayr
http://www.cyrius.com/
-06/msg00120.html but I think
it basically boils down to "I think it's time to declare 4.2
feature-complete" (Mark Mitchell).
--
Martin Michlmayr
[EMAIL PROTECTED]
x27;t appear to be in CVS so I cannot send a patch.
--
Martin Michlmayr
http://www.cyrius.com/
* Gerald Pfeifer <[EMAIL PROTECTED]> [2006-06-07 11:38]:
> I have a slight preference for keeping the status quo
OK.
--
Martin Michlmayr
http://www.cyrius.com/
* Gerald Pfeifer <[EMAIL PROTECTED]> [2006-06-05 22:51]:
> GCC, the GNU Compiler Collection
How about a dash here rather than a comma? Looks nicer imho:
| GCC - the GNU Compiler Collection
--
Martin Michlmayr
[EMAIL PROTECTED]
-snapshot-20060530/build-hppa64'
make[2]: *** [all] Error 2
--
Martin Michlmayr
http://www.cyrius.com/
TED]>
* doc/tm.texi (ASM_OUTPUT_SHARED_COMMON, ASM_OUTPUT_SHARED_BSS)
ASM_OUTPUT_SHARED_LOCAL): Delete.
* doc/invoke.texi (-fshared-data): Delete.
* common.opt (fshared-data): Delete.
--
Martin Michlmayr
http://www.cyrius.com/
one this now, thanks. For the future, please note that you can
login to the wiki without a password.
--
Martin Michlmayr
[EMAIL PROTECTED]
es me wonder, though, whether GCC could check whether the
de_DE locale exists on the system and if not skips the abi_check test
since it'll only give misleading results in that case.
--
Martin Michlmayr
http://www.cyrius.com/
sults/2006-05/msg01058.html
--
Martin Michlmayr
[EMAIL PROTECTED]
* Mark Mitchell <[EMAIL PROTECTED]> [2006-05-18 15:33]:
> GCC 4.1.1 RC1 is available from:
> ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.1-20060517
Running make check after make gives me:
| Newly fixed header: ia64/sys/getppdp.h
|
| There were fixinclude test FAILURES
--
Mart
I noticed that http://gcc.gnu.org/buildstat.html only lists the build
status of GCC up to 4.0.x. Do you need a volunteer to create a page
for 4.1.x?
--
Martin Michlmayr
http://www.cyrius.com/
ailed
http://bugs.debian.org/361602
fixed in the meantime:
- x86_x64 PIC problems and hidden vs anonymous namespaces
http://bugs.debian.org/361445
- gcc segfaults compiling pari_2.1.7-2
http://bugs.debian.org/361715
- ICE in merge_alias_info, at tree-ssa-copy.c
http://gcc.gnu.org/PR2
Mark, can you please update http://gcc.gnu.org/develop.html#timeline
and add more dates for GCC 4.2 and include 4.3.
Thanks.
--
Martin Michlmayr
http://www.cyrius.com/
should they all be in the same listing?
--
Martin Michlmayr
http://www.cyrius.com/
ub-dir for every release, and are missing
some of the other dirs (e.g. infrastructure).
--
Martin Michlmayr
http://www.cyrius.com/
ub/gnu/gcc/ - has no snapshots (and has weird
structure)
ftp://linux.ihep.su/pub/cygnus/egcs/ - unreachable
ftp://mirrors.rcn.net/pub/sourceware/gcc/
--
Martin Michlmayr
http://www.cyrius.com/
ect for creating a great compiler, and in particular
Andrew Pinski for doing lots of bug triaging work.
References
--
[1] http://lists.debian.org/debian-gcc/2006/02/msg00173.html
[2] http://people.debian.org/~tbm/logs/gcc-4.1/PACKAGES
[3]
http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=sub
61 matches
Mail list logo