[Bug c/86217] New: option aux-info

2018-06-19 Thread hans.buchmann at fhnw dot ch
at gcc dot gnu.org Reporter: hans.buchmann at fhnw dot ch Target Milestone: --- Created attachment 44297 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44297&action=edit The output file Compiling the code static inline int arch_within_stack

[Bug c++/89858] New: crash with libmpfr.so.6

2019-03-27 Thread hans.buchmann at fhnw dot ch
: unassigned at gcc dot gnu.org Reporter: hans.buchmann at fhnw dot ch Target Milestone: --- Compiling the code: -- static const unsigned LEN=2; unsigned data[LEN]; void start() { for(unsigned i=0;ihttps://gcc.gnu.org/bugs/> for instructi

[Bug c++/89858] crash with libmpfr.so.6

2019-03-27 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 --- Comment #2 from Hans Buchmann --- Source from: MPFR Version 4.0.1 from https://www.mpfr.org made with: TC=where to install ${MPFR_SRC}/configure \ --prefix=${TC} \ --with-gmp=${TC} # ${MAKE} ${MAKE} install A fake link: libmpfr.so

[Bug c++/89858] crash with libmpfr.so.6

2019-03-28 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 --- Comment #4 from Hans Buchmann --- Created attachment 46045 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46045&action=edit The gbd output With the help of our sysadmin Peter Schlachter we managed the following output, hopefully helpfu

[Bug c++/89858] crash with libmpfr.so.6

2019-03-28 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 --- Comment #6 from Hans Buchmann --- Created attachment 46048 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46048&action=edit Disassemly

[Bug c++/89858] crash with libmpfr.so.6

2019-03-29 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 --- Comment #8 from Hans Buchmann --- Created attachment 46054 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46054&action=edit /proc/cpuinfo Sincerely Hans Buchmann

[Bug c++/89858] crash with libmpfr.so.6

2019-03-29 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89858 --- Comment #10 from Hans Buchmann --- Thank you. Hans Buchmann

[Bug c++/86917] New: ICE in verify_ctor_sanity, at cp/constexpr.c:2798

2018-08-11 Thread hans.buchmann at fhnw dot ch
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hans.buchmann at fhnw dot ch Target Milestone: --- Created attachment 44526 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44526&action=edit The Bug Compiling the (wrong) code --8<--8<--

[Bug c++/71419] New: cortex-a9 IRQ

2016-06-05 Thread hans.buchmann at fhnw dot ch
at gcc dot gnu.org Reporter: hans.buchmann at fhnw dot ch Target Milestone: --- Compiling the code: extern void external(); __attribute__ ((interrupt("IRQ"))) void _irq_() ; void _irq_() { external(); } with gcc 6.1.0 results in: Disassembly of section .text:

[Bug target/71419] interrupt attribute silently dropped for Thumb code on armv7-a

2016-06-07 Thread hans.buchmann at fhnw dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71419 --- Comment #2 from Hans Buchmann --- The code is produced in arm mode: .file "irq.cc" .text .align 2 .global _Z5_irq_v .syntax unified .arm <--- here .fpu softvfp