[Bug target/86133] powerpc (-mcpu=8548) internal compiler error for double variables

2018-06-13 Thread kiran0802 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86133 --- Comment #1 from Kiran Alladi --- I am trying to compile the code with -mno-spe but still it seems that compiler is generating spe instructions. ~/kiran$ cat test.c double var_double = 0; long var_long = 0; void my_func( double var_val ) {

[Bug target/86133] New: powerpc (-mcpu=8548) internal compiler error for double variables

2018-06-13 Thread kiran0802 at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: kiran0802 at gmail dot com Target Milestone: ---

[Bug driver/85165] gcc (and g++) not complaining about few unknown file extensions like *.CC, *.Cc, *.cC

2018-04-03 Thread kiran0802 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85165 Kiran Alladi changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/85165] New: gcc (and g++) not complaining about few unknown file extensions like *.CC, *.Cc, *.cC

2018-04-03 Thread kiran0802 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kiran0802 at gmail dot com Target Milestone: --- When compiling the following test case i.e. test.CC, GCC (6.4.0 ver) is not generating any warning and moreover