https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95295
Shubham Narlawar changed:
What|Removed |Added
CC||gsocshubham at gmail dot com
: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Testcase run on godbolt compiler x86-64 gfortran (trunk) -
---Testcase
: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
For below testcase, I ran on godbolt.org GFORTRAN trunk. Here are some
observations -
gfortran throws an error for BGE intrinsic when the value of one of parameter
is
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
For below testcase, I ran on godbolt.org GFORTRAN trunk -
TESTCASE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91106
--- Comment #2 from Shubham Narlawar ---
(In reply to Richard Biener from comment #1)
> Did you paste the correct reduced testcase?
Here is the original reduced test case obtained from Creduce -
#pragma pack(1)
struct a {
int b;
char c
};
ty: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gn
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux
: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
Created attachment 46528
--> https://gcc.gnu.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91001
--- Comment #1 from Shubham Narlawar ---
Below is reduced test case after fixing warning.
void f();
#pragma pack(1)
struct a {
short b;
char c;
};
union{
struct a c;
} __attribute__((aligned(128), transparent_union)) d;
void e() { f(d);
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
Created attachment 46521
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
CC: mliska at suse dot cz
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
Created attachment 46154
: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
Created attachment 45980
--> https://gcc.gnu.org/bugzi
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
Created attachment 45722
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83581
--- Comment #11 from Shubham Narlawar ---
Is it ok if I send .c extension file as an attachment?
On Fri, Feb 8, 2019 at 2:42 PM wrote:
> Attachments with a MIME type of "text/html" are not allowed on this
> installation.
>
> Shubham Narlawar w
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83581
--- Comment #10 from Shubham Narlawar ---
I have opened a new bug report for above. Here is the link.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89248
I attached the preprocessed code of the original program in the report.
On Fri, Feb 8, 201
: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83581
--- Comment #6 from Shubham Narlawar ---
Created attachment 45637
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45637&action=edit
Preprocessed code of file named "work23_crash1.c"
internal compiler error: in expand_LOOP_VECTORIZED, at int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83581
Shubham Narlawar changed:
What|Removed |Added
CC||gsocshubham at gmail dot com
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
Created attachment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89135
--- Comment #3 from Shubham Narlawar ---
I could reproduce the ICE on gcc-8.2 but not on trunk.
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: gsocshubham at gmail dot com
Target Milestone: ---
Host: x86_64-linux-gnu
Target: x86_64-linux-gnu
Build: x86_64-linux-gnu
Created
21 matches
Mail list logo