[Bug c/100504] ICE: tree check: expected string_cst, have integer_cst in get_attr_len, at multiple_target.c:198

2021-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100504 --- Comment #4 from Andrew Pinski --- *** Bug 100528 has been marked as a duplicate of this bug. ***

[Bug c/100528] ICE: tree check: expected string_cst, have plus_expr in get_attr_len, at multiple_target.c:198

2021-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100528 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug inline-asm/100542] ICE: segmentation fault, at is_gimple_variable with void type statement expression

2021-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100542 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/100501] ICE: segmentation fault on embedded asm code

2021-05-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100501 --- Comment #2 from Andrew Pinski --- *** Bug 100542 has been marked as a duplicate of this bug. ***

[Bug fortran/100561] Error while computing square of a real number (8 and 16 bytes)

2021-05-12 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100561 --- Comment #6 from Andrew Pinski --- This is invalid because you wrote: 3.1415926535897932384626433832795028841971693993751058209749445923 And not: 3.1415926535897932384626433832795028841971693993751058209749445923_16 The first is a real type

[Bug other/100585] Osx 10.7 Lion Make failed : uninitialized const member, many errors

2021-05-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100585 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug bootstrap/100246] [11/12 Regression] GCC will not bootstrap with clang 3.4/3.5 [xcode 5/6, Darwin 12/13]

2021-05-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100246 Andrew Pinski changed: What|Removed |Added CC||bug-reports.delphin@laposte

[Bug middle-end/100604] GCC generates invalid LO_SYM for unaligned global

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100604 Andrew Pinski changed: What|Removed |Added Target|riscv,mips |riscv-*-*,mips64r6-*-* Keywor

[Bug tree-optimization/100609] New: bool - 1 is not simplified to -a

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100609 Bug ID: 100609 Summary: bool - 1 is not simplified to -a Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement Pri

[Bug tree-optimization/100609] bool - 1 is not simplified to -a

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100609 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses match

2021-05-14 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 Bug 25290 depends on bug 100609, which changed state. Bug 100609 Summary: bool - 1 is not simplified to -a https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100609 What|Removed |Added

[Bug web/100614] Missing mpfr 4 tarballs

2021-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100614 Andrew Pinski changed: What|Removed |Added Component|other |web --- Comment #1 from Andrew Pinski

[Bug web/100614] Missing mpfr 4 tarballs

2021-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100614 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses match

2021-05-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25290 --- Comment #16 from Andrew Pinski --- I Have a new patch though I need to remove some code still.

[Bug middle-end/100624] ICE: Segmentation fault, gimplify_target_expr

2021-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100624 Andrew Pinski changed: What|Removed |Added Depends on||98195 --- Comment #1 from Andrew Pinski

[Bug c/100576] [11/12 Regression] ICE at -O1 and above: in decompose, at wide-int.h:984 since r11-2928-gd14c547abd484d35

2021-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100576 Andrew Pinski changed: What|Removed |Added Version|tree-ssa|12.0 Target Milestone|---

[Bug target/100627] missing optimization

2021-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100627 --- Comment #1 from Andrew Pinski --- This is a target issue dealing with how uint64_t ->float/double conversions are done. On aarch64 for cvt_f64_std we get good code at -O3: cvt_f64_std(std::array&, std::array const&): ldp q7, q6,

[Bug tree-optimization/96928] Failure to optimize one's complement abs pattern

2021-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96928 --- Comment #4 from Andrew Pinski --- Note while moving this optimization to match-and-simplify I noticed that the gimple produced is: (~a) ^ b But this get changed around to: ~(a ^ b) By PRE latter on. I only noticed this because the testcase

[Bug c++/100629] Regression from 10 symbol mismatch between class definition and use with optimization

2021-05-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100629 --- Comment #3 from Andrew Pinski --- The difference is PatternDriver::TemplateEnum

[Bug c++/100629] Regression from 10 symbol mismatch between class definition and use with optimization

2021-05-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100629 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > The difference is > PatternDriver::TemplateEnum vs > PatternDriver::TemplateEnum

[Bug c++/100629] Regression from 10 symbol mismatch between class definition and use with optimization

2021-05-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100629 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > The difference is > PatternDriver::TemplateEnum vs > PatternDriver::TemplateEnum

[Bug c++/100629] Regression from 10 symbol mismatch between class definition and use with optimization

2021-05-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100629 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug libstdc++/100663] dietlibc build fail 'FP_NAN' was not declared in this scope

2021-05-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100663 Andrew Pinski changed: What|Removed |Added Keywords||build Severity|normal

[Bug tree-optimization/100653] usage of scalar_storage_order produces incorrect result

2021-05-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100653 Andrew Pinski changed: What|Removed |Added Known to fail||10.1.0, 11.1.0, 12.0, 7.3.0 Ever co

[Bug c/100671] override-init suppressed in 'two shot' compilation when initializer macro/value is defined in system header file

2021-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100671 --- Comment #2 from Andrew Pinski --- I think this is a dup of bug 99791.

[Bug jit/100688] Add support for link section

2021-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100688 --- Comment #2 from Andrew Pinski --- I am curious what is the use case here?

[Bug jit/100688] Add support for link section

2021-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100688 --- Comment #4 from Andrew Pinski --- Hmm, now I am curious why you are using the jit framework rather than doing a normal GCC front-end; like was done for the other rust gcc front-end https://github.com/Rust-GCC/gccrs .

[Bug bootstrap/100691] Build of gcc fails with "linux/cyclades.h" not found

2021-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100691 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/100379] cyclades.h is removed from linux kernel header files

2021-05-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100379 Andrew Pinski changed: What|Removed |Added CC||grgoffe at yahoo dot com --- Comment #4

[Bug target/100706] Invalid instructions in plt calls on PPC

2021-05-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100706 --- Comment #1 from Andrew Pinski --- GCC does not generate the PLTs directly normally. It is the linker. Does using BFD ld instead of gold fix the issue?

[Bug rtl-optimization/100697] Missing fwprop for argument register

2021-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100697 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Andrew

[Bug target/100677] False positive unused-but-set-parameter warning when using VSX intrinsics

2021-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100677 Andrew Pinski changed: What|Removed |Added Depends on||95227 --- Comment #1 from Andrew Pinski

[Bug target/100677] False positive unused-but-set-parameter warning when using VSX intrinsics

2021-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100677 Andrew Pinski changed: What|Removed |Added Depends on||93126 --- Comment #2 from Andrew Pinski

[Bug target/100638] FP16 vector compare missed optimization on AArch64

2021-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100638 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me

2021-05-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726 Andrew Pinski changed: What|Removed |Added Component|libstdc++ |target --- Comment #2 from Andrew Pinsk

[Bug lto/100728] "lto1.exe fatal error: errors during merging of translation units" on Windows ME

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100728 --- Comment #1 from Andrew Pinski --- "could not read lto-wrapper output"

[Bug middle-end/100733] New: -fcompare-debug failure for pr85213.c at -O1 -fdisable-tree-phiopt2

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100733 Bug ID: 100733 Summary: -fcompare-debug failure for pr85213.c at -O1 -fdisable-tree-phiopt2 Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: wrong-debu

[Bug middle-end/100733] -fcompare-debug failure for pr85213.c at -O1 -fdisable-tree-phiopt2

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100733 --- Comment #1 from Andrew Pinski --- Note in older versions of GCC (8.x), disabling phiopt1 is needed instead of phiopt2.

[Bug rtl-optimization/100697] Scheduler before RA causes conflict with return register and incoming argument register

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100697 Andrew Pinski changed: What|Removed |Added Summary|Missing fwprop for argument |Scheduler before RA causes

[Bug lto/100728] "lto1.exe fatal error: errors during merging of translation units" on Windows ME

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100728 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/100726] Error starting program: The libstdc++-6.dll file is linked to missing export KERNEL32.DLL:CreateHardLinkW on windows me

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100726 Andrew Pinski changed: What|Removed |Added Resolution|--- |WONTFIX Status|UNCONFIRMED

[Bug bootstrap/66022] 4.8.4 build fails with stage 2 and 3 comparison error

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66022 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug tree-optimization/85605] Potentially missing optimization under x64 and ARM: seemingly unnecessary branch in codegen

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85605 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug tree-optimization/89263] Simplify bool expression to OR

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89263 Andrew Pinski changed: What|Removed |Added CC||sergey.ignatchenko at ithare dot c

[Bug tree-optimization/89263] Simplify bool expression to OR

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89263 Andrew Pinski changed: What|Removed |Added Depends on||25290 Status|NEW

[Bug rtl-optimization/22568] Should use cmov in some stituations

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22568 --- Comment #16 from Andrew Pinski --- (In reply to Andrew Pinski from comment #15) > The expr.c patch yes. The tree-ssa-phiopt.c patch, no. Tree-ssa-phiopt.c > needs more code rework because of the new infrastructures so I have not > gotten ar

[Bug tree-optimization/91540] missed value-replacement in phiopt

2021-05-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91540 --- Comment #3 from Andrew Pinski --- Currently on the trunk we get: andl%edi, %esi movl$43, %eax movzbl %sil, %esi subl%esi, %eax Which is close.

[Bug tree-optimization/55869] different bit shift/or optimization.

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55869 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug tree-optimization/97690] (cond ? 2 : 0) is not optimized to int(cond) << 1

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97690 Andrew Pinski changed: What|Removed |Added CC||pawel_sikora at zoho dot com --- Comment

[Bug tree-optimization/58195] Missed optimization opportunity when returning a conditional

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58195 Andrew Pinski changed: What|Removed |Added Depends on||25290 CC|

[Bug bootstrap/97499] build dos cross compiler ICE

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97499 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug target/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 Andrew Pinski changed: What|Removed |Added Component|bootstrap |target Summary|/test/gnu/gcc

[Bug target/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 --- Comment #1 from Andrew Pinski --- /* The character codes corresponding to all the access modes. */ static constexpr char mode_chars[5] = { '-', 'r', 'w', 'x', '^' }; Is this after building stage 1 or after building stage 2 ?

[Bug middle-end/100738] Gimple failed to simplify ((v4si) ~a) < 0 ? c : d to ((v4si)a) >= 0 ? c : d

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100738 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Severity|

[Bug libgcc/61238] Getting Linker error

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61238 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug lto/81612] lto1: internal compiler error: Segmentation fault

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81612 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|WAITING

[Bug lto/79760] ICE in type_in_anonymous_namespace_p in ipa-utils.h:219

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79760 Andrew Pinski changed: What|Removed |Added CC||vctrex at mailfence dot com --- Comment

[Bug rtl-optimization/81955] corrupted double-linked list (not small)

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81955 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug other/78889] GCC fails to build due to graphite-dependences.c

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78889 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug c/84187] -O0 fails inline assembly compile

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84187 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug c++/84862] collect2: fatal error: lto-wrapper returned 1 exit status

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84862 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug c++/90217] Greater optimization of C++ Code

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90217 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug target/89694] Redundant code with optimization

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89694 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug target/88360] internal compiler error: in extract_insn, at recog.c 2343

2021-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88360 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug middle-end/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-05-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/100734] [12 Regression] /test/gnu/gcc/objdir/gcc/include-fixed/stdlib.h:291:8: internal compiler error: in from_mode_char, at attribs.h:304

2021-05-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100734 --- Comment #7 from Andrew Pinski --- (In reply to Andrew Pinski from comment #6) > (In reply to Richard Biener from comment #3) > > Possibly a dup of PR100727? > > I think it is unrelated. > > The problem is the fix for PR 100619, sets the at

[Bug tree-optimization/100773] [12 Regression] ice in operator[], at vec.h:890

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100773 Andrew Pinski changed: What|Removed |Added Summary|ice in operator[], at |[12 Regression] ice in

[Bug tree-optimization/100781] [12 Regression] Emitted binary code changes when -g is enabled at -O2

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100781 Andrew Pinski changed: What|Removed |Added Summary|Emitted binary code changes |[12 Regression] Emitted

[Bug tree-optimization/100781] [12 Regression] Emitted binary code changes when -g is enabled at -O2

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100781 --- Comment #2 from Andrew Pinski --- apinski@xeond:~/src/upstream-gcc/gcc/objdir/stage1-gcc$ ./xgcc -B. -fcompare-debug -O2 t.c xgcc: error: t.c: ‘-fcompare-debug’ failure (length)

[Bug tree-optimization/100781] [12 Regression] Emitted binary code changes when -g is enabled at -O2

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100781 --- Comment #3 from Andrew Pinski --- At least I thought this is related to PR 100774 but this was introduced after the patch which introduced that one.

[Bug tree-optimization/100781] [12 Regression] Emitted binary code changes when -g is enabled at -O2

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100781 --- Comment #4 from Andrew Pinski --- The first major difference shows up in evrp. With debugging info turned on we get: Merging blocks 4 and 6 Merging blocks 5 and 7

[Bug target/100771] Types differ between i386-elf and x86_64-elf -m32

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100771 Andrew Pinski changed: What|Removed |Added Version|unknown |12.0 Component|c

[Bug inline-asm/100785] [9/10/11/12 Regression] ICE: in expand_asm_stmt with "m" and bitfield

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100785 Andrew Pinski changed: What|Removed |Added Known to work||4.8.5 Severity|normal

[Bug middle-end/100786] ICE: in fold_convert_loc with alias attribute and different types and different sizes

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100786 Andrew Pinski changed: What|Removed |Added Version|tree-ssa|12.0 See Also|

[Bug c/100783] [11/12 Regression] ICE while printing out error message with nonnull attribute and undeclared decl in an array size in parameter

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100783 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Summary|ICE: at

[Bug middle-end/100787] [12 Regression] Bootstrap failure caused by r12-1077

2021-05-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100787 Andrew Pinski changed: What|Removed |Added Component|bootstrap |middle-end Keywords|

[Bug tree-optimization/100773] [12 Regression] ice in operator[], at vec.h:890

2021-05-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100773 --- Comment #5 from Andrew Pinski --- (In reply to David Binderman from comment #4) > Seems bad at b6bdd7a4cb41ee05, so the current range is > 10b286ce335cca13..b6bdd7a4cb41ee05, or about 6 revisions. It is most likely b6bdd7a4cb41ee05 which in

[Bug middle-end/100798] New: a?~t:t and (-(!!a))^t don't produce the same assembly code

2021-05-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100798 Bug ID: 100798 Summary: a?~t:t and (-(!!a))^t don't produce the same assembly code Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug c/100804] storage order swapped with specific opt

2021-05-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100804 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug c/100653] usage of scalar_storage_order produces incorrect result

2021-05-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100653 Andrew Pinski changed: What|Removed |Added CC||george.thopas at gmail dot com --- Comm

[Bug c++/61592] ICE with large array with initialization

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61592 Andrew Pinski changed: What|Removed |Added CC||gcc at gyoo dot com --- Comment #3 from

[Bug c++/77443] Empty initializer on huge object array member slow down the compilation dramatically with -O1

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77443 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/80272] g++ runs out of memory with aggregate init of large std::array of non-trivial class

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80272 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug c++/61592] ICE with large array with initialization

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61592 Andrew Pinski changed: What|Removed |Added CC||bkropki at yahoo dot co.uk --- Comment #

[Bug c++/100807] initialization of global struct with large array leads to huge assembly

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100807 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/61592] ICE with large array with initialization

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61592 --- Comment #5 from Andrew Pinski --- *** Bug 100807 has been marked as a duplicate of this bug. ***

[Bug target/100811] Consider not omitting frame pointers by default on targets with many registers

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100811 --- Comment #3 from Andrew Pinski --- Also on say PowerPC, not omitting the frame pointer gives no benifit whats so ever really with respect to backtracing.

[Bug target/100820] [12 regression] bootstrap hangs during stage2 on power 10

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100820 Andrew Pinski changed: What|Removed |Added Keywords||build, compile-time-hog Compon

[Bug tree-optimization/100817] ICE with -O2: in compute_antic, at tree-ssa-pre.c:2513

2021-05-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100817 --- Comment #1 from Andrew Pinski --- /* Theoretically possible, but *highly* unlikely. */ gcc_checking_assert (num_iterations < 500);

[Bug target/28763] sizeof() and __attribute__ broken with bit-fields on ppc-eabi

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28763 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug bootstrap/45326] gmp's use of C99 keeps breaking my compiles, suggest set autoconf variables to avoid inttypes/stdint

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45326 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug other/67179] failed to build gcc on RHEL 6.2

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67179 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/94263] build wxpython raspian

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94263 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug debug/91810] I do not know what is wrong

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91810 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|WAITING

[Bug other/87695] Arduino: ICE with avr and LTO

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695 Andrew Pinski changed: What|Removed |Added CC||lpsullivan at wpi dot edu --- Comment #2

[Bug other/90431] support __builtin_cpu_supports() in Linux kernel code

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90431 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/90222] Speculative execution data leak

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90222 Andrew Pinski changed: What|Removed |Added Resolution|--- |WONTFIX Status|WAITING

[Bug libstdc++/90223] Speculative execution data leak

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90223 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|WAITING

[Bug libstdc++/90222] Speculative execution data leak

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90222 --- Comment #4 from Andrew Pinski --- *** Bug 90223 has been marked as a duplicate of this bug. ***

[Bug libstdc++/88673] Overflowed array index read error

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88673 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

<    1   2   3   4   5   6   7   8   9   10   >