[Bug c++/69182] New: Internal compiler error, dwarf2out_frame_debug_expr, at dwarf2cfi.c:1550

2016-01-07 Thread henric at bergenwall dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: henric at bergenwall dot com Target Milestone: --- Source file: main.cc: #include #include int main(int argc, char *argv[]) { std::stringstream strstr

[Bug target/68701] [4.9/5/6 Regression] "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-08 Thread henric at bergenwall dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68701 --- Comment #11 from henric at bergenwall dot com --- I have noted that the compilation works with any 2 out of the 3 gcc-flags! > gcc -finstrument-functions -ffixed-ebp a.c -> successfully compiles! > gcc -m32 -ffixe

[Bug c/68701] New: "gcc -m32 -finstrument-functions -ffixed-ebp" produces internal compiler error

2015-12-04 Thread henric at bergenwall dot com
Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: henric at bergenwall dot com Target Milestone: --- Program to be compiled: a.c: int main(int argc, char* argv[]) { return argc-1; } Full compile command