This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/10584] [3.4 regression] bootstraping with -finstrument-functions as an extra CFLAG


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10584


bangerth@dealii.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-05-23 19:55:17         |2003-05-23 23:35:16
               date|                            |


------- Additional Comments From bangerth@dealii.org  2003-05-23 23:35 -------
Here's a cut-down testcase:
--------------------------
__inline__ void foo (void *ppi) {
  foo (ppi);
}

__inline__ void bar (void * ppi) {
  foo (ppi);
}
--------------------------

g/x> /home/bangerth/bin/gcc-3.2.3-pre/bin/gcc -c x.c -finstrument-functions -O2

g/x> /home/bangerth/bin/gcc-3.3-pre/bin/gcc -c x.c -finstrument-functions -O2

g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.c -finstrument-functions -O2
x.c: In function `bar':
x.c:2: internal compiler error: in copy_insn_list, at integrate.c:1707
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]