[Bug testsuite/99731] g++.dg/modules/alias-1_a.H: error: failed to read compiled module: No such file or directory

2024-04-16 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99731

vvinayag at arm dot com changed:

   What|Removed |Added

 CC||vvinayag at arm dot com

--- Comment #3 from vvinayag at arm dot com ---
(In reply to H.J. Lu from comment #2)
> (In reply to Nathan Sidwell from comment #1)
> > How repeatable is this?
> 
> Close to 100%.

Is there an update on these failures?
I have also seen these failures and have not understood the cause.

[Bug tree-optimization/106878] [11/12 Regression] ICE: verify_gimple failed at -O2 with pointers and bitwise calculation

2023-01-09 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106878

vvinayag at arm dot com changed:

   What|Removed |Added

 CC||vvinayag at arm dot com

--- Comment #13 from vvinayag at arm dot com ---
Will this fix be backported to GCC 12 and GCC 11 ?

[Bug other/107620] Build errors when using sphinx

2022-11-12 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107620

--- Comment #2 from vvinayag at arm dot com ---
(In reply to Martin Liška from comment #1)
> Confirmed. Btw. what revision do you build and what command do you use?

Could you please clarify what you are referring to, for the revision and
command?

[Bug other/107620] New: Build errors when using sphinx

2022-11-10 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107620

Bug ID: 107620
   Summary: Build errors when using sphinx
   Product: gcc
   Version: unknown
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: other
  Assignee: unassigned at gcc dot gnu.org
  Reporter: vvinayag at arm dot com
  Target Milestone: ---

I am noticing errors with use of sphinx when building:
Build machine: x86_64-none-linux-gnu
Host: x86_64-none-linux-gnu
Target: aarch64-none-elf or arm-none-eabi


SPHINXBUILD=

make[2]: Entering directory '/.../src/gcc/doc'

b "html" -d
/.../build-aarch64_be-none-elf/obj/gcc2/gcc/doc/fortran/html/doctrees  -j auto
-q  /.../src/gcc/gcc/fortran/doc/gfortran
"/.../build-aarch64_be-none-elf/obj/gcc2/gcc/doc/fortran/html/html"

/bin/sh: b: command not found

make[2]: [Makefile:96: html] Error 127 (ignored)

make[2]: Leaving directory '/.../src/gcc/doc'

test -z "/.../build-aarch64_be-none-elf/install/share/doc/" || /bin/sh
/.../src/gcc/gcc/../mkinstalldirs
"/.../build-aarch64_be-none-elf/install/share/doc/"

 /usr/bin/install -C -m 644 '/.../src/gcc/gcc/doc/fortran/html/html/index.html'
'/.../build-aarch64_be-none-elf/install/share/doc//index.html'

/usr/bin/install: cannot stat
‘/.../src/gcc/gcc/doc/fortran/html/html/index.html’: No such file or directory


Is the above error due to not installing sphinx 5.3.0?
I assumed installing sphinx 5.3.0 would help, but after installing sphinx
5.3.0, I get a different error:

Extension error:
Could not import extension gcc_sphinx (exception: No module named 'gcc_sphinx')
Makefile:84: recipe for target 'info' failed

[Bug libstdc++/100017] [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails

2021-12-10 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017

--- Comment #45 from vvinayag at arm dot com ---
(In reply to Jonathan Wakely from comment #44)
> *** Bug 103570 has been marked as a duplicate of this bug. ***

Hi Jonathan, 

I see that you plan to fix this soon
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103570#c1), and thank you for
that. Do you have a rough estimate of when we would see a fix for this? One of
our releases depends on a fix for this issue.

Kind regards
Vasee

[Bug libstdc++/100017] [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails

2021-11-01 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100017

vvinayag at arm dot com changed:

   What|Removed |Added

 CC||vvinayag at arm dot com

--- Comment #29 from vvinayag at arm dot com ---
Can we expect a patch for this upstream?

[Bug target/100757] [12 Regression] arm: ICE (unrecognizable insn) with MVE VPSELQ_S since r12-834-ga6eacbf10

2021-10-20 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100757

vvinayag at arm dot com changed:

   What|Removed |Added

 CC||vvinayag at arm dot com

--- Comment #14 from vvinayag at arm dot com ---
(In reply to Christophe Lyon from comment #12)
> Yes, I've been working on it for a while, it's proving to be a bit tricky
> when switching to HImode as suggested by Richard. I have something working,
> now checking I haven't broken Neon.

Hi Christophe, if you are working on this, just wondering whether we are close
to getting a patch for this, thank you.

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

2021-05-05 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100379

vvinayag at arm dot com changed:

   What|Removed |Added

 CC||vvinayag at arm dot com

--- Comment #2 from vvinayag at arm dot com ---
I can confirm that the missing linux/cyclades.h is breaking cross builds:
Build: x86_64 (Linux)
Host:  x86_64 (Linux)
Target: arm-none-linux-gnueabihf / arm-none-linux-gnueabi /
aarch64_be-none-linux-gnu / aarch64-none-linux-gnu

[Bug libstdc++/96029] [8 Regression] Inconsistencies with associative/unordered containers

2021-04-09 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96029

vvinayag at arm dot com changed:

   What|Removed |Added

 CC||vvinayag at arm dot com

--- Comment #9 from vvinayag at arm dot com ---
After commit [1] in gcc-10, the following internal compiler error is present:

In file included from 
/build-aarch64-none-elf/obj/gcc2/aarch64-none-elf/libstdc++-v3/include/unordered_map:46,
 from /src/gcc/libstdc++-v3/include/precompiled/stdc++.h:117:
/build-aarch64-none-elf/obj/gcc2/aarch64-none-elf/libstdc++-v3/include/bits/hashtable.h:1317:56:
internal compiler error: in merge_exception_specifiers, at cp/typeck2.c:2566
 1317 |   std::is_nothrow_copy_constructible<_Equal>::value)
  |^
0x9b85f8 merge_exception_specifiers(tree_node*, tree_node*)
/src/gcc/gcc/cp/typeck2.c:2564
0x99ba1e merge_types(tree_node*, tree_node*)
/src/gcc/gcc/cp/typeck.c:874


[1]
commit 1c4e8a96cd695c03ff85299bf2392476feae99bb
Author: François Dumont 
AuthorDate: Mon Jan 20 19:15:43 2020 +0100
Commit: Jonathan Wakely 
CommitDate: Thu Apr 8 17:28:31 2021 +0100

libstdc++: Fix unordered containers move constructors noexcept
qualification



The build/host/target setup is:
Build: x86_64 (Linux)
Host: : x86_64 (Linux)
Target: arm-none-eabi / arm-none-linux-gnueabi  / aarch64-none-elf /
aarch64-none-linux-gnu

[Bug c/97447] New: During IPA pass: modref: ICE on gcc.dg/atomic/pr65345-4.c

2020-10-15 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97447

Bug ID: 97447
   Summary: During IPA pass: modref: ICE on
gcc.dg/atomic/pr65345-4.c
   Product: gcc
   Version: 11.0
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
  Assignee: unassigned at gcc dot gnu.org
  Reporter: vvinayag at arm dot com
  Target Milestone: ---

The test gcc.dg/atomic/pr65345-4.c causes ICE on arm-none-linux-gnueabihf and
aarch64-none-linux-gnu.

On aarch64-none-linux-gnu:

spawn /obj/gcc/gcc/xgcc  /src/gcc/gcc/testsuite/gcc.dg/atomic/pr65345-4.c
-L/obj/gcc/aarch64-none-linux-gnu/./libatomic/.libs -latomic
-fdiagnostics-plain-output -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects
-S -o pr65345-4.s

during IPA pass: modref
/src/gcc/gcc/testsuite/gcc.dg/atomic/pr65345-4.c:58:1: internal compiler error:
tree code 'ssa_name' is not supported in LTO streams
0xba17d3 lto_write_tree
/src/gcc/gcc/lto-streamer-out.c:554
0xba17d3 lto_output_tree_1
/src/gcc/gcc/lto-streamer-out.c:592
0xba9c6f DFS::DFS(output_block*, tree_node*, bool, bool, bool)
/src/gcc/gcc/lto-streamer-out.c:892
0xbaaf4f lto_output_tree(output_block*, tree_node*, bool, bool)
/src/gcc/gcc/lto-streamer-out.c:1853
0xba07af write_global_stream
/src/gcc/gcc/lto-streamer-out.c:2846
0xbadb73 lto_output_decl_state_streams(output_block*, lto_out_decl_state*)
/src/gcc/gcc/lto-streamer-out.c:2893
0xbadb73 produce_asm_for_decls()
/src/gcc/gcc/lto-streamer-out.c:3287
0xc38cef write_lto
/src/gcc/gcc/passes.c:2624
0xc38cef ipa_write_summaries_1
/src/gcc/gcc/passes.c:2685
0xc38cef ipa_write_summaries()
/src/gcc/gcc/passes.c:2740
0x899f63 ipa_passes
/src/gcc/gcc/cgraphunit.c:2690
0x899f63 symbol_table::compile()
/src/gcc/gcc/cgraphunit.c:2777
0x89c59b symbol_table::compile()
/src/gcc/gcc/cgraphunit.c:2757
0x89c59b symbol_table::finalize_compilation_unit()
/src/gcc/gcc/cgraphunit.c:3022
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See  for instructions.
compiler exited with status 1

Build:aarch64-none-linux-gnu
Host:aarch64-none-linux-gnu
Target:aarch64-none-linux-gnu