[Bug c++/107729] unhelpful handling for PMF on Itanium ABI for inline asm

2022-11-16 Thread compnerd at compnerd dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107729 --- Comment #3 from Saleem Abdulrasool --- (In reply to Andrew Pinski from comment #2) > (In reply to Andrew Pinski from comment #1) > > :6:1: warning: unsupported size for integer register > > I get that when I use: > #%0 %1 This totally make

[Bug c++/107729] New: unhelpful handling for PMF on Itanium ABI for inline asm

2022-11-16 Thread compnerd at compnerd dot org via Gcc-bugs
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: compnerd at compnerd dot org Target Milestone: --- It seems that the GCC handling for inline assembly with PMF references seems to generate something would possibly work but is not entirely

[Bug bootstrap/69897] New: Unable to disable libbacktrace for target

2016-02-21 Thread compnerd at compnerd dot org
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: compnerd at compnerd dot org Target Milestone: --- Trying to bootstrap an environment by building just the host tools, it seems that you cannot disable just the target libbacktrace. You also cannot disable libbacktrace as

[Bug middle-end/69817] New: [REGRESSION] ICE in assign_temp at function.c:691

2016-02-14 Thread compnerd at compnerd dot org
: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: compnerd at compnerd dot org Target Milestone: --- Created attachment 37687 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37687&action=edit fix_locked_dependencies.ii Attached is a preprocessed

[Bug other/55930] libatomic build failure if configured with --disable-dependency-tracking

2015-03-07 Thread compnerd at compnerd dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 --- Comment #3 from Saleem Abdulrasool --- Still occurs with 4.9.2 (and the same patch still fixes it).