[Bug c/47435] [4.6/4.7/4.8 Regression] ICE: SIGSEGV in c_finish_case (c-typeck.c:8859) on invalid code

2012-06-13 Thread bsreram85 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47435

bsreram85 at gmail dot com changed:

   What|Removed |Added

 CC||bsreram85 at gmail dot com

--- Comment #7 from bsreram85 at gmail dot com 2012-06-13 13:45:47 UTC ---
Any updates? Am using 64-bit linux (openSuse 12.1 with gcc 4.6.2). I don't have
any errors while compilation and linking except for the fact i am forced to use
-fpic flag (Strange that am able to compile without fpic flag in Windows and
Mac 64-bit PCs). However when i call the dll from my java application, the
application crashes specifying, the crash is due to SIGSEGV.

#Partial Log from JRE crash stack trace
A fatal error has been detected by the Java Runtime Environment:
  SIGSEGV (0xb) at pc=0x7f276b22c9ac, pid=7032, tid=139807285987072
 JRE version: 6.0_24-b24
 Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed
oops)

Further more when i view the thread status, it specifies the error to be in
SEGV_MAPERR.


#Further Log from JRE crash stack trace
---  T H R E A D  ---

Current thread (0x7f278c2be000):  JavaThread "AWT-EventQueue-0"
[_thread_in_native, id=7049, stack(0x7f276b8e4000,0x7f276b9e5000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR),
si_addr=0x740a9700


Any solution in the near for this? Am not sure whether this is the reason
behind my java crash, however, the logs from Java indicate so.

Thanks,
Sreram


[Bug bootstrap/52293] New: cannot compute suffix of object files

2012-02-16 Thread bsreram85 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52293

 Bug #: 52293
   Summary: cannot compute suffix of object files
Classification: Unclassified
   Product: gcc
   Version: 4.6.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: bootstrap
AssignedTo: unassig...@gcc.gnu.org
ReportedBy: bsrera...@gmail.com


Created attachment 26689
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26689
Last few lines of front-end output

Am using x86_64-apple-darwin11.0.0 as virtual machine in my MS Windows 7 OS.
configure works fine. But when i execute the command make, the build files are
not getting compiled properly for final installation.

Have attached the final few lines of the front end output where the command
'make' fails. Am using the following directories for installation. 

/Users/galaxy/Desktop/gccObjdir - The object directory where the build takes
place.
/Users/galaxy/Desktop/gcc-4.6.1 - The source directory
And am trying to install it in default /usr/local directory.

Have attached the config.log generated in gccObjdir and config.log - renamed to
config-darwin.log generated in 
/Users/galaxy/Desktop/gccObjdir/x86_64-apple-darwin11.0.0/libgcc


[Bug bootstrap/52293] cannot compute suffix of object files

2012-02-16 Thread bsreram85 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52293

--- Comment #1 from bsreram85 at gmail dot com 2012-02-17 05:48:39 UTC ---
Created attachment 26690
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26690
log file created in the Object directory


[Bug bootstrap/52293] cannot compute suffix of object files

2012-02-16 Thread bsreram85 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52293

--- Comment #2 from bsreram85 at gmail dot com 2012-02-17 05:50:52 UTC ---
Created attachment 26691
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26691
Config.log file generated in $Object_Folder/x86_64-apple-darwin11.0.0/libgcc
folder


[Bug bootstrap/52293] cannot compute suffix of object files

2012-02-16 Thread bsreram85 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52293

--- Comment #3 from bsreram85 at gmail dot com 2012-02-17 05:52:04 UTC ---
The same is the case for version 4.6.2 also.