Re: Status of GCC 6 on x86_64 (Debian)

2016-01-22 Thread Martin Michlmayr
* Martin Michlmayr <t...@hpe.com> [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.

Status of GCC 6 on x86_64 (Debian)

2016-01-21 Thread Martin Michlmayr
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

Status of GCC 4.4 (Debian)

2008-09-13 Thread Martin Michlmayr
): b_unconditional - gdc-4.1 - gdc-4.2 - prima -- Martin Michlmayr http://www.cyrius.com/

Re: machine cheat

2008-07-24 Thread Martin Michlmayr
* 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/

Status of GCC 4.3 on HPPA (Debian)

2008-01-19 Thread Martin Michlmayr
in 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/

Status of GCC 4.3 on Alpha (Debian)

2007-12-26 Thread Martin Michlmayr
-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/

Status of GCC 4.3 on IA64 (Debian)

2007-11-23 Thread Martin Michlmayr
/tmp/gcc-4.3-ia64.pdf for a full report. -- Martin Michlmayr http://www.cyrius.com/

Re: Progress on GCC plugins ?

2007-11-16 Thread Martin Michlmayr
anyone tried to talk to those people to get them to contribute? -- Martin Michlmayr http://www.cyrius.com/

ARM testsuite failures

2007-10-30 Thread Martin Michlmayr
' 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/

Re: ARM testsuite failures

2007-10-30 Thread Martin Michlmayr
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/

Re: GCC 4.3 release schedule

2007-10-27 Thread Martin Michlmayr
* Joe Buck [EMAIL PROTECTED] [2007-10-26 14:53]: Can you estimate how many packages use ext/hash_map or ext/hash_set? Not easily because I backed out those changes. -- Martin Michlmayr http://www.cyrius.com/

Re: GCC 4.3 release schedule

2007-10-26 Thread Martin Michlmayr
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/

Re: GCC 4.3 release schedule

2007-10-26 Thread Martin Michlmayr
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/

Re: autoconf 2.61 on debian etch and GCC

2007-07-03 Thread Martin Michlmayr
* 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/

Re: bootstrap broken on powerpc: implicit declaration of function 'pthread_getaffinity_np'

2007-04-26 Thread Martin Michlmayr
HAVE_PTHREAD_AFFINITY_NP, thereby leading to the bootstrap error. Any ideas what's going on? -- Martin Michlmayr http://www.cyrius.com/

bootstrap broken on powerpc: implicit declaration of function 'pthread_getaffinity_np'

2007-04-23 Thread Martin Michlmayr
/configure -v --enable-languages=c,c++ --enable-targets=powerpc-linux,powerpc64-linux powerpc-linux-gnu make -- Martin Michlmayr http://www.cyrius.com/

Re: error: no newline at end of file

2007-04-02 Thread Martin Michlmayr
* 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/

Re: error: no newline at end of file

2007-04-02 Thread Martin Michlmayr
* 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 Michlmayr http

Re: error: no newline at end of file

2007-04-01 Thread Martin Michlmayr
); } -- Martin Michlmayr http://www.cyrius.com/

Re: error: no newline at end of file

2007-04-01 Thread Martin Michlmayr
. No, the cases are combinations of #define in the code and -D on the command line. -- Martin Michlmayr http://www.cyrius.com/

error: no newline at end of file

2007-03-27 Thread Martin Michlmayr
it doesn't gain us anything. -- Martin Michlmayr http://www.cyrius.com/

Re: error: no newline at end of file

2007-03-27 Thread Martin Michlmayr
. -- Martin Michlmayr http://www.cyrius.com/

Re: error: no newline at end of file

2007-03-27 Thread Martin Michlmayr
. Manu, can you submit a patch for this? -- Martin Michlmayr http://www.cyrius.com/

Re: error: no newline at end of file

2007-03-27 Thread Martin Michlmayr
someone else, maybe Joseph, can answer it. -- Martin Michlmayr http://www.cyrius.com/

Re: error: no newline at end of file

2007-03-27 Thread Martin Michlmayr
not sure whether nonconformant code is specific enough. Apart from this, it looks good. -- Martin Michlmayr http://www.cyrius.com/

Re: error: no newline at end of file

2007-03-27 Thread 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 default. -- Martin Michlmayr http://www.cyrius.com/

Re: --disable-multilib broken on x86_64

2007-03-26 Thread Martin Michlmayr
change. -- Martin Michlmayr http://www.cyrius.com/

--disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
' ../../../src/libgcc/../libdecnumber/decLibrary.c: In function 'isinfd32': ... -- Martin Michlmayr http://www.cyrius.com/

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
* 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/

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
* 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/

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
* 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/

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
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/

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
/Makefile:enable_decimal_float = no x86_64-linux-gnu/32/libgcc/Makefile:enable_decimal_float = no -- Martin Michlmayr http://www.cyrius.com/

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
* 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 supported, but there's nothing about

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
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? 2007-03-24 Martin Michlmayr [EMAIL PROTECTED

Re: --disable-multilib broken on x86_64

2007-03-24 Thread Martin Michlmayr
* 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 with this change

Re: MIPS bootstrap broken, make compare fails...

2007-03-14 Thread Martin Michlmayr
* 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]

Status of 4.1.2

2006-10-14 Thread Martin Michlmayr
crystalspace_0.99-20060125-2 -- Martin Michlmayr http://www.cyrius.com/

Documenting GCC 4.2 changes

2006-08-23 Thread Martin Michlmayr
-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/

Documenting -floop-optimize2 removal

2006-08-16 Thread Martin Michlmayr
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/

Documenting -fdump-rtl-loop removal

2006-08-16 Thread Martin Michlmayr
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/

Re: Bug compiling gcc 4.1.1

2006-08-04 Thread Martin Michlmayr
. This is a binutils bug, please talk to [EMAIL PROTECTED] - but I suggest you upgrade to a newer version of binutils first since 2.15.92.0.2 is fairly old. -- Martin Michlmayr [EMAIL PROTECTED]

Re: What happened to the gcc 4.2 vectorizer patches?

2006-07-29 Thread Martin Michlmayr
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]

[wwwdocs] logfile not as old as claimed

2006-06-20 Thread Martin Michlmayr
to be in CVS so I cannot send a patch. -- Martin Michlmayr http://www.cyrius.com/

Re: [wwwdocs] Complete revamp of our web site

2006-06-07 Thread Martin Michlmayr
* 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/

Re: [wwwdocs] Complete revamp of our web site

2006-06-05 Thread Martin Michlmayr
* Gerald Pfeifer [EMAIL PROTECTED] [2006-06-05 22:51]: h1GCC, the GNU Compiler Collection/h1 How about a dash here rather than a comma? Looks nicer imho: | h1GCC - the GNU Compiler Collection/h1 -- Martin Michlmayr [EMAIL PROTECTED]

hppa libiberty configure failure: Link tests are not allowed after GCC_NO_EXECUTABLES.

2006-06-01 Thread Martin Michlmayr
-snapshot-20060530/build-hppa64' make[2]: *** [all] Error 2 -- Martin Michlmayr http://www.cyrius.com/

Documentating the removal of -fshared-data

2006-05-29 Thread Martin Michlmayr
] * 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/

Re: GCC 4.1.1 RC1

2006-05-24 Thread Martin Michlmayr
. For the future, please note that you can login to the wiki without a password. -- Martin Michlmayr [EMAIL PROTECTED]

Re: Revert patch for MIPS TImode functions for 4.1.1

2006-05-22 Thread Martin Michlmayr
-- Martin Michlmayr [EMAIL PROTECTED]

Re: Revert patch for MIPS TImode functions for 4.1.1

2006-05-22 Thread Martin Michlmayr
, 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/

Re: GCC 4.1.1 RC1

2006-05-19 Thread Martin Michlmayr
* 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 -- Martin Michlmayr [EMAIL

Build status page out of date

2006-05-17 Thread Martin Michlmayr
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/

Re: [FYI] Building the whole Debian archive with GCC 4.1: a summary

2006-04-18 Thread Martin Michlmayr
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/PR27087 -- Martin Michlmayr http

Update of mirrors web page

2006-04-08 Thread Martin Michlmayr
/ - 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/

Re: Update of mirrors web page

2006-04-08 Thread Martin Michlmayr
in an extra subdirectory called releases?) Most mirros on that page have a nicely structured hierarchy with several sub-directories (infrastructure, libstd++, etc). Those with a weird structure have a sub-dir for every release, and are missing some of the other dirs (e.g. infrastructure). -- Martin

Re: Update of mirrors web page

2006-04-08 Thread Martin Michlmayr
? -- Martin Michlmayr http://www.cyrius.com/

Release timeline: please include dates for GCC 4.2 and 4.3

2006-04-08 Thread Martin Michlmayr
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/

Building the whole Debian archive with GCC 4.1: a summary

2006-03-25 Thread Martin Michlmayr
-- [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=submitterincludesubj=4.1data=tbm%40cyrius.comarchive=noversion=dist=unstable -- Martin Michlmayr http