[Bug debug/90109] gstabs flag generates wrong entry for long on x86_64

2019-04-17 Thread nebiun at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90109 --- Comment #3 from nebiun at hotmail dot com --- Sorry, but the bug is not related to the wrong dimension of a type, but to the fact that the bitsize of the same type (K&R type: long, not long long or double or a user type) is showed as 32

[Bug debug/90109] New: gstabs flag generates wrong entry for long on x86_64

2019-04-16 Thread nebiun at hotmail dot com
Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: nebiun at hotmail dot com Target Milestone: --- Make a bug.c file with content: typedef struct { int a; short unsigned int b; char c[2]; long int d; long long int e