[Bug bootstrap/94089] New: fixincludes of breaks gcc after glibc-2.31 upgrade

2020-03-08 Thread mikpelinux at gmail dot com
: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- A gcc built against glibc-2.30 (and some earlier releases) will fixinclude and store a modified copy in its installation. This copy differs

[Bug bootstrap/94917] New: Ada bootstrap errors on Cygwin64

2020-05-02 Thread mikpelinux at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- Attempting to bootstrap gcc-10.1.0-RC-20200430 with Ada on Cygwin64 fails with several errors. The first is: g++ -std=gnu++98 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno

[Bug bootstrap/94917] Ada bootstrap errors on Cygwin64

2020-05-02 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94917 Mikael Pettersson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/94918] New: Ada bootstrap errors on Cygwin64

2020-05-02 Thread mikpelinux at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- Attempting to bootstrap gcc-10.1.0-RC-20200430 with Ada on Cygwin64 fails with several errors. The first is: g++ -std=gnu++98 -fno-PIE -c -DIN_GCC_FRONTEND -g -DIN_GCC -fno

[Bug bootstrap/94918] Ada bootstrap errors on Cygwin64

2020-05-02 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94918 Mikael Pettersson changed: What|Removed |Added Known to fail||10.0, 8.4.0, 9.3.0 --- Comment #1 fr

[Bug target/95661] Code built with -m32 uses SSE2 instructions

2020-06-13 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95661 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug bootstrap/95952] New: [8.4.1 regression] gcc-8 bootstrap failure on powerpc64-linux

2020-06-28 Thread mikpelinux at gmail dot com
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- Attempting to bootstrap gcc-8-20200625 on powerpc64-linux-gnu fails with an ICE: /mnt/scratch/objdir8/./gcc/xgcc -B/mnt/scratch

[Bug bootstrap/95965] New: [11 regression] bootstrap failure on sparc due to "register"

2020-06-29 Thread mikpelinux at gmail dot com
ty: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- (Note: different from the recently reported PR95940.) Attempting to bootstrap gcc-11-20200628 on sparc64-linux fails

[Bug bootstrap/95965] [11 regression] bootstrap failure on sparc due to "register"

2020-06-29 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95965 Mikael Pettersson changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux

2020-06-29 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952 --- Comment #6 from Mikael Pettersson --- (In reply to Peter Bergner from comment #5) > (In reply to Peter Bergner from comment #4) > > I can help you build a default32 gcc if just adding -m32 to your > > compile doesn't ICE on the test case. >

[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux

2020-07-01 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952 --- Comment #9 from Mikael Pettersson --- (In reply to Peter Bergner from comment #7) > I've tried many 32-bit builds, but cannot reproduce the error. I tried with > top of the releases/gcc-8 branch, using releases/gcc-8 branch at commit > 09f22

[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux

2020-07-02 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952 --- Comment #12 from Mikael Pettersson --- (In reply to Peter Bergner from comment #11) > At some point in the past, GCC used to disable some instruction patterns > depending on whether the binutils you're building against supports those > instru

[Bug target/95952] [8 Regression] gcc-8 bootstrap failure on powerpc64-linux

2020-07-14 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95952 --- Comment #15 from Mikael Pettersson --- (In reply to Will Schmidt from comment #14) > (In reply to Will Schmidt from comment #13) > > Created attachment 48871 [details] > > proposed patch > > > > Attached patch appears sufficient to resolve t

[Bug c/96270] stdarg malfunction with -m32 and -Os

2020-07-21 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96270 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug rtl-optimization/96475] direct threaded interpreter with computed gotos generates suboptimal dispatch loop

2020-08-05 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug rtl-optimization/96475] direct threaded interpreter with computed gotos generates suboptimal dispatch loop

2020-08-05 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475 --- Comment #3 from Mikael Pettersson --- (In reply to Segher Boessenkool from comment #2) > That option was removed in GCC 6, already. Oh. Do you know if they added a replacement or just dropped the functionality altogether?

[Bug rtl-optimization/96475] direct threaded interpreter with computed gotos generates suboptimal dispatch loop

2020-08-06 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96475 --- Comment #5 from Mikael Pettersson --- I can't reproduce on {ppc64le, ppc64, aarch64, m68k, x86_64}-linux-gnu, they all inline the dispatcher at the end of each handler, w/ gcc-10.2.0 -O2. However, for sparc64 gcc-10.2.0 -O2 does end each han

[Bug target/96532] [m68k] gcc 10.x generates calls to memset even for very small amounts

2020-08-08 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96532 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug rtl-optimization/92095] ICE on sparc-gcc -O1 -mcpu=niagara2 -fPIE: validize_mem(rtx_def*): gcc/gcc/explow.c:521

2019-10-26 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92095 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/91450] __builtin_mul_overflow(A,B,R) wrong code if product <

2019-11-16 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91450 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/92767] [m68k]: Random ICE: verify_flow_info failed

2019-12-04 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92767 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/92902] jump tables are put into the text section

2019-12-12 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92902 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/93192] [m68k] incorrect conversion of inf and nan in __truncxfdf2

2020-01-10 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93192 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/93192] [m68k] incorrect conversion of inf and nan in __truncxfdf2

2020-01-11 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93192 --- Comment #5 from Mikael Pettersson --- Confirmed, needs -msoft-float or selecting a CPU model which implies that.

[Bug c/93910] -Waddress-of-packed-member triggered without actual access to a member or the address of a member

2020-02-24 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93910 --- Comment #2 from Mikael Pettersson --- (In reply to stephane.goujet from comment #0) > test2.c: In function 'main': > test2.c:9:5: warning: converting a packed 'struct S' pointer (alignment 1) > to a 'int' pointer (alignment 4) may result in a

[Bug c++/58558] [Regression] ICE when building mednafen with -O2 on mips and mipsel on gcc 4.8.1 and 4.9.0

2013-09-28 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58558 --- Comment #1 from Mikael Pettersson --- I can reproduce the ICE with gcc-4.8-20130926 configured as a cross to mips64-linux. Backporting the PR58079 fix in r201609 fixes the ICE. Thus, please close this one as a duplicate of PR58079.

[Bug c/58564] possible wrong code bug at -O0

2013-09-28 Thread mikpelinux at gmail dot com
, ||mikpelinux at gmail dot com --- Comment #1 from Mikael Pettersson --- 4.6 works, 4.7 to trunk don't, started with Kai's r176563.

[Bug c/58564] possible wrong code bug at -O0

2013-09-29 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58564 --- Comment #4 from Mikael Pettersson --- (In reply to John Regehr from comment #3) > Kai, this is a real bug, please reopen it. > > Here is what I get out of -fdump-tree-original: > > b = (int) (d == &c && a != 1); > > This is wrong. > > On

[Bug tree-optimization/57719] [4.8/4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2013-09-29 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57719 --- Comment #6 from Mikael Pettersson --- The wrong-code for tests #3 and #4 (both 4.9-only regressions) was fixed by Richard's PR58223 patch in r202096.

[Bug tree-optimization/57719] [4.8/4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2013-09-29 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57719 --- Comment #7 from Mikael Pettersson --- The wrong-code for tests #1 and #2 (both 4.8/4.9 regressions) was also fixed for 4.9 by Richard's PR58223 patch in r202096. That patch has been backported to 4.8 branch, and the tests do work with current

[Bug tree-optimization/57608] [4.8/4.9 Regression] wrong code for expression at -O3 on x86_64-linux-gnu with -m32

2013-09-30 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57608 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug bootstrap/58509] [4.9 regression] ICE in calc_dfs_tree, at dominance.c:397 during Ada runtime build

2013-10-02 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58509 --- Comment #4 from Mikael Pettersson --- Eric's patch fixes this bootstrap problem for me on sparc64-linux.

[Bug target/56993] power gcc built 416.gamess generates wrong result

2013-10-05 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56993 --- Comment #2 from Mikael Pettersson --- Can you provide a reduced test case?

[Bug c/58626] possible array wrong code bug

2013-10-05 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58626 --- Comment #1 from Mikael Pettersson --- Started with r202775, still occurs with today's trunk.

[Bug c/52991] attribute packed broken on mingw32?

2013-10-05 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 --- Comment #14 from Mikael Pettersson --- Ping -- there's been a patch for this bug for almost 10 months now...

[Bug tree-optimization/58640] wrong code (segfaults) at -O3 on x86_64-linux-gnu

2013-10-06 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58640 Mikael Pettersson changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/58570] [4.9 Regression] wrong code at -Os and above on x86_64-linux-gnu (both 32-bit and 64-bit modes)

2013-10-06 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58570 Mikael Pettersson changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comm

[Bug bootstrap/58509] [4.9 regression] ICE in calc_dfs_tree, at dominance.c:397 during Ada runtime build

2013-10-07 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58509 --- Comment #5 from Mikael Pettersson --- This bootstrap error still occurs with gcc-4.9-20131006. I've now decided to stop testing Ada on SPARC.

[Bug middle-end/58677] wrong code at -O1 on x86_64-linux-gnu

2013-10-10 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58677 --- Comment #1 from Mikael Pettersson --- Started with r202525 (PR58404 missed-optimization fix), stopped with r203315 (PR58570 wrong-code fix). The cause of PR58570 was not r202525. Can you check if the original testcase works on current trunk?

[Bug tree-optimization/58685] [4.7/4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 64-bit mode (affecting gcc trunk, 4.8, and 4.7)

2013-10-11 Thread mikpelinux at gmail dot com
, ||mikpelinux at gmail dot com --- Comment #1 from Mikael Pettersson --- Started with r179553, -fshrink-wrap introduction and enabling on x86. Adding -fno-shrink-wrap avoids the bug. Author CC:d. The code generation differences on this test case at this

[Bug tree-optimization/58653] [4.7/4.8/4.9 Regression] wrong code (segfaults) at -O3 on x86_64-linux-gnu in 64-bit mode (affecting gcc 4.6 to trunk)

2013-10-11 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58653 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug tree-optimization/58696] wrong code at -O3 on x86_64-linux-gnu

2013-10-12 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58696 --- Comment #1 from Mikael Pettersson --- Broke with r203061, works again with r203463, likely dup of PR58640.

[Bug rtl-optimization/58759] [4.9 Regression] wrong code (segfaults) at -O2 on x86_64-linux-gnu in 32-bit mode

2013-10-20 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58759 Mikael Pettersson changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #3

[Bug inline-asm/58805] [4.8/4.9 Regression] Inline assembly wrongly optimized out when inside a conditional

2013-10-20 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58805 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug rtl-optimization/58779] [4.7/4.8/4.9 Regression] wrong code at -O1 on x86_64-linux-gnu

2013-10-21 Thread mikpelinux at gmail dot com
, ||mikpelinux at gmail dot com --- Comment #2 from Mikael Pettersson --- Started with r180109. CC:ing author. The code generation difference for this test case at r180109 is: --- pr58779-r180108.s 2013-10-20 22:44:38.935370903 +0200 +++ pr58779-r180109.s

[Bug tree-optimization/58830] wrong code at -O3 on x86_64-linux-gnu (affecting 4.8.x, but not trunk or 4.7.x)

2013-10-22 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58830 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug tree-optimization/58830] wrong code at -O3 on x86_64-linux-gnu (affecting 4.8.x, but not trunk or 4.7.x)

2013-10-22 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58830 --- Comment #2 from Mikael Pettersson --- Started with r193882.

[Bug tree-optimization/58831] wrong code at -O2 and -O3 on x86_64-linux-gnu in 64-bit mode

2013-10-22 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58831 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/58854] [4.8 regression] "sub sp, fp, #40" hoisted above frame accesses

2013-10-24 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug rtl-optimization/58369] [4.8 regression] ICE in subreg_get_info when compiling boost for m68k-linux

2013-10-30 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58369 Mikael Pettersson changed: What|Removed |Added Known to work||4.9.0 Summary|[4.8/4.9 reg

[Bug other/58936] wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 --- Comment #3 from Mikael Pettersson --- (In reply to Liu Jian from comment #0) > I configured gcc using: > ./configure --prefix=$HOME --with-gmp=$HOME --with-mpfr=$HOME > --with-mpc=$HOME > When I am compiling gcc 4.8.2, I got error: Configurin

[Bug c/58943] wrong calculation of indirect structure member arithmetic via function call

2013-10-31 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58943 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug regression/58985] [4.9 Regression]: gcc.dg/pr57518.c scan-rtl-dump-not ira REG_EQUIV...

2013-11-09 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58985 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug tree-optimization/58956] [4.7/4.8/4.9 Regression] wrong code at -O1 and above (affecting gcc 4.6 to trunk)

2013-11-09 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58956 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug tree-optimization/58921] [4.9 Regression] ICE with segfault on valid code at -O3 on x86_64-linux-gnu

2013-11-10 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58921 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux

2013-11-11 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux

2013-11-12 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 --- Comment #6 from Mikael Pettersson --- (In reply to Kostya Serebryany from comment #5) > So far we were not even able to reproduce it. Building gcc trunk as a cross to ppc64-linux reproduces the build failure for me.

[Bug middle-end/59134] Infinite loop between store_fixed_bit_field and store_split_bit_field with STRICT_ALIGNMENT

2013-11-16 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59134 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug c/59138] [4.8/4.9 Regression] possible packed struct miscompile

2013-11-16 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59138 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug tree-optimization/59139] [4.7/4.8/4.9 Regression] internal compiler error: in get_val_for, at tree-ssa-loop-niter.c:2267

2013-11-16 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59139 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/59196] ./configure --with-cpu is broken for some m68k targets

2013-11-19 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59196 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug bootstrap/59206] New: [4.9 regression] many bootstrap comparison failures on armv5tel-linux-gnueabi

2013-11-20 Thread mikpelinux at gmail dot com
: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Attempting to bootstrap gcc-4.9-20131117 on armv5tel-linux-gnueabi fails with many bootstrap comparison failures: Comparing stages 2 and 3

[Bug bootstrap/59206] [4.9 regression] many bootstrap comparison failures on armv5tel-linux-gnueabi

2013-11-20 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59206 --- Comment #2 from Mikael Pettersson --- (In reply to Richard Earnshaw from comment #1) > Can you try it again at SVN revision r205061. Retrying at that rev ...

[Bug bootstrap/59206] [4.9 regression] many bootstrap comparison failures on armv5tel-linux-gnueabi

2013-11-21 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59206 Mikael Pettersson changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/59187] internal error with -O2

2013-11-23 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59187 --- Comment #3 from Mikael Pettersson --- I can reproduce the ICE with 4.8.1 configured as a cross to x86_64-w64-mingw32 hosted on x86_64-linux, but not with 4.8.2. Looks like you need to upgrade.

[Bug middle-end/59134] Infinite loop between store_fixed_bit_field and store_split_bit_field with STRICT_ALIGNMENT

2013-11-24 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59134 --- Comment #2 from Mikael Pettersson --- Started with r163189.

[Bug middle-end/59011] [4.7 Regression] ICE in make_decl_rtl, at varasm.c:1147

2013-12-07 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59011 --- Comment #7 from Mikael Pettersson --- It appears the test case wasn't added to 4.8 branch.

[Bug preprocessor/8270] [4.7/4.8/4.9 Regression] back-slash white space newline with comments, no warning

2013-12-12 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug bootstrap/59536] New: [4.9 regression] internal compiler error: in cselib_record_set, at cselib.c:2376 breaks m68k-linux bootstrap

2013-12-17 Thread mikpelinux at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Attempting to bootstrap gcc-4.9-20131215 (r206004) on m68k-linux fails with: /mnt/scratch

[Bug c/52773] internal error: in replace_pseudos_in, at reload1.c:577

2013-12-18 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52773 --- Comment #9 from Mikael Pettersson --- (In reply to fdarkangel from comment #8) > Persists in gcc 4.8.2. Try Bernd's patch, see link in comment #7.

[Bug middle-end/52306] ICE in cselib_record_set, at cselib.c:2158

2013-12-19 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 --- Comment #24 from Mikael Pettersson --- So where does that leave us? Disable -fauto-inc-dec by default, or try to make m68k work with LRA (which hopefully should avoid this reload bug)?

[Bug c/59674] On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-04 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59674 --- Comment #1 from Mikael Pettersson --- Works, as in generates OK looking code w/o issuing any diagnostics, on both m68k-linux and vax-linux for me. A NetBSD issue?

[Bug c/59674] On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-04 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59674 --- Comment #3 from Mikael Pettersson --- I tested both targets with cross compilers from x86_64-linux. I also tested natively on m68k-linux.

[Bug c/59674] On m68k and vax variables stack variables with > MAX_STACK_ALIGNMENT make ssp fail

2014-01-04 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59674 --- Comment #5 from Mikael Pettersson --- (In reply to Christos Zoulas from comment #4) > My guess is that m68k-linux is not using the SVR4 ABI, i.e. it does not > require long long and double to be aligned on a doubleword boundary. That is corre

[Bug bootstrap/88714] New: [9 regression] bootstrap comparison failure on armv7l since r265398

2019-01-06 Thread mikpelinux at gmail dot com
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- Attempting to bootstrap gcc-9.0 on armv7l fails for me with bootstrap comparison failures on a large number of files: rm -f

[Bug bootstrap/88714] [9 regression] bootstrap comparison failure on armv7l since r265398

2019-01-08 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88714 --- Comment #3 from Mikael Pettersson --- Created attachment 45384 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45384&action=edit pre-processed source for libiberty/sort.c One of the smallest .o files that differ is from libiberty's sort

[Bug bootstrap/88714] [9 regression] bootstrap comparison failure on armv7l since r265398

2019-01-09 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88714 --- Comment #5 from Mikael Pettersson --- With -da -fdump-tree-all, stage1 and stage2 output starts to differ in 043t.profile_estimate and then more visibly in 130t.pre: diff -ru stage1/sort.i.043t.profile_estimate stage2/sort.i.043t.profile_est

[Bug tree-optimization/85588] [6/7/8 Regression] -fwrapv miscompilation

2018-05-06 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85588 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug rtl-optimization/66087] Invalid narrowing of MEM with containing POST_INC

2019-08-08 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66087 --- Comment #4 from Mikael Pettersson --- Still miscompiled by gcc-10.0, 9.1, and 8.3 at -O1 and above.

[Bug target/91472] gmp testsuite segfaults with gcc-8 and gcc-9, works fine with gcc-7

2019-08-18 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91472 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug tree-optimization/91616] Incorrect data address computation in very simple code

2019-08-31 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91616 --- Comment #1 from Mikael Pettersson --- Please provide a self-contained test case with a built-in check of its correctness, or at least a printout of the computed array. I did the latter locally, and data_array[] looks correct to me (it contai

[Bug ada/91995] New: gnat miscompilation and bootstrap failure on m68k-linux

2019-10-04 Thread mikpelinux at gmail dot com
Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- Attempting to bootstrap gnat on m68k-linux fails due to a SEGV in stage3: /mnt/scratch/objdir10/./prev-gcc/xgcc -B/mnt/scratch/objdir10/./prev-gcc

[Bug ada/91995] gnat miscompilation and bootstrap failure on m68k-linux

2019-10-04 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91995 --- Comment #1 from Mikael Pettersson --- Created attachment 46997 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46997&action=edit Workaround patch Patch which avoids the miscompilation by changing the source code to replace these formal-

[Bug ada/91995] gnat miscompilation and bootstrap failure on m68k-linux

2019-10-05 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91995 Mikael Pettersson changed: What|Removed |Added Attachment #46997|0 |1 is obsolete|

[Bug c/83703] Loop termination condition ignored in -O3, works in -O2 or with smaller values

2018-01-06 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83703 --- Comment #1 from Mikael Pettersson --- There's a signed int overflow in this code, leading to UB. Compile and run with -fsanitize=undefined and you'll get reg.cpp:49:23: runtime error: signed integer overflow: -359 * 599 cannot be repres

[Bug tree-optimization/89595] [8 Regression] DOM miscompiles code

2019-05-04 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89595 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/86340] GCC 8.1 produces broken code for m68k with optimization levels above -O1

2018-09-22 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86340 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug middle-end/84433] gcc 7 and before miscompile loop and remove exit due to incorrect range calculation

2018-02-18 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84433 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/87807] Passing float, double vectors as variadic args fails on sparcv9

2018-11-18 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87807 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/68228] [4.9 Only] __builtin_ia32_pbroadcastd256 generates wrong insn at >= -O1

2016-01-31 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68228 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/69706] internal compiler error: in extract_constrain_insn, at recog.c:2246

2016-02-06 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69706 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug c++/69874] Program crashes when an exception is thrown to second base class reference

2016-03-05 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69874 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug inline-asm/70184] Explicit register variables holding function arguments overwritten by conversion libcall

2016-03-12 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70184 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug rtl-optimization/70223] [ARM] Optimization level -O2 results in wrong code

2016-03-19 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70223 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug target/70630] New: [6 regression] sparc bootstrap failure: sparc.c:4919:6: error: suggest explicit braces to avoid ambiguous 'else'

2016-04-11 Thread mikpelinux at gmail dot com
rsion: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- Attempting to bootstrap gcc-6-20160410 on sparc-linux

[Bug inline-asm/71086] miscompiled inline-asm + alternative constraints + __builtin_expect + always_inline

2016-05-29 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71086 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com

[Bug inline-asm/71086] miscompiled inline-asm + alternative constraints + __builtin_expect + always_inline

2016-05-29 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71086 --- Comment #2 from Mikael Pettersson --- This was fixed by r218623.

[Bug bootstrap/71435] New: [7 regression] sparc bootstrap failure since r235625

2016-06-06 Thread mikpelinux at gmail dot com
Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: mikpelinux at gmail dot com Target Milestone: --- Attempting to bootstrap gcc-7-20160605 on sparc-linux fails with: Comparing stages 2 and 3 Bootstrap comparison failure! gcc/ira.o differs gcc/double-int.o differs

[Bug bootstrap/71435] [7 regression] sparc bootstrap failure since r235625

2016-06-15 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71435 --- Comment #10 from Mikael Pettersson --- (In reply to Eric Botcazou from comment #9) > > Created attachment 38699 [details] > > Tentative fix. > > It successfully passed a full bootstrap/test cycle on SPARC/Solaris. I can test it on SPARC/Lin

[Bug bootstrap/71435] [7 regression] sparc bootstrap failure since r235625

2016-06-17 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71435 --- Comment #11 from Mikael Pettersson --- (In reply to Mikael Pettersson from comment #10) > (In reply to Eric Botcazou from comment #9) > > > Created attachment 38699 [details] > > > Tentative fix. > > > > It successfully passed a full bootstr

  1   2   3   4   5   >