[Bug c/108120] New: ICE: in extract_insn, at recog.cc:2791 (on ARM with -mfpu=neon -freciprocal-math -O3)

2022-12-15 Thread m.olbrich at pengutronix dot de via Gcc-bugs
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: m.olbrich at pengutronix dot de Target Milestone: --- Created attachment 54100 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54100&action=edit test-

[Bug preprocessor/103130] New: comments are parsed differently with -fdirectives-only

2021-11-08 Thread m.olbrich at pengutronix dot de via Gcc-bugs
Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: m.olbrich at pengutronix dot de Target Milestone: --- $ gcc --version gcc (Debian 11.2.0-10) 11.2.0 [...] Source: $ cat tst.c /*\ * this is a comment \*/ int main() { return 0; } Preprocessor

[Bug sanitizer/89941] New: sanitizer fails to build on mips-unknown-linux-gnu

2019-04-02 Thread m.olbrich at pengutronix dot de
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: m.olbrich at pengutronix dot de CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org Target

[Bug c++/88872] ICE with g++ 8.x in cp_build_addr_expr_1, at cp/typeck.c:5936

2019-01-15 Thread m.olbrich at pengutronix dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88872 --- Comment #1 from m.olbrich at pengutronix dot de --- I forgot to mention: This only happens with "-std=c++17"

[Bug c++/88872] New: ICE with g++ 8.x in cp_build_addr_expr_1, at cp/typeck.c:5936

2019-01-15 Thread m.olbrich at pengutronix dot de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: m.olbrich at pengutronix dot de Target Milestone: --- Created attachment 45437 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45437&action=edit Test code to reproduce the I