[Bug lto/96969] ODR violations do not list the translation unit

2021-12-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96969 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/96969] ODR violations do not list the translation unit

2020-09-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96969 --- Comment #1 from Jonathan Wakely --- First file: # 1 "one.cc" # 1 "/tmp//" # 1 "" # 1 "" # 1 "/usr/include/stdc-predef.h" 1 3 4 # 1 "" 2 # 1 "one.cc" # 1 "header.h" 1 struct X { int member; }; # 3 "one.cc" 2 long f(X*); int main() { X x

[Bug lto/96969] ODR violations do not list the translation unit

2020-09-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96969 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2020-09-10 Status|UNCONFIR