Re: Status of GCC 6 on x86_64 (Debian)

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

Status of GCC 6 on x86_64 (Debian)

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

Status of GCC 4.4 (Debian)

2008-09-13 Thread Martin Michlmayr
ce_try_sign_mask (ifcvt.c): 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
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
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/

Status of GCC 4.3 on IA64 (Debian)

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

Status of GCC 4.3 on SPARC (Debian)

2007-11-21 Thread Martin Michlmayr
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/

Re: Progress on GCC plugins ?

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

Re: ARM testsuite failures

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

ARM testsuite failures

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

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 or ? 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
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/

Re: GCC 4.3 release schedule

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

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
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/

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

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

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

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

Re: error: "no newline at end of file"

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

Clean-up of C++ header dependencies

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

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 defa

Re: error: "no newline at end of file"

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

Re: error: "no newline at end of file"

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

Re: error: "no newline at end of file"

2007-03-27 Thread Martin Michlmayr
this change. 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
;ll start filing bugs on these packages. -- Martin Michlmayr http://www.cyrius.com/

error: "no newline at end of file"

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

Re: --disable-multilib broken on x86_64

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

Re: 4.3 bootstrap broken on i386-linux

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

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

Re: --disable-multilib broken on x86_64

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

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 sup

Re: --disable-multilib broken on x86_64

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

Re: --disable-multilib broken on x86_64

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

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
* 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
* 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/

--disable-multilib broken on x86_64

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

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
051021-2.2 crystalspace_0.99-20060125-2 -- Martin Michlmayr http://www.cyrius.com/

Documenting GCC 4.2 changes

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

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/

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/

Re: What happened to the gcc 4.2 vectorizer patches?

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

[wwwdocs] logfile not as old as claimed

2006-06-20 Thread Martin Michlmayr
x27;t appear 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]: > 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]

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
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/

Re: GCC 4.1.1 RC1

2006-05-24 Thread Martin Michlmayr
one this now, thanks. 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
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/

Re: Revert patch for MIPS TImode functions for 4.1.1

2006-05-22 Thread Martin Michlmayr
sults/2006-05/msg01058.html -- Martin Michlmayr [EMAIL PROTECTED]

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 -- Mart

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
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

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/

Re: Update of mirrors web page

2006-04-08 Thread Martin Michlmayr
should they all be in the same listing? -- Martin Michlmayr http://www.cyrius.com/

Re: Update of mirrors web page

2006-04-08 Thread Martin Michlmayr
ub-dir for every release, and are missing some of the other dirs (e.g. infrastructure). -- Martin Michlmayr http://www.cyrius.com/

Update of mirrors web page

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

Building the whole Debian archive with GCC 4.1: a summary

2006-03-25 Thread Martin Michlmayr
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